package.json 2.3 KB

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