package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "koa@2.15.3",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "koa@2.15.3",
  9. "_id": "koa@2.15.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-j/8tY9j5t+GVMLeioLaxweJiKUayFhlGqNTzf2ZGwL0ZCQijd2RLHK0SLW5Tsko8YyyqCZC2cojIb0/s62qTAg==",
  12. "_location": "/koa",
  13. "_phantomChildren": {
  14. "inherits": "2.0.4",
  15. "setprototypeof": "1.2.0",
  16. "toidentifier": "1.0.1"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "koa@2.15.3",
  22. "name": "koa",
  23. "escapedName": "koa",
  24. "rawSpec": "2.15.3",
  25. "saveSpec": null,
  26. "fetchSpec": "2.15.3"
  27. },
  28. "_requiredBy": [
  29. "/"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/koa/-/koa-2.15.3.tgz",
  32. "_spec": "2.15.3",
  33. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  34. "bugs": {
  35. "url": "https://github.com/koajs/koa/issues"
  36. },
  37. "dependencies": {
  38. "accepts": "^1.3.5",
  39. "cache-content-type": "^1.0.0",
  40. "content-disposition": "~0.5.2",
  41. "content-type": "^1.0.4",
  42. "cookies": "~0.9.0",
  43. "debug": "^4.3.2",
  44. "delegates": "^1.0.0",
  45. "depd": "^2.0.0",
  46. "destroy": "^1.0.4",
  47. "encodeurl": "^1.0.2",
  48. "escape-html": "^1.0.3",
  49. "fresh": "~0.5.2",
  50. "http-assert": "^1.3.0",
  51. "http-errors": "^1.6.3",
  52. "is-generator-function": "^1.0.7",
  53. "koa-compose": "^4.1.0",
  54. "koa-convert": "^2.0.0",
  55. "on-finished": "^2.3.0",
  56. "only": "~0.0.2",
  57. "parseurl": "^1.3.2",
  58. "statuses": "^1.5.0",
  59. "type-is": "^1.6.16",
  60. "vary": "^1.1.2"
  61. },
  62. "description": "Koa web app framework",
  63. "devDependencies": {
  64. "eslint": "^7.32.0",
  65. "eslint-config-koa": "^2.0.0",
  66. "eslint-config-standard": "^16.0.3",
  67. "eslint-plugin-import": "^2.18.2",
  68. "eslint-plugin-node": "^11.1.0",
  69. "eslint-plugin-promise": "^5.1.0",
  70. "eslint-plugin-standard": "^5.0.0",
  71. "gen-esm-wrapper": "^1.0.6",
  72. "jest": "^27.0.6",
  73. "supertest": "^3.1.0"
  74. },
  75. "engines": {
  76. "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
  77. },
  78. "exports": {
  79. ".": {
  80. "require": "./lib/application.js",
  81. "import": "./dist/koa.mjs"
  82. },
  83. "./lib/request": "./lib/request.js",
  84. "./lib/request.js": "./lib/request.js",
  85. "./lib/response": "./lib/response.js",
  86. "./lib/response.js": "./lib/response.js",
  87. "./lib/application": "./lib/application.js",
  88. "./lib/application.js": "./lib/application.js",
  89. "./lib/context": "./lib/context.js",
  90. "./lib/context.js": "./lib/context.js",
  91. "./*": "./*.js",
  92. "./*.js": "./*.js",
  93. "./package": "./package.json",
  94. "./package.json": "./package.json"
  95. },
  96. "files": [
  97. "dist",
  98. "lib"
  99. ],
  100. "homepage": "https://github.com/koajs/koa#readme",
  101. "jest": {
  102. "testEnvironment": "node"
  103. },
  104. "keywords": [
  105. "web",
  106. "app",
  107. "http",
  108. "application",
  109. "framework",
  110. "middleware",
  111. "rack"
  112. ],
  113. "license": "MIT",
  114. "main": "lib/application.js",
  115. "name": "koa",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/koajs/koa.git"
  119. },
  120. "scripts": {
  121. "authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS",
  122. "build": "gen-esm-wrapper . ./dist/koa.mjs",
  123. "lint": "eslint --ignore-path .gitignore .",
  124. "prepare": "npm run build",
  125. "test": "jest --forceExit"
  126. },
  127. "version": "2.15.3"
  128. }