package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "inherits@2.0.3",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "inherits@2",
  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. "/",
  27. "/asar/glob",
  28. "/concat-stream",
  29. "/concat-stream/readable-stream",
  30. "/glob",
  31. "/readable-stream"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  34. "_shasum": "633c2c83e3da42a502f52466022480f4208261de",
  35. "_spec": "2.0.3",
  36. "_where": "E:\\vscode\\UseStudio.Desktop",
  37. "browser": "./inherits_browser.js",
  38. "bugs": {
  39. "url": "https://github.com/isaacs/inherits/issues"
  40. },
  41. "bundleDependencies": false,
  42. "deprecated": false,
  43. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  44. "devDependencies": {
  45. "tap": "^7.1.0"
  46. },
  47. "files": [
  48. "inherits.js",
  49. "inherits_browser.js"
  50. ],
  51. "homepage": "https://github.com/isaacs/inherits#readme",
  52. "keywords": [
  53. "inheritance",
  54. "class",
  55. "klass",
  56. "oop",
  57. "object-oriented",
  58. "inherits",
  59. "browser",
  60. "browserify"
  61. ],
  62. "license": "ISC",
  63. "main": "./inherits.js",
  64. "name": "inherits",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/isaacs/inherits.git"
  68. },
  69. "scripts": {
  70. "test": "node test"
  71. },
  72. "version": "2.0.3"
  73. }