summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-file/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-file/package.json')
-rw-r--r--StoneIsland/plugins/cordova-plugin-file/package.json87
1 files changed, 87 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-file/package.json b/StoneIsland/plugins/cordova-plugin-file/package.json
new file mode 100644
index 00000000..09d26148
--- /dev/null
+++ b/StoneIsland/plugins/cordova-plugin-file/package.json
@@ -0,0 +1,87 @@
+{
+ "_from": "cordova-plugin-file@>=2.0.0",
+ "_id": "cordova-plugin-file@6.0.2",
+ "_inBundle": false,
+ "_integrity": "sha512-m7cughw327CjONN/qjzsTpSesLaeybksQh420/gRuSXJX5Zt9NfgsSbqqKDon6jnQ9Mm7h7imgyO2uJ34XMBtA==",
+ "_location": "/cordova-plugin-file",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "cordova-plugin-file@>=2.0.0",
+ "name": "cordova-plugin-file",
+ "escapedName": "cordova-plugin-file",
+ "rawSpec": ">=2.0.0",
+ "saveSpec": null,
+ "fetchSpec": ">=2.0.0"
+ },
+ "_requiredBy": [
+ "#DEV:/",
+ "#USER"
+ ],
+ "_resolved": "https://registry.npmjs.org/cordova-plugin-file/-/cordova-plugin-file-6.0.2.tgz",
+ "_shasum": "f3911479f8357e9aacb5576674f8d95b31a1fb20",
+ "_spec": "cordova-plugin-file@>=2.0.0",
+ "_where": "/Users/user/work/stone-island/StoneIsland",
+ "author": {
+ "name": "Apache Software Foundation"
+ },
+ "bugs": {
+ "url": "https://github.com/apache/cordova-plugin-file/issues"
+ },
+ "bundleDependencies": false,
+ "cordova": {
+ "id": "cordova-plugin-file",
+ "platforms": [
+ "android",
+ "browser",
+ "ios",
+ "osx",
+ "windows"
+ ]
+ },
+ "deprecated": false,
+ "description": "Cordova File Plugin",
+ "devDependencies": {
+ "eslint": "^3.19.0",
+ "eslint-config-semistandard": "^11.0.0",
+ "eslint-config-standard": "^10.2.1",
+ "eslint-plugin-import": "^2.3.0",
+ "eslint-plugin-node": "^5.0.0",
+ "eslint-plugin-promise": "^3.5.0",
+ "eslint-plugin-standard": "^3.0.1"
+ },
+ "engines": {
+ "cordovaDependencies": {
+ "5.0.0": {
+ "cordova-android": ">=6.3.0"
+ },
+ "7.0.0": {
+ "cordova": ">100"
+ }
+ }
+ },
+ "homepage": "https://github.com/apache/cordova-plugin-file#readme",
+ "keywords": [
+ "cordova",
+ "file",
+ "ecosystem:cordova",
+ "cordova-android",
+ "cordova-browser",
+ "cordova-ios",
+ "cordova-osx",
+ "cordova-windows"
+ ],
+ "license": "Apache-2.0",
+ "name": "cordova-plugin-file",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/apache/cordova-plugin-file.git"
+ },
+ "scripts": {
+ "eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests",
+ "test": "npm run eslint"
+ },
+ "types": "./types/index.d.ts",
+ "version": "6.0.2"
+}