-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
58 lines (58 loc) · 1.68 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
{
"name": "json-in-elm",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "json-in-elm",
"devDependencies": {
"elm-tooling": "^1.15.1"
}
},
"node_modules/.pnpm/elm-test-rs@3.0.0-5/node_modules/elm-test-rs": {
"version": "3.0.0-5",
"extraneous": true,
"hasInstallScript": true,
"license": "BSD-3-Clause",
"bin": {
"elm-test-rs": "elm-test-rs.js"
},
"optionalDependencies": {
"@mattpiz/elm-test-rs-darwin-arm64": "3.0.0-1",
"@mattpiz/elm-test-rs-darwin-x64": "3.0.0-0",
"@mattpiz/elm-test-rs-linux-arm": "3.0.0-0",
"@mattpiz/elm-test-rs-linux-arm64": "3.0.0-0",
"@mattpiz/elm-test-rs-linux-x64": "3.0.0-0",
"@mattpiz/elm-test-rs-win32-x64": "3.0.0-0"
}
},
"node_modules/.pnpm/elm@0.19.1-6/node_modules/elm": {
"version": "0.19.1-6",
"extraneous": true,
"hasInstallScript": true,
"license": "BSD-3-Clause",
"bin": {
"elm": "bin/elm"
},
"engines": {
"node": ">=7.0.0"
},
"optionalDependencies": {
"@elm_binaries/darwin_arm64": "0.19.1-0",
"@elm_binaries/darwin_x64": "0.19.1-0",
"@elm_binaries/linux_x64": "0.19.1-0",
"@elm_binaries/win32_x64": "0.19.1-0"
}
},
"node_modules/elm-tooling": {
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/elm-tooling/-/elm-tooling-1.15.1.tgz",
"integrity": "sha512-+rRYa7gzz6l2/Ip2i197MqkW5abOwPOP/+WlyyatLDeDhh+JR0HUMlZJYenCYodBeG/xW5xW3pRYQ2onf5bIAw==",
"dev": true,
"bin": {
"elm-tooling": "index.js"
}
}
}
}