package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.3",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "inherits@2.0.3",
  10. "_id": "inherits@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
  13. "_location": "/inherits",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "inherits@2.0.3",
  19. "name": "inherits",
  20. "escapedName": "inherits",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/asn1.js",
  27. "/browserify-aes",
  28. "/browserify-des",
  29. "/browserify-sign",
  30. "/chokidar",
  31. "/cipher-base",
  32. "/concat-stream",
  33. "/create-hash",
  34. "/create-hmac",
  35. "/crypto-browserify",
  36. "/des.js",
  37. "/duplexify",
  38. "/elliptic",
  39. "/flush-write-stream",
  40. "/from2",
  41. "/glob",
  42. "/hash-base",
  43. "/hash.js",
  44. "/hpack.js",
  45. "/htmlparser2/readable-stream",
  46. "/http-errors",
  47. "/md5.js",
  48. "/parallel-transform",
  49. "/pumpify",
  50. "/raw-body/http-errors",
  51. "/readable-stream",
  52. "/ripemd160",
  53. "/sha.js",
  54. "/sockjs-client",
  55. "/stream-browserify",
  56. "/stream-http"
  57. ],
  58. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  59. "_spec": "2.0.3",
  60. "_where": "D:\\projects\\dealer_front",
  61. "browser": "./inherits_browser.js",
  62. "bugs": {
  63. "url": "https://github.com/isaacs/inherits/issues"
  64. },
  65. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  66. "devDependencies": {
  67. "tap": "^7.1.0"
  68. },
  69. "files": [
  70. "inherits.js",
  71. "inherits_browser.js"
  72. ],
  73. "homepage": "https://github.com/isaacs/inherits#readme",
  74. "keywords": [
  75. "inheritance",
  76. "class",
  77. "klass",
  78. "oop",
  79. "object-oriented",
  80. "inherits",
  81. "browser",
  82. "browserify"
  83. ],
  84. "license": "ISC",
  85. "main": "./inherits.js",
  86. "name": "inherits",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/isaacs/inherits.git"
  90. },
  91. "scripts": {
  92. "test": "node test"
  93. },
  94. "version": "2.0.3"
  95. }