-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
48 lines (48 loc) · 1.37 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
{
"name": "nix",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"gren-lang": "0.5.1"
}
},
"node_modules/commander": {
"version": "9.5.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz",
"integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==",
"license": "MIT",
"engines": {
"node": "^12.20.0 || >=14"
}
},
"node_modules/gren-lang": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/gren-lang/-/gren-lang-0.5.1.tgz",
"integrity": "sha512-xOSmQBvySXU0yhibECYquYXgXWOJPOHEque9Jy3f4GUtRWCE9t3pXaQBp+6KubnBdDLzsbRE3zfy/ew7AHYaUg==",
"license": "BSD-3-Clause",
"dependencies": {
"postject": "^1.0.0-alpha.6"
},
"bin": {
"gren": "cli.js"
}
},
"node_modules/postject": {
"version": "1.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/postject/-/postject-1.0.0-alpha.6.tgz",
"integrity": "sha512-b9Eb8h2eVqNE8edvKdwqkrY6O7kAwmI8kcnBv1NScolYJbo59XUF0noFq+lxbC1yN20bmC0WBEbDC5H/7ASb0A==",
"license": "MIT",
"dependencies": {
"commander": "^9.4.0"
},
"bin": {
"postject": "dist/cli.js"
},
"engines": {
"node": ">=14.0.0"
}
}
}
}