package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.4",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "inherits@2.0.4",
  10. "_id": "inherits@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  13. "_location": "/inherits",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "inherits@2.0.4",
  19. "name": "inherits",
  20. "escapedName": "inherits",
  21. "rawSpec": "2.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.4"
  24. },
  25. "_requiredBy": [
  26. "/bl",
  27. "/glob",
  28. "/hpack.js",
  29. "/hpack.js/readable-stream",
  30. "/http-errors",
  31. "/readable-stream"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  34. "_spec": "2.0.4",
  35. "_where": "/Users/mac/projects/mime/mine",
  36. "browser": "./inherits_browser.js",
  37. "bugs": {
  38. "url": "https://github.com/isaacs/inherits/issues"
  39. },
  40. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  41. "devDependencies": {
  42. "tap": "^14.2.4"
  43. },
  44. "files": [
  45. "inherits.js",
  46. "inherits_browser.js"
  47. ],
  48. "homepage": "https://github.com/isaacs/inherits#readme",
  49. "keywords": [
  50. "inheritance",
  51. "class",
  52. "klass",
  53. "oop",
  54. "object-oriented",
  55. "inherits",
  56. "browser",
  57. "browserify"
  58. ],
  59. "license": "ISC",
  60. "main": "./inherits.js",
  61. "name": "inherits",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/isaacs/inherits.git"
  65. },
  66. "scripts": {
  67. "test": "tap"
  68. },
  69. "version": "2.0.4"
  70. }