forked from atom-community/ui-theme-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
28 lines (28 loc) · 889 Bytes
/
package-lock.json
File metadata and controls
28 lines (28 loc) · 889 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
{
"name": "win10-ui",
"version": "0.4.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/atom": {
"version": "1.25.0",
"resolved": "https://registry.npmjs.org/@types/atom/-/atom-1.25.0.tgz",
"integrity": "sha512-na7epn9d48T+GmgEqAUBWHjzJXKPY7o70H8Tat9xhrHr7/7kx/+H5lS3elehC8PmKc523VDMcQBAQ0ZVuEA4TQ==",
"dev": true,
"requires": {
"@types/node": "9.6.1"
}
},
"@types/node": {
"version": "9.6.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-9.6.1.tgz",
"integrity": "sha512-xwlHq5DXQFRpe+u6hmmNkzYk/3oxxqDp71a/AJMupOQYmxyaBetqrVMqdNlSQfbg7XTJYD8vARjf3Op06OzdtQ==",
"dev": true
},
"winreg": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.4.tgz",
"integrity": "sha1-ugZWKbepJRMOFXeRCM9UCZDpjRs="
}
}
}