-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 763 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 763 Bytes
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
{
"name": "trace-inline",
"version": "1.0.1",
"description": "A better --trace-inlining",
"main": "index.js",
"repository": "reklatsmasters/trace-inline",
"author": "Dmitry Tsvettsikh <me@reklatsmasters.com>",
"license": "MIT",
"dependencies": {
"archy": "^1.0.0",
"chalk": "^1.1.3",
"deep-eql": "^2.0.1",
"execa": "^0.6.0",
"pkg-bin": "^1.0.0",
"split2": "^2.1.1",
"trace-inline-parse": "^1.0.0",
"yargs": "^6.6.0"
},
"bin": {
"trace-inline": "./index.js"
},
"engines": {
"node": ">=4"
},
"keywords": [
"trace",
"inline",
"inlining",
"debug",
"tools",
"devtools",
"dev",
"perfomance",
"perf",
"inspector",
"inspect",
"crankshaft",
"v8"
]
}