You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.1 KiB
84 lines
2.1 KiB
{
|
|
"_args": [
|
|
[
|
|
"koa-router@7.4.0",
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
|
]
|
|
],
|
|
"_from": "koa-router@7.4.0",
|
|
"_id": "koa-router@7.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ruH3rcAtXLMdfWdGXJ6syCXoxeA=",
|
|
"_location": "/koa-router",
|
|
"_phantomChildren": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "koa-router@7.4.0",
|
|
"name": "koa-router",
|
|
"escapedName": "koa-router",
|
|
"rawSpec": "7.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@hap-toolkit/debugger",
|
|
"/@hap-toolkit/packager",
|
|
"/@hap-toolkit/server"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/koa-router/download/koa-router-7.4.0.tgz?cache=0&sync_timestamp=1597367757192&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fkoa-router%2Fdownload%2Fkoa-router-7.4.0.tgz",
|
|
"_spec": "7.4.0",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
|
"author": {
|
|
"name": "Alex Mingoia",
|
|
"email": "talk@alexmingoia.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/alexmingoia/koa-router/issues"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^3.1.0",
|
|
"http-errors": "^1.3.1",
|
|
"koa-compose": "^3.0.0",
|
|
"methods": "^1.0.1",
|
|
"path-to-regexp": "^1.1.1",
|
|
"urijs": "^1.19.0"
|
|
},
|
|
"description": "Router middleware for koa. Provides RESTful resource routing.",
|
|
"devDependencies": {
|
|
"expect.js": "^0.3.1",
|
|
"gulp": "^3.8.11",
|
|
"jsdoc-to-markdown": "^1.1.1",
|
|
"koa": "2.2.0",
|
|
"mocha": "^2.0.1",
|
|
"should": "^6.0.3",
|
|
"supertest": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/alexmingoia/koa-router#readme",
|
|
"keywords": [
|
|
"koa",
|
|
"middleware",
|
|
"router",
|
|
"route"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/router.js",
|
|
"name": "koa-router",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/alexmingoia/koa-router.git"
|
|
},
|
|
"scripts": {
|
|
"docs": "NODE_ENV=test node node_modules/gulp/bin/gulp.js docs",
|
|
"test": "NODE_ENV=test mocha test/**/*.js"
|
|
},
|
|
"version": "7.4.0"
|
|
}
|
|
|