-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
31 lines (31 loc) · 973 Bytes
/
package-lock.json
File metadata and controls
31 lines (31 loc) · 973 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
{
"name": "nova-luxe",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "nova-luxe",
"version": "0.1.0",
"license": "BSD 3-Clause",
"devDependencies": {
"@types/nova-editor": "*"
}
},
"node_modules/@types/nova-editor": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/nova-editor/-/nova-editor-1.0.1.tgz",
"integrity": "sha512-aFZ2n+zL5Lw1zVCq4h3ipA3v/bam3+f6EN88HTtAon/8AEUxvbWtO23p3B/rDRBI9RH96wkfWBHqjtOEUEgHkA==",
"dev": true,
"dependencies": {
"@types/nova-editor-node": "*"
}
},
"node_modules/@types/nova-editor-node": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@types/nova-editor-node/-/nova-editor-node-5.1.0.tgz",
"integrity": "sha512-Jj8wnUGOYmmNgd61JHSG0kV5o/zlthVn92qCdLz6VYa7CM4KSmwPjCeCzw2JqjJw6QONpcMXTVH9TKtLCnFf1Q==",
"dev": true
}
}
}