-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
64 lines (64 loc) · 1.69 KB
/
package-lock.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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "videos",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.0.1",
"dependencies": {
"@explorablegraph/explorable": "file:../explorable",
"node-fetch": "2.6.1"
}
},
"../explorable": {
"name": "@explorablegraph/explorable",
"version": "0.0.1",
"dependencies": {
"yaml": "1.10.0"
},
"bin": {
"eg": "src/eg/eg.js"
},
"devDependencies": {
"@types/chai": "4.2.14",
"@types/mocha": "8.0.4",
"@types/node": "15.6.0",
"chai": "4.2.0",
"mocha": "8.2.1",
"typescript": "4.2.3"
}
},
"node_modules/@explorablegraph/explorable": {
"resolved": "../explorable",
"link": true
},
"node_modules/node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==",
"engines": {
"node": "4.x || >=6.0.0"
}
}
},
"dependencies": {
"@explorablegraph/explorable": {
"version": "file:../explorable",
"requires": {
"@types/chai": "4.2.14",
"@types/mocha": "8.0.4",
"@types/node": "15.6.0",
"chai": "4.2.0",
"mocha": "8.2.1",
"typescript": "4.2.3",
"yaml": "1.10.0"
}
},
"node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
}
}
}