forked from guidebooks/store
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
33 lines (33 loc) · 996 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
31
32
33
{
"name": "@guidebooks/store",
"version": "8.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@guidebooks/store",
"version": "8.0.0",
"license": "Apache-2.0",
"devDependencies": {
"madwizard-cli-core": "^8.0.13"
}
},
"node_modules/madwizard-cli-core": {
"version": "8.0.13",
"resolved": "https://registry.npmjs.org/madwizard-cli-core/-/madwizard-cli-core-8.0.13.tgz",
"integrity": "sha512-nEE+xEMSrMevYj7jieyANH5qGemp3Yp4a7wepgDSaSlaa46UllwHfSArCZl1gn0twCunZib5hwX6mm/inXmzcw==",
"dev": true,
"bin": {
"madwizard": "bin/madwizard"
}
}
},
"dependencies": {
"madwizard-cli-core": {
"version": "8.0.13",
"resolved": "https://registry.npmjs.org/madwizard-cli-core/-/madwizard-cli-core-8.0.13.tgz",
"integrity": "sha512-nEE+xEMSrMevYj7jieyANH5qGemp3Yp4a7wepgDSaSlaa46UllwHfSArCZl1gn0twCunZib5hwX6mm/inXmzcw==",
"dev": true
}
}
}