-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage-lock.json
31 lines (31 loc) · 884 Bytes
/
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
{
"name": "elm-ui-widget",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "elm-ui-widget",
"hasInstallScript": true,
"devDependencies": {
"elm-tooling": "^1.6.0"
}
},
"node_modules/elm-tooling": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/elm-tooling/-/elm-tooling-1.7.0.tgz",
"integrity": "sha512-EHZ54voWrG3BhUONbH/wFw5U95H6N7R4QFgXHDrPIaDBDdeyNkpFu4QWArSWkhzxyCF7hqT8ya2yy7SferDsgg==",
"dev": true,
"bin": {
"elm-tooling": "index.js"
}
}
},
"dependencies": {
"elm-tooling": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/elm-tooling/-/elm-tooling-1.7.0.tgz",
"integrity": "sha512-EHZ54voWrG3BhUONbH/wFw5U95H6N7R4QFgXHDrPIaDBDdeyNkpFu4QWArSWkhzxyCF7hqT8ya2yy7SferDsgg==",
"dev": true
}
}
}