-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
42 lines (42 loc) · 1.47 KB
/
package-lock.json
File metadata and controls
42 lines (42 loc) · 1.47 KB
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
35
36
37
38
39
40
41
42
{
"name": "dev.myplayground.thespy",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dev.myplayground.thespy",
"version": "1.0.0",
"license": "Apache-2.0",
"devDependencies": {
"cordova-plugin-appminimize": "^1.0.1",
"cordova-plugin-backbutton": "^0.3.0",
"cordova-plugin-insomnia": "^4.3.0"
}
},
"node_modules/cordova-plugin-appminimize": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/cordova-plugin-appminimize/-/cordova-plugin-appminimize-1.0.1.tgz",
"integrity": "sha512-UJZ5g8iFBP42EplS0gKwAQhwr9cUfur95o6w+2NW21pjbgioj1RVZddngy7dO++ABDpkd4HMPYnJw7DqMp5rww==",
"dev": true
},
"node_modules/cordova-plugin-backbutton": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/cordova-plugin-backbutton/-/cordova-plugin-backbutton-0.3.0.tgz",
"integrity": "sha512-vPQQ8SZk2LcNP89sFVnZkFN3GChERSaxO1UlS2O+a86qUJZpzBgA+21C978wo/w43tk1+JDbzEw+PTIbYcex5w==",
"dev": true
},
"node_modules/cordova-plugin-insomnia": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/cordova-plugin-insomnia/-/cordova-plugin-insomnia-4.3.0.tgz",
"integrity": "sha512-MdlRFsyfmf6Q/8+npDeVSTo487eyrp7vbuGO3SPbnqR94DXmFRJWLbZGwf34dMeH6GQL45baxozUwhLTPxrQwg==",
"dev": true,
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
]
}
}
}