package.json 1.3 KB

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