-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
30 lines (30 loc) · 909 Bytes
/
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
{
"name": "quick notes",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "quick notes",
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"@zeppos/device-types": "^1.0.0"
}
},
"node_modules/@zeppos/device-types": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@zeppos/device-types/-/device-types-1.0.0.tgz",
"integrity": "sha512-BuIropIsjjO0c3oZShw4t2o/7CoD1LIsaIGyMvtdOo4FyFZ4J386kwj1wrDl6k+ZLbjn1Mb2SEpq4XLa7hcDVg==",
"dev": true
}
},
"dependencies": {
"@zeppos/device-types": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@zeppos/device-types/-/device-types-1.0.0.tgz",
"integrity": "sha512-BuIropIsjjO0c3oZShw4t2o/7CoD1LIsaIGyMvtdOo4FyFZ4J386kwj1wrDl6k+ZLbjn1Mb2SEpq4XLa7hcDVg==",
"dev": true
}
}
}