diff options
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-inappbrowser/package.json')
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-inappbrowser/package.json | 109 |
1 files changed, 72 insertions, 37 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-inappbrowser/package.json b/StoneIsland/plugins/cordova-plugin-inappbrowser/package.json index 8da20900..a4f4fea7 100644 --- a/StoneIsland/plugins/cordova-plugin-inappbrowser/package.json +++ b/StoneIsland/plugins/cordova-plugin-inappbrowser/package.json @@ -1,25 +1,71 @@ { - "name": "cordova-plugin-inappbrowser", - "version": "1.5.0", - "description": "Cordova InAppBrowser Plugin", + "_from": "cordova-plugin-inappbrowser@4.0.0", + "_id": "cordova-plugin-inappbrowser@4.0.0", + "_inBundle": false, + "_integrity": "sha512-w2LZzdF3R4G/EqVZ9aWch9Pksk76uw6/S5wFP1sgn7zjsSDpJBb/JhazLnioN1NZmZiCUBbROv1S4+9JCkeCgA==", + "_location": "/cordova-plugin-inappbrowser", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "cordova-plugin-inappbrowser@4.0.0", + "name": "cordova-plugin-inappbrowser", + "escapedName": "cordova-plugin-inappbrowser", + "rawSpec": "4.0.0", + "saveSpec": null, + "fetchSpec": "4.0.0" + }, + "_requiredBy": [ + "#DEV:/", + "#USER" + ], + "_resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-4.0.0.tgz", + "_shasum": "081e125b3ece05e30dd00e5f9396160926832a2a", + "_spec": "cordova-plugin-inappbrowser@4.0.0", + "_where": "/Users/user/work/stone-island/StoneIsland", + "author": { + "name": "Apache Software Foundation" + }, + "bugs": { + "url": "https://github.com/apache/cordova-plugin-inappbrowser/issues" + }, + "bundleDependencies": false, "cordova": { "id": "cordova-plugin-inappbrowser", "platforms": [ "android", - "amazon-fireos", - "ubuntu", + "browser", "ios", - "wp7", - "wp8", - "windows8", - "windows", - "firefoxos" + "osx", + "windows" ] }, - "repository": { - "type": "git", - "url": "https://github.com/apache/cordova-plugin-inappbrowser" + "deprecated": false, + "description": "Cordova InAppBrowser Plugin", + "devDependencies": { + "eslint": "^4.0.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": { + "0.2.3": { + "cordova": ">=3.1.0" + }, + "4.0.0": { + "cordova": ">=3.1.0", + "cordova-ios": ">=4.0.0" + }, + "5.0.0": { + "cordova": ">100" + } + } }, + "homepage": "https://github.com/apache/cordova-plugin-inappbrowser#readme", "keywords": [ "cordova", "in", @@ -28,32 +74,21 @@ "inappbrowser", "ecosystem:cordova", "cordova-android", - "cordova-amazon-fireos", - "cordova-ubuntu", + "cordova-browser", "cordova-ios", - "cordova-wp7", - "cordova-wp8", - "cordova-windows8", - "cordova-windows", - "cordova-firefoxos" + "cordova-osx", + "cordova-windows" ], - "scripts": { - "test": "npm run jshint", - "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests" + "license": "Apache-2.0", + "name": "cordova-plugin-inappbrowser", + "repository": { + "type": "git", + "url": "git+https://github.com/apache/cordova-plugin-inappbrowser.git" }, - "engines": { - "cordovaDependencies": { - "0.2.3": { - "cordova": ">=3.1.0" - }, - "2.0.0": { - "cordova": ">100" - } - } + "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" }, - "author": "Apache Software Foundation", - "license": "Apache-2.0", - "devDependencies": { - "jshint": "^2.6.0" - } + "types": "./types/index.d.ts", + "version": "4.0.0" } |
