package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.3",
  5. "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app"
  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. "/readable-stream"
  26. ],
  27. "_resolved": "http://registry.npm.taobao.org/inherits/download/inherits-2.0.3.tgz",
  28. "_spec": "2.0.3",
  29. "_where": "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app",
  30. "browser": "./inherits_browser.js",
  31. "bugs": {
  32. "url": "https://github.com/isaacs/inherits/issues"
  33. },
  34. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  35. "devDependencies": {
  36. "tap": "^7.1.0"
  37. },
  38. "files": [
  39. "inherits.js",
  40. "inherits_browser.js"
  41. ],
  42. "homepage": "https://github.com/isaacs/inherits#readme",
  43. "keywords": [
  44. "inheritance",
  45. "class",
  46. "klass",
  47. "oop",
  48. "object-oriented",
  49. "inherits",
  50. "browser",
  51. "browserify"
  52. ],
  53. "license": "ISC",
  54. "main": "./inherits.js",
  55. "name": "inherits",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/isaacs/inherits.git"
  59. },
  60. "scripts": {
  61. "test": "node test"
  62. },
  63. "version": "2.0.3"
  64. }