1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
| {
| "_args": [
| [
| {
| "raw": "find-my-way@^2.0.1",
| "scope": null,
| "escapedName": "find-my-way",
| "name": "find-my-way",
| "rawSpec": "^2.0.1",
| "spec": ">=2.0.1 <3.0.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/restify"
| ]
| ],
| "_from": "find-my-way@>=2.0.1 <3.0.0",
| "_hasShrinkwrap": false,
| "_id": "find-my-way@2.2.3",
| "_inCache": true,
| "_location": "/find-my-way",
| "_nodeVersion": "12.16.1",
| "_npmOperationalInternal": {
| "host": "s3://npm-registry-packages",
| "tmp": "tmp/find-my-way_2.2.3_1589805698708_0.8532211176041202"
| },
| "_npmUser": {
| "name": "delvedor",
| "email": "tommydelved@gmail.com"
| },
| "_npmVersion": "6.13.4",
| "_phantomChildren": {},
| "_requested": {
| "raw": "find-my-way@^2.0.1",
| "scope": null,
| "escapedName": "find-my-way",
| "name": "find-my-way",
| "rawSpec": "^2.0.1",
| "spec": ">=2.0.1 <3.0.0",
| "type": "range"
| },
| "_requiredBy": [
| "/restify"
| ],
| "_resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-2.2.3.tgz",
| "_shasum": "529f5969dbd1e6ebed674a7a1087c3430988e39e",
| "_shrinkwrap": null,
| "_spec": "find-my-way@^2.0.1",
| "_where": "/root/rushmail/node_modules/restify",
| "author": {
| "name": "Tomas Della Vedova - @delvedor",
| "url": "http://delved.org"
| },
| "bugs": {
| "url": "https://github.com/delvedor/find-my-way/issues"
| },
| "dependencies": {
| "fast-decode-uri-component": "^1.0.0",
| "safe-regex2": "^2.0.0",
| "semver-store": "^0.3.0"
| },
| "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"
| },
| "directories": {},
| "dist": {
| "integrity": "sha512-C7dxfbX8pV1maLd31ygkBEOaD51Ls4dROuHjeSQZf1FeQinUzq3UA/kSPecLSDy9iAQufd8w1zgp7j64kyLdhw==",
| "shasum": "529f5969dbd1e6ebed674a7a1087c3430988e39e",
| "tarball": "https://registry.npmjs.org/find-my-way/-/find-my-way-2.2.3.tgz",
| "fileCount": 45,
| "unpackedSize": 170012,
| "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewoKDCRA9TVsSAnZWagAAtMoP/0RJ5otc2IY6o3BeDSbX\nXKtt97BfnLk65w87HqSPSg7AZ1KEJKL94b1+LdSfX0muJrouqJb9+ba2Ebbf\niVHb6NDlOxC5woJAUoNK0soQFriaizCtOm/Q/R7XjSJSoYWOcewFL9AElhRn\n1oStIwMMByfU8x0f1w4UfWdjS0zsFfHDlTwG59u6HWGT2qFxTwUeKBmwQt0j\nb8nghQ9A8Gz9cOw0ZdMYElePUEYODYLjP+nAp7FQtJMtd0/uN79Lq7gOFwpq\noSbnAQGllkhbQnCJN6csr6xY4bIdrxtkG8EHVZta7Ga3Ks0BG7iYcTrxJLdD\n24dSPRJyZFfTd42u9CS5uYV6er7Vn/DvlwDZTV0+cGjJc6mljvdGPo73gkCG\nJeE+RUdbgCx9HCNk1tDDJbBC+h4gUsUIURCYpYKHSNpCH7QtGTOAZkx20yrW\nd5lotk/famIJ9HmtLEohBntm4BB94zA1vXO/tXt+732kGiskPrcNavbgqoaA\nivanMxfWbxbbrBVRGtIP8c4Ndlz4ExEPrJwraiERRxTu8yaUo4oWbFnLFH4A\nMZV74QLVzh5T/ZdV5dgut5xe+lL9+wWtx+GNYUubO9zdsGmKO2ZOm6D6+NeJ\nb2J8/lYiAJ/++2ZldddurkWuihywUzPOh8874u3jRlyK+f4PITdTdT6gM9lI\n4xeH\r\n=jtKl\r\n-----END PGP SIGNATURE-----\r\n"
| },
| "engines": {
| "node": ">=6"
| },
| "gitHead": "4e9d2269161cff81894e9ac90ffbceaceef57447",
| "homepage": "https://github.com/delvedor/find-my-way#readme",
| "keywords": [
| "http",
| "router",
| "radix",
| "fast",
| "speed"
| ],
| "license": "MIT",
| "main": "index.js",
| "maintainers": [
| {
| "name": "delvedor",
| "email": "tommydelved@gmail.com"
| },
| {
| "name": "matteo.collina",
| "email": "hello@matteocollina.com"
| }
| ],
| "name": "find-my-way",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "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"
| }
|
|