2021-03-01 15:06:11 +08:00

79 lines
1.9 KiB
JSON

{
"_args": [
[
"koa-conditional-get@3.0.0",
"J:\\Github\\CURD-TS"
]
],
"_development": true,
"_from": "koa-conditional-get@3.0.0",
"_id": "koa-conditional-get@3.0.0",
"_inBundle": false,
"_integrity": "sha1-VSy2SiF9+5B+kLfDT0IAnkQcS44=",
"_location": "/koa-conditional-get",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "koa-conditional-get@3.0.0",
"name": "koa-conditional-get",
"escapedName": "koa-conditional-get",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/vite"
],
"_resolved": "http://192.168.250.101:4873/koa-conditional-get/-/koa-conditional-get-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "J:\\Github\\CURD-TS",
"bugs": {
"url": "https://github.com/koajs/conditional-get/issues"
},
"description": "Conditional GET support for koa",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"etag": "^1.8.1",
"koa": "^2.13.0",
"koa-etag": "^4.0.0",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"supertest": "^4.0.2"
},
"enignes": {
"node": ">= 10"
},
"files": [
"index.js"
],
"homepage": "https://github.com/koajs/conditional-get#readme",
"keywords": [
"koa",
"middleware",
"cache",
"caching",
"etag"
],
"license": "MIT",
"name": "koa-conditional-get",
"repository": {
"type": "git",
"url": "git+https://github.com/koajs/conditional-get.git"
},
"scripts": {
"ci": "npm run lint && npm run cov",
"cov": "nyc npm run test",
"lint": "eslint .",
"precov": "rimraf .nyc_output coverage",
"test": "mocha --exit"
},
"version": "3.0.0"
}