-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
41 lines (41 loc) · 1.3 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
{
"name": "@haxecheckstyle/haxe-rename",
"version": "3.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@haxecheckstyle/haxe-rename",
"version": "3.0.1",
"license": "MIT",
"bin": {
"haxe-rename": "bin/rename.js"
},
"devDependencies": {
"lix": "^15.12.4"
}
},
"node_modules/lix": {
"version": "15.12.4",
"resolved": "https://registry.npmjs.org/lix/-/lix-15.12.4.tgz",
"integrity": "sha512-xfwGQrXXNba9BM7VcP2u9WvElBYgGJW+1gviaFqJH5OUFPAhwv8TZNk5f+Yew4pyKOmMqshdUYgk9+d3U6P6kw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"bin": {
"haxe": "bin/haxeshim.js",
"haxelib": "bin/haxelibshim.js",
"lix": "bin/lix.js",
"neko": "bin/nekoshim.js"
}
}
},
"dependencies": {
"lix": {
"version": "15.12.4",
"resolved": "https://registry.npmjs.org/lix/-/lix-15.12.4.tgz",
"integrity": "sha512-xfwGQrXXNba9BM7VcP2u9WvElBYgGJW+1gviaFqJH5OUFPAhwv8TZNk5f+Yew4pyKOmMqshdUYgk9+d3U6P6kw==",
"dev": true
}
}
}