-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-lock.json
48 lines (48 loc) · 1.54 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": "liascript-preview",
"version": "3.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "liascript-preview",
"version": "3.0.3",
"license": "MIT",
"dependencies": {
"@liascript/editor": "^1.1.7--0.16.8"
},
"engines": {
"atom": ">=1.0.0 <2.0.0"
}
},
"node_modules/@liascript/editor": {
"version": "1.1.7--0.16.8",
"resolved": "https://registry.npmjs.org/@liascript/editor/-/editor-1.1.7--0.16.8.tgz",
"integrity": "sha512-xHvorhRim4I8GofLfxA7/xIHMz7jGcgw87QZpigKVnG15kOm497/lVIX4Tm+cRfoelQAy8jtaq1ELZRxGVs/Zg==",
"license": "BSD-3-Clause",
"dependencies": {
"pako": "^2.1.0"
}
},
"node_modules/pako": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz",
"integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug=="
}
},
"dependencies": {
"@liascript/editor": {
"version": "1.1.7--0.16.8",
"resolved": "https://registry.npmjs.org/@liascript/editor/-/editor-1.1.7--0.16.8.tgz",
"integrity": "sha512-xHvorhRim4I8GofLfxA7/xIHMz7jGcgw87QZpigKVnG15kOm497/lVIX4Tm+cRfoelQAy8jtaq1ELZRxGVs/Zg==",
"requires": {
"pako": "^2.1.0"
}
},
"pako": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz",
"integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug=="
}
}
}