-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
40 lines (40 loc) · 1.34 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"babel-plugin-inline-import": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-inline-import/-/babel-plugin-inline-import-3.0.0.tgz",
"integrity": "sha512-thnykl4FMb8QjMjVCuZoUmAM7r2mnTn5qJwrryCvDv6rugbJlTHZMctdjDtEgD0WBAXJOLJSGXN3loooEwx7UQ==",
"requires": {
"require-resolve": "0.0.2"
}
},
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"path-extra": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/path-extra/-/path-extra-1.0.3.tgz",
"integrity": "sha1-fBEhiablDVlXkOetIDfkTkEMEWY="
},
"require-resolve": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/require-resolve/-/require-resolve-0.0.2.tgz",
"integrity": "sha1-urQQqxruLz9Vt5MXRR3TQodk5vM=",
"requires": {
"x-path": "^0.0.2"
}
},
"x-path": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/x-path/-/x-path-0.0.2.tgz",
"integrity": "sha1-KU0Ha7l6dwbMBwu7Km/YxU32exI=",
"requires": {
"path-extra": "^1.0.2"
}
}
}
}