package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/concat-stream"
  14. ]
  15. ],
  16. "_from": "inherits@>=2.0.3 <3.0.0",
  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 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/concat-stream",
  42. "/glob",
  43. "/readable-stream"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  46. "_shasum": "633c2c83e3da42a502f52466022480f4208261de",
  47. "_shrinkwrap": null,
  48. "_spec": "inherits@^2.0.3",
  49. "_where": "/home/robert/workspace/xmlrpc/node_modules/concat-stream",
  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. }