source: trip-planner-front/node_modules/http-proxy/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "http-proxy@1.18.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "http-proxy@1.18.1",
10 "_id": "http-proxy@1.18.1",
11 "_inBundle": false,
12 "_integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
13 "_location": "/http-proxy",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "http-proxy@1.18.1",
19 "name": "http-proxy",
20 "escapedName": "http-proxy",
21 "rawSpec": "1.18.1",
22 "saveSpec": null,
23 "fetchSpec": "1.18.1"
24 },
25 "_requiredBy": [
26 "/http-proxy-middleware",
27 "/karma"
28 ],
29 "_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
30 "_spec": "1.18.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Charlie Robbins",
34 "email": "charlie.robbins@gmail.com"
35 },
36 "bugs": {
37 "url": "https://github.com/http-party/node-http-proxy/issues"
38 },
39 "dependencies": {
40 "eventemitter3": "^4.0.0",
41 "follow-redirects": "^1.0.0",
42 "requires-port": "^1.0.0"
43 },
44 "description": "HTTP proxying for the masses",
45 "devDependencies": {
46 "async": "^3.0.0",
47 "auto-changelog": "^1.15.0",
48 "concat-stream": "^2.0.0",
49 "expect.js": "~0.3.1",
50 "mocha": "^3.5.3",
51 "nyc": "^14.0.0",
52 "semver": "^5.0.3",
53 "socket.io": "^2.1.0",
54 "socket.io-client": "^2.1.0",
55 "sse": "0.0.8",
56 "ws": "^3.0.0"
57 },
58 "engines": {
59 "node": ">=8.0.0"
60 },
61 "homepage": "https://github.com/http-party/node-http-proxy#readme",
62 "license": "MIT",
63 "main": "index.js",
64 "maintainers": [
65 {
66 "name": "jcrugzz",
67 "email": "jcrugzz@gmail.com"
68 }
69 ],
70 "name": "http-proxy",
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/http-party/node-http-proxy.git"
74 },
75 "scripts": {
76 "mocha": "mocha test/*-test.js",
77 "test": "nyc --reporter=text --reporter=lcov npm run mocha",
78 "version": "auto-changelog -p && git add CHANGELOG.md"
79 },
80 "version": "1.18.1"
81}
Note: See TracBrowser for help on using the repository browser.