-
Notifications
You must be signed in to change notification settings - Fork 21
/
package-lock.json
46 lines (46 loc) · 1.52 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
{
"name": "maze-world",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"devDependencies": {
"@prettier/plugin-lua": "^0.0.1",
"prettier": "^1.19.1"
}
},
"node_modules/@prettier/plugin-lua": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/@prettier/plugin-lua/-/plugin-lua-0.0.1.tgz",
"integrity": "sha512-fZ6hUPKfZq3KY4zWSQpdvPrbi1LtxPXJvFJYMJHxt8HxRyyySlFWspKhgcIdlaZ1EL3cMyP2muPvvDpM7GbyBQ==",
"dev": true,
"dependencies": {
"luaparse": "0.2.1"
},
"peerDependencies": {
"prettier": ">=1.0.0"
}
},
"node_modules/luaparse": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/luaparse/-/luaparse-0.2.1.tgz",
"integrity": "sha1-qo9WEysN6X0388mRqd9C4OF/ZWw=",
"dev": true,
"bin": {
"luaparse": "bin/luaparse"
}
},
"node_modules/prettier": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
"integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=4"
}
}
}
}