-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.4 KB
/
package.json
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
{
"_from": "express-gateway-plugin-encrypted-path",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-SCQAz2uz7FahX31ERsLkMyFHyYY=",
"_location": "/express-gateway-plugin-encrypted-path",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "express-gateway-plugin-encrypted-path",
"name": "express-gateway-plugin-encrypted-path",
"escapedName": "express-gateway-plugin-encrypted-path",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/express-gateway-plugin-encrypted-path/-/express-gateway-plugin-encrypted-path-1.0.0.tgz",
"_shasum": "482400cf6bb3ec56a15f7d4446c2e4332147c986",
"_spec": "express-gateway-plugin-encrypted-path",
"_where": "/home/skaczor/src/dropstream/api_gateway/dropstream",
"author": "Simon Kaczor",
"bundleDependencies": false,
"deprecated": false,
"description": "Plugin Encrypted-Path for Express Gateway",
"license": "Apache-2.0",
"main": "manifest.js",
"name": "express-gateway-plugin-encrypted-path",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.1",
"dependencies": {
"path-to-regexp": "^3.3.0",
"egoroof-blowfish": "^2.2.1",
"hex-to-array-buffer": "^1.1.0",
"array-buffer-to-hex": "^1.0.0"
}
}