update: 移除cordova依赖
Showing
with
1 additions
and
3526 deletions
CubeModuleCopy.json
deleted
100644 → 0
config.xml
deleted
100644 → 0
hooks/README.md
deleted
100644 → 0
other/cnd-plugin/package.json
deleted
100644 → 0
| { | ||
| "name": "cnd-plugin", | ||
| "version": "0.0.1", | ||
| "description": "Cordova C&D Plugin", | ||
| "cordova": { | ||
| "id": "cnd-plugin", | ||
| "platforms": [ | ||
| "android", | ||
| "ios" | ||
| ] | ||
| } | ||
| } | ||
| \ No newline at end of file |
other/cnd-plugin/plugin.xml
deleted
100644 → 0
other/cnd-plugin/src/ios/YFPlugin.h
deleted
100644 → 0
other/cnd-plugin/src/ios/YFPlugin.m
deleted
100644 → 0
other/cnd-plugin/www/YFPlugin.js
deleted
100644 → 0
other/splash/Contents.json
deleted
100644 → 0
35.6 KB
35.6 KB
33.4 KB
33.4 KB
56.2 KB
56.2 KB
79 KB
79 KB
| ... | ... | @@ -33,9 +33,7 @@ |
| "amfe-flexible": "^2.2.1", | ||
| "axios": "^0.19.0", | ||
| "babel-polyfill": "^6.26.0", | ||
| "cordova-browser": "^6.0.0", | ||
| "core-js": "^3.1.2", | ||
| "exdate": "0.0.4", | ||
| "fastclick": "^1.0.6", | ||
| "lib-flexible": "^0.3.2", | ||
| "lodash": "^4.17.20", | ||
| ... | ... | @@ -62,9 +60,6 @@ |
| "chalk": "^1.1.3", | ||
| "connect-history-api-fallback": "^1.3.0", | ||
| "copy-webpack-plugin": "^4.0.1", | ||
| "cordova-plugin-camera": "^4.1.0", | ||
| "cordova-plugin-file": "^6.0.2", | ||
| "cordova-plugin-file-transfer": "^1.7.1", | ||
| "cross-env": "^5.0.1", | ||
| "css-loader": "^0.28.0", | ||
| "eslint": "^3.19.0", | ||
| ... | ... | @@ -96,7 +91,6 @@ |
| "semver": "^5.3.0", | ||
| "shelljs": "^0.7.6", | ||
| "url-loader": "^0.5.8", | ||
| "versiony": "^2.0.1", | ||
| "vue-loader": "^12.1.0", | ||
| "vue-style-loader": "^3.0.1", | ||
| "vue-template-compiler": "^2.3.3", | ||
| ... | ... | @@ -105,7 +99,6 @@ |
| "webpack-dev-middleware": "^1.10.0", | ||
| "webpack-hot-middleware": "^2.18.0", | ||
| "webpack-merge": "^4.1.0", | ||
| "xml2js": "^0.4.19", | ||
| "zip-webpack-plugin": "^1.1.0" | ||
| }, | ||
| "engines": { | ||
| ... | ... | @@ -118,19 +111,5 @@ |
| "not ie <= 8", | ||
| "ios >= 8", | ||
| "android >= 4.0" | ||
| ], | ||
| "cordova": { | ||
| "platforms": [ | ||
| "browser" | ||
| ], | ||
| "plugins": { | ||
| "cordova-plugin-camera": { | ||
| "CAMERA_USAGE_DESCRIPTION": " ", | ||
| "PHOTOLIBRARY_USAGE_DESCRIPTION": " ", | ||
| "ANDROID_SUPPORT_V4_VERSION": "27.+" | ||
| }, | ||
| "cordova-plugin-file-transfer": {}, | ||
| "cordova-plugin-file": {} | ||
| } | ||
| } | ||
| ] | ||
| } |
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-camera/NOTICE
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| { | ||
| "_from": "cordova-plugin-camera@~4.1.0", | ||
| "_id": "cordova-plugin-camera@4.1.0", | ||
| "_inBundle": false, | ||
| "_integrity": "sha512-fCLhWjWYn49q3X5xaypAPgTz6MAWSKFFQvD2Gpi5SuVlrRPRphtX2jIqR2zCBuDTBR082QVnlc+yUDXt65Mjgw==", | ||
| "_location": "/cordova-plugin-camera", | ||
| "_phantomChildren": {}, | ||
| "_requested": { | ||
| "type": "range", | ||
| "registry": true, | ||
| "raw": "cordova-plugin-camera@~4.1.0", | ||
| "name": "cordova-plugin-camera", | ||
| "escapedName": "cordova-plugin-camera", | ||
| "rawSpec": "~4.1.0", | ||
| "saveSpec": null, | ||
| "fetchSpec": "~4.1.0" | ||
| }, | ||
| "_requiredBy": [ | ||
| "#DEV:/", | ||
| "#USER" | ||
| ], | ||
| "_resolved": "https://repo.huaweicloud.com/repository/npm/cordova-plugin-camera/-/cordova-plugin-camera-4.1.0.tgz", | ||
| "_shasum": "6474a3e080c4662aa00fd7425705d301c693ddc0", | ||
| "_spec": "cordova-plugin-camera@~4.1.0", | ||
| "_where": "/Users/hyh/Desktop/work/建发/客诉系统/code/kesu-JFFC", | ||
| "author": { | ||
| "name": "Apache Software Foundation" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/apache/cordova-plugin-camera/issues" | ||
| }, | ||
| "bundleDependencies": false, | ||
| "cordova": { | ||
| "id": "cordova-plugin-camera", | ||
| "platforms": [ | ||
| "android", | ||
| "ios", | ||
| "browser", | ||
| "windows", | ||
| "osx" | ||
| ] | ||
| }, | ||
| "deprecated": false, | ||
| "description": "Cordova Camera Plugin", | ||
| "devDependencies": { | ||
| "eslint": "^4.3.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": { | ||
| "3.0.0": { | ||
| "cordova-android": ">=6.3.0" | ||
| }, | ||
| "4.1.0": { | ||
| "cordova": ">=7.1.0", | ||
| "cordova-android": ">=6.3.0" | ||
| }, | ||
| "5.0.0": { | ||
| "cordova": ">100" | ||
| } | ||
| } | ||
| }, | ||
| "homepage": "https://github.com/apache/cordova-plugin-camera#readme", | ||
| "keywords": [ | ||
| "cordova", | ||
| "camera", | ||
| "ecosystem:cordova", | ||
| "cordova-android", | ||
| "cordova-ios", | ||
| "cordova-browser", | ||
| "cordova-windows", | ||
| "cordova-osx" | ||
| ], | ||
| "license": "Apache-2.0", | ||
| "name": "cordova-plugin-camera", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/apache/cordova-plugin-camera.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": "4.1.0" | ||
| } |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| { | ||
| "name": "cordova-plugin-camera-test-ios", | ||
| "version": "1.0.0", | ||
| "description": "iOS Unit Tests for Camera Plugin", | ||
| "author": "Apache Software Foundation", | ||
| "license": "Apache Version 2.0", | ||
| "dependencies": { | ||
| "cordova-ios": "*" | ||
| }, | ||
| "scripts": { | ||
| "test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVCameraLibTests -destination 'platform=iOS Simulator,name=iPhone 5s'" | ||
| } | ||
| } |
| { | ||
| "name": "cordova-plugin-camera-tests", | ||
| "version": "4.1.0", | ||
| "description": "", | ||
| "cordova": { | ||
| "id": "cordova-plugin-camera-tests", | ||
| "platforms": [] | ||
| }, | ||
| "keywords": [ | ||
| "ecosystem:cordova" | ||
| ], | ||
| "author": "", | ||
| "license": "Apache-2.0" | ||
| } |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/LICENSE
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/NOTICE
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
plugins/fetch.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
typings/cordova-typings.d.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment