package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "detect-node@2.0.4",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "detect-node@2.0.4",
  10. "_id": "detect-node@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==",
  13. "_location": "/detect-node",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "detect-node@2.0.4",
  19. "name": "detect-node",
  20. "escapedName": "detect-node",
  21. "rawSpec": "2.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.4"
  24. },
  25. "_requiredBy": [
  26. "/spdy-transport"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz",
  29. "_spec": "2.0.4",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Ilya Kantor"
  33. },
  34. "browser": "browser.js",
  35. "bugs": {
  36. "url": "https://github.com/iliakan/detect-node/issues"
  37. },
  38. "description": "Detect Node.JS (as opposite to browser environment) (reliable)",
  39. "homepage": "https://github.com/iliakan/detect-node",
  40. "keywords": [
  41. "detect",
  42. "node"
  43. ],
  44. "license": "ISC",
  45. "main": "index.js",
  46. "name": "detect-node",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/iliakan/detect-node.git"
  50. },
  51. "scripts": {
  52. "test": "echo \"Error: no test specified\" && exit 1"
  53. },
  54. "version": "2.0.4"
  55. }