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.
80 lines
2.2 KiB
80 lines
2.2 KiB
4 years ago
|
{
|
||
|
"_from": "find-my-way@^2.2.2",
|
||
|
"_id": "find-my-way@2.2.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-C7dxfbX8pV1maLd31ygkBEOaD51Ls4dROuHjeSQZf1FeQinUzq3UA/kSPecLSDy9iAQufd8w1zgp7j64kyLdhw==",
|
||
|
"_location": "/find-my-way",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "find-my-way@^2.2.2",
|
||
|
"name": "find-my-way",
|
||
|
"escapedName": "find-my-way",
|
||
|
"rawSpec": "^2.2.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.2.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/fastify",
|
||
|
"/fastify-websocket"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-2.2.3.tgz",
|
||
|
"_shasum": "529f5969dbd1e6ebed674a7a1087c3430988e39e",
|
||
|
"_spec": "find-my-way@^2.2.2",
|
||
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/fastify",
|
||
|
"author": {
|
||
|
"name": "Tomas Della Vedova - @delvedor",
|
||
|
"url": "http://delved.org"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/delvedor/find-my-way/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"fast-decode-uri-component": "^1.0.0",
|
||
|
"safe-regex2": "^2.0.0",
|
||
|
"semver-store": "^0.3.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Crazy fast http radix based router",
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^11.9.4",
|
||
|
"benchmark": "^2.1.4",
|
||
|
"pre-commit": "^1.2.2",
|
||
|
"request": "^2.88.0",
|
||
|
"standard": "^12.0.1",
|
||
|
"tap": "^12.5.3",
|
||
|
"tap-mocha-reporter": "^3.0.9",
|
||
|
"typescript": "^3.3.3"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
},
|
||
|
"homepage": "https://github.com/delvedor/find-my-way#readme",
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"router",
|
||
|
"radix",
|
||
|
"fast",
|
||
|
"speed"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "find-my-way",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/delvedor/find-my-way.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"bench": "node bench.js",
|
||
|
"test": "standard && tap -J test/*.test.js && npm run test:typescript",
|
||
|
"test:lint": "standard",
|
||
|
"test:report": "tap -J test/*.test.js --cov --coverage-report=html --coverage-report=cobertura | tee out.tap",
|
||
|
"test:reporter": "tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml",
|
||
|
"test:typescript": "tsc --project ./test/types/tsconfig.json"
|
||
|
},
|
||
|
"typings": "index.d.ts",
|
||
|
"version": "2.2.3"
|
||
|
}
|