package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "inherits@2",
  6. "scope": null,
  7. "escapedName": "inherits",
  8. "name": "inherits",
  9. "rawSpec": "2",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/glob"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1473295778520,
  17. "_from": "inherits@>=2.0.0 <3.0.0",
  18. "_hasShrinkwrap": false,
  19. "_id": "inherits@2.0.3",
  20. "_inCache": true,
  21. "_location": "/inherits",
  22. "_nodeVersion": "6.5.0",
  23. "_npmOperationalInternal": {
  24. "host": "packages-16-east.internal.npmjs.com",
  25. "tmp": "tmp/inherits-2.0.3.tgz_1473295776489_0.08142363070510328"
  26. },
  27. "_npmUser": {
  28. "name": "isaacs",
  29. "email": "i@izs.me"
  30. },
  31. "_npmVersion": "3.10.7",
  32. "_phantomChildren": {},
  33. "_requested": {
  34. "raw": "inherits@2",
  35. "scope": null,
  36. "escapedName": "inherits",
  37. "name": "inherits",
  38. "rawSpec": "2",
  39. "spec": ">=2.0.0 <3.0.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/glob"
  44. ],
  45. "_resolved": "https://registry.npm.taobao.org/inherits/download/inherits-2.0.3.tgz",
  46. "_shasum": "633c2c83e3da42a502f52466022480f4208261de",
  47. "_shrinkwrap": null,
  48. "_spec": "inherits@2",
  49. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/glob",
  50. "browser": "./inherits_browser.js",
  51. "bugs": {
  52. "url": "https://github.com/isaacs/inherits/issues"
  53. },
  54. "dependencies": {},
  55. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  56. "devDependencies": {
  57. "tap": "^7.1.0"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "633c2c83e3da42a502f52466022480f4208261de",
  62. "tarball": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
  63. },
  64. "files": [
  65. "inherits.js",
  66. "inherits_browser.js"
  67. ],
  68. "gitHead": "e05d0fb27c61a3ec687214f0476386b765364d5f",
  69. "homepage": "https://github.com/isaacs/inherits#readme",
  70. "keywords": [
  71. "inheritance",
  72. "class",
  73. "klass",
  74. "oop",
  75. "object-oriented",
  76. "inherits",
  77. "browser",
  78. "browserify"
  79. ],
  80. "license": "ISC",
  81. "main": "./inherits.js",
  82. "maintainers": [
  83. {
  84. "name": "isaacs",
  85. "email": "i@izs.me"
  86. }
  87. ],
  88. "name": "inherits",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/isaacs/inherits.git"
  94. },
  95. "scripts": {
  96. "test": "node test"
  97. },
  98. "version": "2.0.3"
  99. }