forked from textmate/lua.tmbundle
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage-lock.json
75 lines (75 loc) · 2.46 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "lua-tmlanguage",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "lua-tmlanguage",
"version": "1.0.0",
"dependencies": {
"plist": "latest"
}
},
"node_modules/base64-js": {
"version": "1.5.1",
"resolved": "https://registry.npm.taobao.org/base64-js/download/base64-js-1.5.1.tgz",
"integrity": "sha1-GxtEAWClv3rUC2UPCVljSBkDkwo=",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
},
"node_modules/plist": {
"version": "3.0.4",
"resolved": "https://registry.nlark.com/plist/download/plist-3.0.4.tgz",
"integrity": "sha1-pi34N+Ou0rs7c1iZ1RDE8YYBnL4=",
"dependencies": {
"base64-js": "^1.5.1",
"xmlbuilder": "^9.0.7"
},
"engines": {
"node": ">=6"
}
},
"node_modules/xmlbuilder": {
"version": "9.0.7",
"resolved": "https://registry.nlark.com/xmlbuilder/download/xmlbuilder-9.0.7.tgz",
"integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=",
"engines": {
"node": ">=4.0"
}
}
},
"dependencies": {
"base64-js": {
"version": "1.5.1",
"resolved": "https://registry.npm.taobao.org/base64-js/download/base64-js-1.5.1.tgz",
"integrity": "sha1-GxtEAWClv3rUC2UPCVljSBkDkwo="
},
"plist": {
"version": "3.0.4",
"resolved": "https://registry.nlark.com/plist/download/plist-3.0.4.tgz",
"integrity": "sha1-pi34N+Ou0rs7c1iZ1RDE8YYBnL4=",
"requires": {
"base64-js": "^1.5.1",
"xmlbuilder": "^9.0.7"
}
},
"xmlbuilder": {
"version": "9.0.7",
"resolved": "https://registry.nlark.com/xmlbuilder/download/xmlbuilder-9.0.7.tgz",
"integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0="
}
}
}