67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
|
{
|
||
|
"_from": "trouter@^2.0.1",
|
||
|
"_id": "trouter@2.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-kr8SKKw94OI+xTGOkfsvwZQ8mWoikZDd2n8XZHjJVZUARZT+4/VV6cacRS6CLsH9bNm+HFIPU1Zx4CnNnb4qlQ==",
|
||
|
"_location": "/trouter",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "trouter@^2.0.1",
|
||
|
"name": "trouter",
|
||
|
"escapedName": "trouter",
|
||
|
"rawSpec": "^2.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/polka"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/trouter/-/trouter-2.0.1.tgz",
|
||
|
"_shasum": "2726a5f8558e090d24c3a393f09eaab1df232df6",
|
||
|
"_spec": "trouter@^2.0.1",
|
||
|
"_where": "/home/martin/dev/multiview/node_modules/polka",
|
||
|
"author": {
|
||
|
"name": "Luke Edwards",
|
||
|
"email": "luke.edwards05@gmail.com",
|
||
|
"url": "lukeed.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/lukeed/trouter/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"matchit": "^1.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "🐟 A fast, small-but-mighty, familiar ~fish~ router",
|
||
|
"devDependencies": {
|
||
|
"tap-spec": "^4.1.1",
|
||
|
"tape": "^4.6.3"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/lukeed/trouter#readme",
|
||
|
"keywords": [
|
||
|
"route",
|
||
|
"router",
|
||
|
"routing"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "trouter",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/lukeed/trouter.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"bench": "node bench",
|
||
|
"test": "tape test/*.js | tap-spec"
|
||
|
},
|
||
|
"version": "2.0.1"
|
||
|
}
|