-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage-lock.json
More file actions
83 lines (83 loc) · 2.49 KB
/
Copy pathpackage-lock.json
File metadata and controls
83 lines (83 loc) · 2.49 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "elm-ansi",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"elm": "0.19.1-6"
}
},
"node_modules/@elm_binaries/darwin_arm64": {
"version": "0.19.1-0",
"resolved": "https://registry.npmjs.org/@elm_binaries/darwin_arm64/-/darwin_arm64-0.19.1-0.tgz",
"integrity": "sha512-mjbsH7BNHEAmoE2SCJFcfk5fIHwFIpxtSgnEAqMsVLpBUFoEtAeX+LQ+N0vSFJB3WAh73+QYx/xSluxxLcL6dA==",
"cpu": [
"arm64"
],
"license": "BSD-3-Clause",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@elm_binaries/darwin_x64": {
"version": "0.19.1-0",
"resolved": "https://registry.npmjs.org/@elm_binaries/darwin_x64/-/darwin_x64-0.19.1-0.tgz",
"integrity": "sha512-QGUtrZTPBzaxgi9al6nr+9313wrnUVHuijzUK39UsPS+pa+n6CmWyV/69sHZeX9qy6UfeugE0PzF3qcUiy2GDQ==",
"cpu": [
"x64"
],
"license": "BSD-3-Clause",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@elm_binaries/linux_x64": {
"version": "0.19.1-0",
"resolved": "https://registry.npmjs.org/@elm_binaries/linux_x64/-/linux_x64-0.19.1-0.tgz",
"integrity": "sha512-T1ZrWVhg2kKAsi8caOd3vp/1A3e21VuCpSG63x8rDie50fHbCytTway9B8WHEdnBFv4mYWiA68dzGxYCiFmU2w==",
"cpu": [
"x64"
],
"license": "BSD-3-Clause",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@elm_binaries/win32_x64": {
"version": "0.19.1-0",
"resolved": "https://registry.npmjs.org/@elm_binaries/win32_x64/-/win32_x64-0.19.1-0.tgz",
"integrity": "sha512-yDleiXqSE9EcqKtd9SkC/4RIW8I71YsXzMPL79ub2bBPHjWTcoyyeBbYjoOB9SxSlArJ74HaoBApzT6hY7Zobg==",
"cpu": [
"x64"
],
"license": "BSD-3-Clause",
"optional": true,
"os": [
"win32"
]
},
"node_modules/elm": {
"version": "0.19.1-6",
"resolved": "https://registry.npmjs.org/elm/-/elm-0.19.1-6.tgz",
"integrity": "sha512-mKYyierHICPdMx/vhiIacdPmTPnh889gjHOZ75ZAoCxo3lZmSWbGP8HMw78wyctJH0HwvTmeKhlYSWboQNYPeQ==",
"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"
}
}
}
}