package.json 1.5 KB

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