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.
		
		
		
		
		
			
		
			
				
					
					
						
							107 lines
						
					
					
						
							3.2 KiB
						
					
					
				
			
		
		
	
	
							107 lines
						
					
					
						
							3.2 KiB
						
					
					
				{ | 
						|
  "_from": "@smallwei/avue@^2.8.2", | 
						|
  "_id": "@smallwei/avue@2.8.23", | 
						|
  "_inBundle": false, | 
						|
  "_integrity": "sha512-moO/wtekk7dMnmCpIIE13i81tlzuL6VTqHY2KCELlBK2FzyDfndCW304+NpWWaenW+2wtzOfgsGOCuSSVfwzzQ==", | 
						|
  "_location": "/@smallwei/avue", | 
						|
  "_phantomChildren": { | 
						|
    "async-validator": "1.8.5", | 
						|
    "babel-helper-vue-jsx-merge-props": "2.0.3", | 
						|
    "follow-redirects": "1.14.4", | 
						|
    "normalize-wheel": "1.0.1", | 
						|
    "resize-observer-polyfill": "1.5.1", | 
						|
    "throttle-debounce": "1.1.0" | 
						|
  }, | 
						|
  "_requested": { | 
						|
    "type": "range", | 
						|
    "registry": true, | 
						|
    "raw": "@smallwei/avue@^2.8.2", | 
						|
    "name": "@smallwei/avue", | 
						|
    "escapedName": "@smallwei%2favue", | 
						|
    "scope": "@smallwei", | 
						|
    "rawSpec": "^2.8.2", | 
						|
    "saveSpec": null, | 
						|
    "fetchSpec": "^2.8.2" | 
						|
  }, | 
						|
  "_requiredBy": [ | 
						|
    "/" | 
						|
  ], | 
						|
  "_resolved": "https://registry.npmjs.org/@smallwei/avue/-/avue-2.8.23.tgz", | 
						|
  "_shasum": "1e41892d84372bbe11798645f7f52c4d227c47a8", | 
						|
  "_spec": "@smallwei/avue@^2.8.2", | 
						|
  "_where": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui", | 
						|
  "author": { | 
						|
    "name": "smallwei" | 
						|
  }, | 
						|
  "bugs": { | 
						|
    "url": "https://gitee.com/smallweigit/avue/issues" | 
						|
  }, | 
						|
  "bundleDependencies": false, | 
						|
  "dependencies": { | 
						|
    "axios": "^0.21.1", | 
						|
    "countup.js": "^1.9.3", | 
						|
    "dayjs": "^1.10.4", | 
						|
    "deepmerge": "^3.1.0", | 
						|
    "element-ui": "^2.15.1", | 
						|
    "nprogress": "^0.2.0", | 
						|
    "vue": "^2.5.17", | 
						|
    "vuedraggable": "^2.17.0" | 
						|
  }, | 
						|
  "deprecated": false, | 
						|
  "description": "A Magic Configurable Web Framework", | 
						|
  "devDependencies": { | 
						|
    "@babel/core": "^7.13.14", | 
						|
    "@babel/preset-env": "^7.13.12", | 
						|
    "babel-loader": "^8.2.2", | 
						|
    "cross-env": "^3.1.3", | 
						|
    "css-loader": "^5.2.0", | 
						|
    "eslint": "4.14.0", | 
						|
    "eslint-config-elemefe": "0.1.1", | 
						|
    "eslint-loader": "^1.9.0", | 
						|
    "eslint-plugin-html": "^4.0.1", | 
						|
    "eslint-plugin-json": "^1.2.0", | 
						|
    "gulp": "^4.0.0", | 
						|
    "gulp-autoprefixer": "^4.0.0", | 
						|
    "gulp-cssmin": "^0.1.7", | 
						|
    "gulp-postcss": "^6.1.1", | 
						|
    "gulp-sass": "^4.1.0", | 
						|
    "progress-bar-webpack-plugin": "^1.11.0", | 
						|
    "vue-loader": "^15.9.6", | 
						|
    "vue-template-compiler": "^2.6.12", | 
						|
    "webpack": "^4.27.0", | 
						|
    "webpack-bundle-analyzer": "^3.0.3", | 
						|
    "webpack-merge": "^4.1.4" | 
						|
  }, | 
						|
  "files": [ | 
						|
    "lib", | 
						|
    "README.md", | 
						|
    "LICENSE" | 
						|
  ], | 
						|
  "homepage": "https://gitee.com/smallweigit/avue/blob/master/README.md", | 
						|
  "jsdelivr": "lib/avue.min.js", | 
						|
  "keywords": [ | 
						|
    "vue", | 
						|
    "element-ui", | 
						|
    "vant", | 
						|
    "avue" | 
						|
  ], | 
						|
  "license": "MIT", | 
						|
  "main": "lib/avue.min.js", | 
						|
  "name": "@smallwei/avue", | 
						|
  "repository": { | 
						|
    "type": "git", | 
						|
    "url": "git+https://gitee.com/smallweigit/avue.git" | 
						|
  }, | 
						|
  "scripts": { | 
						|
    "analyz": "NODE_ENV=production npm_config_report=true npm run build", | 
						|
    "bootstrap": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ", | 
						|
    "build": "yarn gen:version && cross-env TARGET=prod UINAME=element-ui gulp build", | 
						|
    "build:all": "npm run build && npm run build:vant", | 
						|
    "build:vant": "yarn gen:version && cross-env TARGET=prod-vant UINAME=vant gulp build", | 
						|
    "dev": "yarn gen:version && cross-env TARGET=dev UINAME=element-ui gulp watch", | 
						|
    "dev:vant": "yarn gen:version && cross-env TARGET=dev-vant UINAME=vant gulp watch", | 
						|
    "gen:version": "node build/version.js" | 
						|
  }, | 
						|
  "unpkg": "lib/avue.min.js", | 
						|
  "version": "2.8.23" | 
						|
}
 | 
						|
 |