package.json 1.6 KB

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