You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
3.3 KiB
113 lines
3.3 KiB
3 years ago
|
{
|
||
|
"_from": "vue-simple-uploader@^0.7.6",
|
||
|
"_id": "vue-simple-uploader@0.7.6",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-DYddedNi+ZZzqxmKgW2t4lBN3aiB66oKOxgAfS9Hz9J1FHv7Xt+u1Pq8F48BFS4vG0+MFHCNzjzS2xaEUOIcHQ==",
|
||
|
"_location": "/vue-simple-uploader",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "vue-simple-uploader@^0.7.6",
|
||
|
"name": "vue-simple-uploader",
|
||
|
"escapedName": "vue-simple-uploader",
|
||
|
"rawSpec": "^0.7.6",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.7.6"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/vue-simple-uploader/-/vue-simple-uploader-0.7.6.tgz",
|
||
|
"_shasum": "2da8ce6995c0701c9b16acb7171b351835091d0e",
|
||
|
"_spec": "vue-simple-uploader@^0.7.6",
|
||
|
"_where": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui",
|
||
|
"author": {
|
||
|
"name": "dolymood@gmail.com"
|
||
|
},
|
||
|
"browserslist": [
|
||
|
"> 1%",
|
||
|
"not ie <= 8",
|
||
|
"Android >= 4.0",
|
||
|
"iOS >= 8"
|
||
|
],
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/simple-uploader/vue-uploader/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"simple-uploader.js": "^0.5.6"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "A Vue.js upload component powered by simple-uploader.js",
|
||
|
"devDependencies": {
|
||
|
"autoprefixer": "^7.1.2",
|
||
|
"babel-core": "^6.22.1",
|
||
|
"babel-eslint": "^7.1.1",
|
||
|
"babel-loader": "^7.1.1",
|
||
|
"babel-plugin-add-module-exports": "^0.2.1",
|
||
|
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
|
||
|
"babel-plugin-transform-runtime": "^6.22.0",
|
||
|
"babel-preset-env": "^1.3.2",
|
||
|
"babel-preset-stage-2": "^6.22.0",
|
||
|
"babel-register": "^6.22.0",
|
||
|
"chalk": "^2.0.1",
|
||
|
"connect-history-api-fallback": "^1.3.0",
|
||
|
"copy-webpack-plugin": "^4.0.1",
|
||
|
"css-loader": "^0.28.0",
|
||
|
"cssnano": "^3.10.0",
|
||
|
"eslint": "^4.18.2",
|
||
|
"eslint-config-standard": "^6.2.1",
|
||
|
"eslint-friendly-formatter": "^3.0.0",
|
||
|
"eslint-loader": "^1.7.1",
|
||
|
"eslint-plugin-html": "^3.0.0",
|
||
|
"eslint-plugin-promise": "^3.4.0",
|
||
|
"eslint-plugin-standard": "^2.0.1",
|
||
|
"eventsource-polyfill": "^0.9.6",
|
||
|
"express": "^4.14.1",
|
||
|
"extract-text-webpack-plugin": "^2.0.0",
|
||
|
"file-loader": "^0.11.1",
|
||
|
"friendly-errors-webpack-plugin": "^1.1.3",
|
||
|
"html-webpack-plugin": "^2.28.0",
|
||
|
"http-proxy-middleware": "^0.17.3",
|
||
|
"opn": "^5.1.0",
|
||
|
"optimize-css-assets-webpack-plugin": "^2.0.0",
|
||
|
"ora": "^1.2.0",
|
||
|
"rimraf": "^2.6.0",
|
||
|
"semver": "^5.3.0",
|
||
|
"shelljs": "^0.7.6",
|
||
|
"url-loader": "^0.5.8",
|
||
|
"vue": "^2.3.3",
|
||
|
"vue-loader": "^12.1.0",
|
||
|
"vue-style-loader": "^3.0.1",
|
||
|
"vue-template-compiler": "^2.3.3",
|
||
|
"webpack": "^2.6.1",
|
||
|
"webpack-bundle-analyzer": "^3.3.2",
|
||
|
"webpack-dev-middleware": "^1.10.0",
|
||
|
"webpack-hot-middleware": "^2.18.0",
|
||
|
"webpack-merge": "^4.1.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 4.0.0",
|
||
|
"npm": ">= 3.0.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/simple-uploader/vue-uploader",
|
||
|
"license": "MIT",
|
||
|
"main": "dist/vue-uploader.js",
|
||
|
"name": "vue-simple-uploader",
|
||
|
"peerDependencies": {
|
||
|
"vue": ">=2.2"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/simple-uploader/vue-uploader.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "node build/build.js",
|
||
|
"dev": "node build/dev-server.js",
|
||
|
"lint": "eslint --ext .js,.vue src test/unit/specs",
|
||
|
"start": "node build/dev-server.js"
|
||
|
},
|
||
|
"version": "0.7.6"
|
||
|
}
|