-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.3 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.3 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"_from": "cordova-plugin-sqlite-2",
"_id": "cordova-plugin-sqlite-2@1.0.4",
"_inBundle": false,
"_integrity": "sha1-66A9343E0mUvFl4KI1MSsO6yCuo=",
"_location": "/cordova-plugin-sqlite-2",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "cordova-plugin-sqlite-2",
"name": "cordova-plugin-sqlite-2",
"escapedName": "cordova-plugin-sqlite-2",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/cordova-plugin-sqlite-2/-/cordova-plugin-sqlite-2-1.0.4.tgz",
"_shasum": "eba03ddf8dc4d2652f165e0a235312b0eeb20aea",
"_spec": "cordova-plugin-sqlite-2",
"_where": "C:\\Users\\Manfred\\Documents\\PhoneGap\\PrivateBooksLibrary",
"author": {
"name": "Nolan Lawson",
"email": "nolan@nolanlawson.com"
},
"bugs": {
"url": "https://github.com/nolanlawson/cordova-plugin-sqlite-2/issues"
},
"bundleDependencies": false,
"cordova": {
"id": "cordova-plugin-sqlite-2",
"platforms": [
"android",
"ios"
]
},
"deprecated": false,
"description": "Cordova SQLite Plugin 2",
"devDependencies": {
"appium": "1.5.1",
"bluebird": "3.3.4",
"browserify": "13.0.0",
"bundle-collapser": "1.2.1",
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"colors": "1.1.2",
"cordova": "6.1.0",
"denodeify": "1.2.1",
"eslint": "6.6.0",
"js-extend": "1.0.1",
"lodash.find": "4.2.0",
"lodash.map": "4.2.1",
"lodash.zipobject": "4.1.2",
"mkdirp": "0.5.1",
"phantomjs-prebuilt": "2.1.7",
"pouchdb-ajax": "5.4.4",
"pouchdb-binary-utils": "5.4.4",
"pouchdb-browser": "5.4.4",
"pouchdb-errors": "5.4.4",
"pouchdb-utils": "5.4.4",
"replace": "0.3.0",
"request-promise": "2.0.1",
"rimraf": "2.5.2",
"rollupify": "0.2.0",
"sauce-connect-launcher": "0.14.0",
"stream-to-promise": "1.1.0",
"tape": "4.5.1",
"ua-parser-js": "0.7.10",
"uuid": "2.0.1",
"wd": "0.4.0",
"websql": "0.4.4",
"zuul": "3.10.1"
},
"files": [
"src/android",
"src/ios",
"plugin.xml",
"dist"
],
"homepage": "https://github.com/nolanlawson/cordova-plugin-sqlite-2#readme",
"keywords": [
"cordova",
"sqlite",
"sqlite3",
"websql",
"database",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"license": "Apache-2.0",
"name": "cordova-plugin-sqlite-2",
"repository": {
"type": "git",
"url": "git+https://github.com/nolanlawson/cordova-plugin-sqlite-2.git"
},
"scripts": {
"build": "rimraf dist && mkdirp dist && browserify -t rollupify -s sqlitePlugin src/javascript/index.js > dist/sqlite-plugin.js",
"build-test": "bash ./bin/build-test.sh",
"lint": "eslint src test/*js",
"prepublish": "npm run build",
"test": "npm run test-device",
"test-android": "PLATFORM=android npm run test-device",
"test-device": "npm run build && RUN=0 npm run build-test && bash ./bin/run-and-test-appium.sh",
"test-ios": "PLATFORM=ios npm run test-device",
"test-local": "zuul --ui mocha-bdd --local 9000 --no-coverage test/test.js",
"test-perf": "bash ./bin/test-perf.sh",
"test-phantom": "npm run build && zuul --ui mocha-bdd --phantom --no-coverage test/test.js"
},
"version": "1.0.4"
}