-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1.12 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
{
"name": "http-traceroute",
"version": "1.7.4",
"main": "lib/trace.js",
"description": "A command line tool for following and showing HTTP redirects for a given URL",
"bin": {
"http-traceroute": "bin/cli.js"
},
"dependencies": {
"chalk": "^2.3.0",
"cookie-manager": "^0.0.19",
"normalize-url": "^1.9.0",
"readable-stream": "^2.3.3",
"spdy": "^3.4.4"
},
"devDependencies": {
"standard": "^9.0.2",
"tape": "^4.8.0"
},
"scripts": {
"lint": "standard",
"test": "standard && tape 'test/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/http-traceroute.git"
},
"keywords": [
"cli",
"tool",
"redirect",
"301",
"303",
"307",
"http",
"follow",
"trace",
"traceroute"
],
"author": "Thomas Watson Steen <[email protected]> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/http-traceroute/issues"
},
"homepage": "https://github.com/watson/http-traceroute#readme",
"preferGlobal": true,
"coordinates": [
37.61761999176407,
-122.39282181268919
]
}