-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
49 lines (49 loc) · 1015 Bytes
/
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
{
"name": "v8-profiler-node8",
"main": "v8-profiler",
"version": "6.4.0",
"author": {
"name": "hyj1991",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/hyj1991/v8-profiler-node8/issues"
},
"description": "based on [email protected], solved the v8-profiler segment fault error in node 8.x+",
"contributors": [
{
"name": "Miroslav Bajtoš"
},
{
"name": "3y3",
"email": "[email protected]"
},
{
"name": "hyj1991",
"email": "[email protected]"
}
],
"dependencies": {
"v8-profiler-next": "^1.7.1"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^5.2.0"
},
"engines": {
"node": ">=0.10"
},
"homepage": "http://github.com/hyj1991/v8-profiler-node8",
"keywords": [
"profiler",
"inspector"
],
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "git://github.com/hyj1991/v8-profiler-node8.git"
},
"scripts": {
"test": "mocha -t 0"
}
}