package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.1",
  5. "D:\\work\\im\\node_modules\\http-assert\\node_modules\\http-errors"
  6. ]
  7. ],
  8. "_from": "inherits@2.0.1",
  9. "_id": "inherits@2.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/inherits",
  13. "_npmUser": {
  14. "email": "i@izs.me",
  15. "name": "isaacs"
  16. },
  17. "_npmVersion": "1.3.8",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "inherits",
  21. "raw": "inherits@2.0.1",
  22. "rawSpec": "2.0.1",
  23. "scope": null,
  24. "spec": "2.0.1",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/babel-cli/glob",
  29. "/babel-cli/readable-stream",
  30. "/bl/readable-stream",
  31. "/chokidar",
  32. "/duplexer2/readable-stream",
  33. "/glob",
  34. "/http-assert/http-errors",
  35. "/http-errors",
  36. "/mongodb/readable-stream",
  37. "/mysql/readable-stream",
  38. "/readable-stream",
  39. "/through2/readable-stream"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
  42. "_shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
  43. "_shrinkwrap": null,
  44. "_spec": "inherits@2.0.1",
  45. "_where": "D:\\work\\im\\node_modules\\http-assert\\node_modules\\http-errors",
  46. "browser": "./inherits_browser.js",
  47. "bugs": {
  48. "url": "https://github.com/isaacs/inherits/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  52. "devDependencies": {},
  53. "directories": {},
  54. "dist": {
  55. "shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
  56. "tarball": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
  57. },
  58. "homepage": "https://github.com/isaacs/inherits#readme",
  59. "keywords": [
  60. "inheritance",
  61. "class",
  62. "klass",
  63. "oop",
  64. "object-oriented",
  65. "inherits",
  66. "browser",
  67. "browserify"
  68. ],
  69. "license": "ISC",
  70. "main": "./inherits.js",
  71. "maintainers": [
  72. {
  73. "email": "i@izs.me",
  74. "name": "isaacs"
  75. }
  76. ],
  77. "name": "inherits",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/isaacs/inherits.git"
  83. },
  84. "scripts": {
  85. "test": "node test"
  86. },
  87. "version": "2.0.1"
  88. }