package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.4",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "inherits@2.0.4",
  10. "_id": "inherits@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=",
  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. "/asn1.js",
  27. "/block-stream",
  28. "/browserify-aes",
  29. "/browserify-des",
  30. "/browserify-sign",
  31. "/browserify-sign/readable-stream",
  32. "/cipher-base",
  33. "/concat-stream",
  34. "/create-hash",
  35. "/create-hmac",
  36. "/crypto-browserify",
  37. "/des.js",
  38. "/duplexify",
  39. "/elliptic",
  40. "/flush-write-stream",
  41. "/from2",
  42. "/fstream",
  43. "/glob",
  44. "/hash-base",
  45. "/hash-base/readable-stream",
  46. "/hash.js",
  47. "/hpack.js",
  48. "/htmlparser2",
  49. "/htmlparser2/readable-stream",
  50. "/md5.js",
  51. "/node-gyp/tar",
  52. "/parallel-transform",
  53. "/pumpify",
  54. "/readable-stream",
  55. "/ripemd160",
  56. "/sha.js",
  57. "/sockjs-client",
  58. "/spdy-transport/readable-stream",
  59. "/stream-browserify",
  60. "/stream-http",
  61. "/watchpack-chokidar2/chokidar",
  62. "/webpack-dev-server/chokidar"
  63. ],
  64. "_resolved": "https://registry.npm.taobao.org/inherits/download/inherits-2.0.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Finherits%2Fdownload%2Finherits-2.0.4.tgz",
  65. "_spec": "2.0.4",
  66. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  67. "browser": "./inherits_browser.js",
  68. "bugs": {
  69. "url": "https://github.com/isaacs/inherits/issues"
  70. },
  71. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  72. "devDependencies": {
  73. "tap": "^14.2.4"
  74. },
  75. "files": [
  76. "inherits.js",
  77. "inherits_browser.js"
  78. ],
  79. "homepage": "https://github.com/isaacs/inherits#readme",
  80. "keywords": [
  81. "inheritance",
  82. "class",
  83. "klass",
  84. "oop",
  85. "object-oriented",
  86. "inherits",
  87. "browser",
  88. "browserify"
  89. ],
  90. "license": "ISC",
  91. "main": "./inherits.js",
  92. "name": "inherits",
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/isaacs/inherits.git"
  96. },
  97. "scripts": {
  98. "test": "tap"
  99. },
  100. "version": "2.0.4"
  101. }