package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "detect-node@2.0.3",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "detect-node@2.0.3",
  10. "_id": "detect-node@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ogM8CcyOFY03dI+951B4Mr1s4Sc=",
  13. "_location": "/detect-node",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "detect-node@2.0.3",
  19. "name": "detect-node",
  20. "escapedName": "detect-node",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/spdy-transport"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.3.tgz",
  29. "_spec": "2.0.3",
  30. "_where": "D:\\projects\\dealer_front",
  31. "author": {
  32. "name": "Ilya Kantor"
  33. },
  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.3"
  54. }