-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage-lock.json
More file actions
34 lines (34 loc) · 1022 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
34 lines (34 loc) · 1022 Bytes
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
{
"name": "Handlebars",
"version": "1.10.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Handlebars",
"version": "1.10.0",
"license": "MIT",
"devDependencies": {
"vscode-oniguruma": "^2.0.1",
"vscode-textmate": "^9.3.2"
},
"engines": {
"atom": ">0.50.0"
}
},
"node_modules/vscode-oniguruma": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-2.0.1.tgz",
"integrity": "sha512-poJU8iHIWnC3vgphJnrLZyI3YdqRlR27xzqDmpPXYzA93R4Gk8z7T6oqDzDoHjoikA2aS82crdXFkjELCdJsjQ==",
"dev": true,
"license": "MIT"
},
"node_modules/vscode-textmate": {
"version": "9.3.2",
"resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-9.3.2.tgz",
"integrity": "sha512-n2uGbUcrjhUEBH16uGA0TvUfhWwliFZ1e3+pTjrkim1Mt7ydB41lV08aUvsi70OlzDWp6X7Bx3w/x3fAXIsN0Q==",
"dev": true,
"license": "MIT"
}
}
}