package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/body-parser/http-errors",
  28. "/browserify-aes",
  29. "/browserify-des",
  30. "/browserify-sign",
  31. "/chokidar",
  32. "/cipher-base",
  33. "/concat-stream",
  34. "/conventional-commits-parser/readable-stream",
  35. "/create-hash",
  36. "/create-hmac",
  37. "/crypto-browserify",
  38. "/css",
  39. "/des.js",
  40. "/duplexify",
  41. "/elliptic",
  42. "/flush-write-stream",
  43. "/from2",
  44. "/git-raw-commits/readable-stream",
  45. "/glob",
  46. "/hash-base",
  47. "/hash.js",
  48. "/hpack.js",
  49. "/htmlparser2",
  50. "/htmlparser2/readable-stream",
  51. "/md5.js",
  52. "/parallel-transform",
  53. "/pumpify",
  54. "/readable-stream",
  55. "/ripemd160",
  56. "/send/http-errors",
  57. "/serve-index/http-errors",
  58. "/sha.js",
  59. "/sockjs-client",
  60. "/spdy-transport/readable-stream",
  61. "/split2/readable-stream",
  62. "/stream-browserify",
  63. "/stream-http",
  64. "/util"
  65. ],
  66. "_resolved": "https://registry.npm.taobao.org/inherits/download/inherits-2.0.3.tgz",
  67. "_spec": "2.0.3",
  68. "_where": "/Users/lihai/jolijoli/pad_spa",
  69. "browser": "./inherits_browser.js",
  70. "bugs": {
  71. "url": "https://github.com/isaacs/inherits/issues"
  72. },
  73. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  74. "devDependencies": {
  75. "tap": "^7.1.0"
  76. },
  77. "files": [
  78. "inherits.js",
  79. "inherits_browser.js"
  80. ],
  81. "homepage": "https://github.com/isaacs/inherits#readme",
  82. "keywords": [
  83. "inheritance",
  84. "class",
  85. "klass",
  86. "oop",
  87. "object-oriented",
  88. "inherits",
  89. "browser",
  90. "browserify"
  91. ],
  92. "license": "ISC",
  93. "main": "./inherits.js",
  94. "name": "inherits",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/isaacs/inherits.git"
  98. },
  99. "scripts": {
  100. "test": "node test"
  101. },
  102. "version": "2.0.3"
  103. }