init
parents
Showing
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
| { | ||
| "_from": "ktwl-native-plugin@^1.0.2", | ||
| "_id": "ktwl-native-plugin@1.0.2", | ||
| "_inBundle": false, | ||
| "_integrity": "sha512-tKm64bmzIBu1VWohQyDPu10tyO8VV4zUDd1/CfZh1bLYvbuDkSUqklu5cywIN9VlNJ/3rQWwWR25DGmnEmoCOA==", | ||
| "_location": "/ktwl-native-plugin", | ||
| "_phantomChildren": {}, | ||
| "_requested": { | ||
| "type": "range", | ||
| "registry": true, | ||
| "raw": "ktwl-native-plugin@^1.0.2", | ||
| "name": "ktwl-native-plugin", | ||
| "escapedName": "ktwl-native-plugin", | ||
| "rawSpec": "^1.0.2", | ||
| "saveSpec": null, | ||
| "fetchSpec": "^1.0.2" | ||
| }, | ||
| "_requiredBy": [ | ||
| "/" | ||
| ], | ||
| "_resolved": "http://117.187.63.215:63394/ktwl-native-plugin/-/ktwl-native-plugin-1.0.2.tgz", | ||
| "_shasum": "9a13603927c43c09c52cdb81eff510e443771eff", | ||
| "_spec": "ktwl-native-plugin@^1.0.2", | ||
| "_where": "d:\\project\\bankPlatform", | ||
| "author": "", | ||
| "bundleDependencies": false, | ||
| "dependencies": {}, | ||
| "deprecated": false, | ||
| "description": "首次运行项目请执行命令:", | ||
| "devDependencies": { | ||
| "@babel/core": "^7.1.6", | ||
| "babel-loader": "^8.0.4", | ||
| "eslint": "^5.11.0", | ||
| "eslint-config-airbnb": "^17.1.0", | ||
| "eslint-plugin-import": "^2.14.0", | ||
| "eslint-plugin-jsx-a11y": "^6.1.2", | ||
| "eslint-plugin-react": "^7.11.1", | ||
| "webpack": "^4.24.0", | ||
| "webpack-cli": "^3.1.2" | ||
| }, | ||
| "license": "ISC", | ||
| "main": "src/index.js", | ||
| "name": "ktwl-native-plugin", | ||
| "scripts": { | ||
| "build": "webpack --mode production --config webpack.config.js", | ||
| "serve": "http-server dist" | ||
| }, | ||
| "version": "1.0.2" | ||
| } |
readme.md
0 → 100644
src/ajax.js
0 → 100644
src/camera.js
0 → 100644
src/card.js
0 → 100644
src/config.js
0 → 100644
src/core.js
0 → 100644
src/demo.js
0 → 100644
src/document.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/file.js
0 → 100644
src/main.js
0 → 100644
src/program.js
0 → 100644
src/usbkey.js
0 → 100644
src/usbkeymanage.js
0 → 100644
src/utils.js
0 → 100644
webpack.config.js
0 → 100644
Please
register
or
sign in
to comment