-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.51 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"_from": "proxy-middleware@latest",
"_id": "proxy-middleware@0.15.0",
"_inBundle": false,
"_integrity": "sha1-o/3xvvtzD5UZZYcqwvYHTGFHelY=",
"_location": "/proxy-middleware",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "proxy-middleware@latest",
"name": "proxy-middleware",
"escapedName": "proxy-middleware",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"/live-server"
],
"_resolved": "https://registry.npmjs.org/proxy-middleware/-/proxy-middleware-0.15.0.tgz",
"_shasum": "a3fdf1befb730f951965872ac2f6074c61477a56",
"_spec": "proxy-middleware@latest",
"_where": "/workspace/node_mods/node_modules/live-server",
"author": {
"name": "Andrew Kelley"
},
"bugs": {
"url": "https://github.com/andrewrk/connect-proxy/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "http(s) proxy as connect middleware",
"devDependencies": {
"connect": "~3.3.5",
"mocha": "~2.2.5",
"serve-static": "~1.9.3"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/andrewrk/connect-proxy#readme",
"keywords": [
"connect",
"proxy",
"middleware",
"https",
"http",
"ssl"
],
"license": "MIT",
"main": "index.js",
"name": "proxy-middleware",
"repository": {
"type": "git",
"url": "git+https://github.com/andrewrk/connect-proxy.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.15.0"
}