package.json 1.6 KB

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