package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "detect-node@^2.0.4",
  3. "_id": "detect-node@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-nScKp+qlrwtyxMnZuBTn9M5zi3k=",
  6. "_location": "/detect-node",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "detect-node@^2.0.4",
  12. "name": "detect-node",
  13. "escapedName": "detect-node",
  14. "rawSpec": "^2.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.4"
  17. },
  18. "_requiredBy": [
  19. "/spdy-transport"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/detect-node/download/detect-node-2.0.5.tgz?cache=0&sync_timestamp=1615921320304&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdetect-node%2Fdownload%2Fdetect-node-2.0.5.tgz",
  22. "_shasum": "9d270aa7eaa5af0b72c4c9d9b814e7f4ce738b79",
  23. "_spec": "detect-node@^2.0.4",
  24. "_where": "D:\\朗通信息\\icssDService\\node_modules\\spdy-transport",
  25. "author": {
  26. "name": "Ilya Kantor"
  27. },
  28. "browser": "browser.js",
  29. "bugs": {
  30. "url": "https://github.com/iliakan/detect-node/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Detect Node.JS (as opposite to browser environment) (reliable)",
  35. "homepage": "https://github.com/iliakan/detect-node",
  36. "keywords": [
  37. "detect",
  38. "node"
  39. ],
  40. "license": "MIT",
  41. "main": "index.js",
  42. "name": "detect-node",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/iliakan/detect-node.git"
  46. },
  47. "scripts": {
  48. "test": "echo \"Error: no test specified\" && exit 1"
  49. },
  50. "version": "2.0.5"
  51. }