source: trip-planner-front/node_modules/tunnel-agent/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "tunnel-agent@0.6.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "tunnel-agent@0.6.0",
10 "_id": "tunnel-agent@0.6.0",
11 "_inBundle": false,
12 "_integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
13 "_location": "/tunnel-agent",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "tunnel-agent@0.6.0",
19 "name": "tunnel-agent",
20 "escapedName": "tunnel-agent",
21 "rawSpec": "0.6.0",
22 "saveSpec": null,
23 "fetchSpec": "0.6.0"
24 },
25 "_requiredBy": [
26 "/request"
27 ],
28 "_resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
29 "_spec": "0.6.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Mikeal Rogers",
33 "email": "mikeal.rogers@gmail.com",
34 "url": "http://www.futurealoof.com"
35 },
36 "bugs": {
37 "url": "https://github.com/mikeal/tunnel-agent/issues"
38 },
39 "dependencies": {
40 "safe-buffer": "^5.0.1"
41 },
42 "description": "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.",
43 "devDependencies": {},
44 "engines": {
45 "node": "*"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/mikeal/tunnel-agent#readme",
51 "license": "Apache-2.0",
52 "main": "index.js",
53 "name": "tunnel-agent",
54 "optionalDependencies": {},
55 "repository": {
56 "url": "git+https://github.com/mikeal/tunnel-agent.git"
57 },
58 "version": "0.6.0"
59}
Note: See TracBrowser for help on using the repository browser.