package.json 1.6 KB

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