-
Notifications
You must be signed in to change notification settings - Fork 45
/
package-lock.json
32 lines (32 loc) · 1.01 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
{
"name": "EditorSyntax",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"atom-grammar-test": {
"version": "0.6.4",
"resolved": "https://registry.npmjs.org/atom-grammar-test/-/atom-grammar-test-0.6.4.tgz",
"integrity": "sha1-2KU1A9H+k5mX9Ji3SirDEARKfU4=",
"requires": {
"chevrotain": "0.18.0",
"escape-string-regexp": "1.0.5"
}
},
"chevrotain": {
"version": "0.18.0",
"resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-0.18.0.tgz",
"integrity": "sha1-sodxTjFZC64sXR4vYRZz7+xHnYA="
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"fast-plist": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/fast-plist/-/fast-plist-0.1.2.tgz",
"integrity": "sha1-pFr/NFGWAG1AbKbNzQX2kFHvNbg="
}
}
}