-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
45 lines (45 loc) · 1.76 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
{
"name": "spark2d",
"version": "0.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "spark2d",
"version": "0.0.2",
"dependencies": {
"onejs-core": "^0.3.18"
}
},
"node_modules/css-flatten": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/css-flatten/-/css-flatten-2.0.0.tgz",
"integrity": "sha512-wJ+hhOqhvAB/jVgxd3F1wmElBV9/WrE1am4FErEF8DtGCGN268PQYAvDvMHdVlZH7jeZx+y2vXun/6SjiGyuFg==",
"dependencies": {
"css-simple-parser": "^3.0.0"
}
},
"node_modules/css-simple-parser": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/css-simple-parser/-/css-simple-parser-3.0.0.tgz",
"integrity": "sha512-vCQf8BH7UO+HqA4DG1gkYzLVlRSLHD64leDWmfBrZZnZuHyGcTDFs6OqYNTDV36n4JbKMA6v4DnJeNRVXdk2nw==",
"dependencies": {
"string-indexes": "^2.0.0"
}
},
"node_modules/onejs-core": {
"version": "0.3.18",
"resolved": "https://registry.npmjs.org/onejs-core/-/onejs-core-0.3.18.tgz",
"integrity": "sha512-kLIl46NyC3BMyG3L5XSu/gJlqbwTm0BzV9yc5i/ZLXxxO0eFBCvB0PdxHZAb47CWNN3MTrL7QyQuxBHK9V9MeA==",
"dependencies": {
"css-flatten": "^2.0.0",
"css-simple-parser": "^3.0.0"
}
},
"node_modules/string-indexes": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/string-indexes/-/string-indexes-2.0.0.tgz",
"integrity": "sha512-ATTNLgMvr27CtHUsOslQrMMR9+T3py6hhwKJtJPhu0YoRsiG7ybim70Kvdw/qk3Ill0sp0jzlxS5ILdBA3LW6w=="
}
}
}