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

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 542 bytes
Line 
1{
2 "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)",
3 "name": "tunnel-agent",
4 "license": "Apache-2.0",
5 "description": "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.",
6 "version": "0.6.0",
7 "repository": {
8 "url": "https://github.com/mikeal/tunnel-agent"
9 },
10 "main": "index.js",
11 "files": [
12 "index.js"
13 ],
14 "dependencies": {
15 "safe-buffer": "^5.0.1"
16 },
17 "devDependencies": {},
18 "optionalDependencies": {},
19 "engines": {
20 "node": "*"
21 }
22}
Note: See TracBrowser for help on using the repository browser.