| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "_args": [
- [
- "koa@2.15.3",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "koa@2.15.3",
- "_id": "koa@2.15.3",
- "_inBundle": false,
- "_integrity": "sha512-j/8tY9j5t+GVMLeioLaxweJiKUayFhlGqNTzf2ZGwL0ZCQijd2RLHK0SLW5Tsko8YyyqCZC2cojIb0/s62qTAg==",
- "_location": "/koa",
- "_phantomChildren": {
- "inherits": "2.0.4",
- "setprototypeof": "1.2.0",
- "toidentifier": "1.0.1"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "koa@2.15.3",
- "name": "koa",
- "escapedName": "koa",
- "rawSpec": "2.15.3",
- "saveSpec": null,
- "fetchSpec": "2.15.3"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/koa/-/koa-2.15.3.tgz",
- "_spec": "2.15.3",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "bugs": {
- "url": "https://github.com/koajs/koa/issues"
- },
- "dependencies": {
- "accepts": "^1.3.5",
- "cache-content-type": "^1.0.0",
- "content-disposition": "~0.5.2",
- "content-type": "^1.0.4",
- "cookies": "~0.9.0",
- "debug": "^4.3.2",
- "delegates": "^1.0.0",
- "depd": "^2.0.0",
- "destroy": "^1.0.4",
- "encodeurl": "^1.0.2",
- "escape-html": "^1.0.3",
- "fresh": "~0.5.2",
- "http-assert": "^1.3.0",
- "http-errors": "^1.6.3",
- "is-generator-function": "^1.0.7",
- "koa-compose": "^4.1.0",
- "koa-convert": "^2.0.0",
- "on-finished": "^2.3.0",
- "only": "~0.0.2",
- "parseurl": "^1.3.2",
- "statuses": "^1.5.0",
- "type-is": "^1.6.16",
- "vary": "^1.1.2"
- },
- "description": "Koa web app framework",
- "devDependencies": {
- "eslint": "^7.32.0",
- "eslint-config-koa": "^2.0.0",
- "eslint-config-standard": "^16.0.3",
- "eslint-plugin-import": "^2.18.2",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^5.1.0",
- "eslint-plugin-standard": "^5.0.0",
- "gen-esm-wrapper": "^1.0.6",
- "jest": "^27.0.6",
- "supertest": "^3.1.0"
- },
- "engines": {
- "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
- },
- "exports": {
- ".": {
- "require": "./lib/application.js",
- "import": "./dist/koa.mjs"
- },
- "./lib/request": "./lib/request.js",
- "./lib/request.js": "./lib/request.js",
- "./lib/response": "./lib/response.js",
- "./lib/response.js": "./lib/response.js",
- "./lib/application": "./lib/application.js",
- "./lib/application.js": "./lib/application.js",
- "./lib/context": "./lib/context.js",
- "./lib/context.js": "./lib/context.js",
- "./*": "./*.js",
- "./*.js": "./*.js",
- "./package": "./package.json",
- "./package.json": "./package.json"
- },
- "files": [
- "dist",
- "lib"
- ],
- "homepage": "https://github.com/koajs/koa#readme",
- "jest": {
- "testEnvironment": "node"
- },
- "keywords": [
- "web",
- "app",
- "http",
- "application",
- "framework",
- "middleware",
- "rack"
- ],
- "license": "MIT",
- "main": "lib/application.js",
- "name": "koa",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/koajs/koa.git"
- },
- "scripts": {
- "authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS",
- "build": "gen-esm-wrapper . ./dist/koa.mjs",
- "lint": "eslint --ignore-path .gitignore .",
- "prepare": "npm run build",
- "test": "jest --forceExit"
- },
- "version": "2.15.3"
- }
|