Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1017 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "http-proxy",
|
---|
3 | "version": "1.18.1",
|
---|
4 | "repository": {
|
---|
5 | "type": "git",
|
---|
6 | "url": "https://github.com/http-party/node-http-proxy.git"
|
---|
7 | },
|
---|
8 | "description": "HTTP proxying for the masses",
|
---|
9 | "author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
---|
10 | "maintainers": [
|
---|
11 | "jcrugzz <jcrugzz@gmail.com>"
|
---|
12 | ],
|
---|
13 | "main": "index.js",
|
---|
14 | "dependencies": {
|
---|
15 | "eventemitter3": "^4.0.0",
|
---|
16 | "requires-port": "^1.0.0",
|
---|
17 | "follow-redirects": "^1.0.0"
|
---|
18 | },
|
---|
19 | "devDependencies": {
|
---|
20 | "async": "^3.0.0",
|
---|
21 | "auto-changelog": "^1.15.0",
|
---|
22 | "concat-stream": "^2.0.0",
|
---|
23 | "expect.js": "~0.3.1",
|
---|
24 | "mocha": "^3.5.3",
|
---|
25 | "nyc": "^14.0.0",
|
---|
26 | "semver": "^5.0.3",
|
---|
27 | "socket.io": "^2.1.0",
|
---|
28 | "socket.io-client": "^2.1.0",
|
---|
29 | "sse": "0.0.8",
|
---|
30 | "ws": "^3.0.0"
|
---|
31 | },
|
---|
32 | "scripts": {
|
---|
33 | "mocha": "mocha test/*-test.js",
|
---|
34 | "test": "nyc --reporter=text --reporter=lcov npm run mocha",
|
---|
35 | "version": "auto-changelog -p && git add CHANGELOG.md"
|
---|
36 | },
|
---|
37 | "engines": {
|
---|
38 | "node": ">=8.0.0"
|
---|
39 | },
|
---|
40 | "license": "MIT"
|
---|
41 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.