-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage-lock.json
46 lines (46 loc) · 1.39 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"ast-types": {
"version": "0.14.1",
"resolved": "http://npm.idcvdian.com/ast-types/download/ast-types-0.14.1.tgz",
"integrity": "sha1-C0FQQ3cNeiy+SydwJxy9fSyfYbk=",
"requires": {
"tslib": "^2.0.1"
}
},
"esprima": {
"version": "4.0.1",
"resolved": "http://npm.idcvdian.com/esprima/download/esprima-4.0.1.tgz",
"integrity": "sha1-E7BM2z5sXRnfkatph6hpVhmwqnE="
},
"private": {
"version": "0.1.8",
"resolved": "http://npm.idcvdian.com/private/download/private-0.1.8.tgz",
"integrity": "sha1-I4Hts2ifelPWUxkAYPz4ItLzaP8="
},
"recast": {
"version": "0.20.3",
"resolved": "http://npm.idcvdian.com/recast/download/recast-0.20.3.tgz",
"integrity": "sha1-rJOH5KWeXIyu+QV6NeMGZGKHp+8=",
"requires": {
"ast-types": "0.14.1",
"esprima": "~4.0.0",
"private": "^0.1.8",
"source-map": "~0.6.1",
"tslib": "^2.0.1"
}
},
"source-map": {
"version": "0.6.1",
"resolved": "http://npm.idcvdian.com/source-map/download/source-map-0.6.1.tgz",
"integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM="
},
"tslib": {
"version": "2.0.1",
"resolved": "http://npm.idcvdian.com/tslib/download/tslib-2.0.1.tgz",
"integrity": "sha1-QQ6w0RPltjVkkO7HSWA3JbAhtD4="
}
}
}