aboutsummaryrefslogtreecommitdiff
path: root/node_modules/copy-webpack-plugin/package.json
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-11-08 00:38:48 +0800
committerruki <waruqi@gmail.com>2018-11-07 21:53:09 +0800
commit26105034da4fcce7ac883c899d781f016559310d (patch)
treec459a5dc4e3aa0972d9919033ece511ce76dd129 /node_modules/copy-webpack-plugin/package.json
parent2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff)
downloadxmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz
xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip
switch to vuepress
Diffstat (limited to 'node_modules/copy-webpack-plugin/package.json')
-rw-r--r--node_modules/copy-webpack-plugin/package.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/node_modules/copy-webpack-plugin/package.json b/node_modules/copy-webpack-plugin/package.json
new file mode 100644
index 00000000..01469997
--- /dev/null
+++ b/node_modules/copy-webpack-plugin/package.json
@@ -0,0 +1,56 @@
+{
+ "name": "copy-webpack-plugin",
+ "version": "4.6.0",
+ "description": "Copy files && directories with webpack",
+ "author": "Len Boyette",
+ "license": "MIT",
+ "main": "dist/index.js",
+ "engines": {
+ "node": ">= 4"
+ },
+ "files": [
+ "dist"
+ ],
+ "scripts": {
+ "lint": "eslint src/ tests/",
+ "prepare": "npm run build",
+ "release": "standard-version",
+ "pretest": "npm run lint && npm run build && npm run build:tests",
+ "test": "mocha compiled_tests/",
+ "build": "babel src/ --out-dir dist/",
+ "build:tests": "babel tests/ --out-dir compiled_tests/ && rimraf compiled_tests/helpers && ncp tests/helpers compiled_tests/helpers && node scripts/createSpecialDirectory.js"
+ },
+ "dependencies": {
+ "globby": "^7.1.1",
+ "cacache": "^10.0.4",
+ "find-cache-dir": "^1.0.0",
+ "serialize-javascript": "^1.4.0",
+ "is-glob": "^4.0.0",
+ "loader-utils": "^1.1.0",
+ "minimatch": "^3.0.4",
+ "p-limit": "^1.0.0"
+ },
+ "devDependencies": {
+ "babel-cli": "^6.8.0",
+ "babel-preset-es2015": "^6.6.0",
+ "chai": "^3.4.0",
+ "enhanced-resolve": "^3.4.1",
+ "eslint": "^2.9.0",
+ "is-gzip": "^2.0.0",
+ "mkdirp": "^0.5.1",
+ "mocha": "^2.4.5",
+ "ncp": "^2.0.0",
+ "rimraf": "^2.6.2",
+ "standard-version": "^4.2.0"
+ },
+ "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
+ "bugs": "https://github.com/webpack-contrib/copy-webpack-plugin/issues",
+ "repository": "https://github.com/webpack-contrib/copy-webpack-plugin.git",
+ "keywords": [
+ "webpack",
+ "plugin",
+ "transfer",
+ "move",
+ "copy"
+ ]
+}