package.json 1.5 KB

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