|
{
"_from": "copy-webpack-plugin@^4.0.1",
"_id": "copy-webpack-plugin@4.5.1",
"_inBundle": false,
"_integrity": "sha1-/E9o9K3YN8xeE9ERsgcVeTIl0pw=",
"_location": "/copy-webpack-plugin",
"_phantomChildren": {
"array-union": "1.0.2",
"dir-glob": "2.0.0",
"glob": "7.1.2",
"ignore": "3.3.7",
"slash": "1.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "copy-webpack-plugin@^4.0.1",
"name": "copy-webpack-plugin",
"escapedName": "copy-webpack-plugin",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "http://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-4.5.1.tgz",
"_shasum": "fc4f68f4add837cc5e13d111b20715793225d29c",
"_spec": "copy-webpack-plugin@^4.0.1",
"_where": "/Users/FFIB/Desktop/data_visualization",
"author": {
"name": "Len Boyette"
},
"bugs": {
"url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
},
"bundleDependencies": false,
"dependencies": {
"cacache": "^10.0.4",
"find-cache-dir": "^1.0.0",
"globby": "^7.1.1",
"is-glob": "^4.0.0",
"loader-utils": "^1.1.0",
"minimatch": "^3.0.4",
"p-limit": "^1.0.0",
"serialize-javascript": "^1.4.0"
},
"deprecated": false,
"description": "Copy files && directories with webpack",
"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",
"mocha": "^2.4.5",
"ncp": "^2.0.0",
"standard-version": "^4.2.0"
},
"engines": {
"node": ">= 4"
},
"files": [
"dist"
],
"homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
"keywords": [
"webpack",
"plugin",
"transfer",
"move",
"copy"
],
"license": "MIT",
"main": "dist/index.js",
"name": "copy-webpack-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
},
"scripts": {
"build": "babel src/ --out-dir dist/",
"build:tests": "babel tests/ --out-dir compiled_tests/ && ncp tests/helpers compiled_tests/helpers",
"lint": "eslint src/ tests/",
"prepare": "npm run build",
"pretest": "npm run lint && npm run build && npm run build:tests",
"release": "standard-version",
"test": "mocha compiled_tests/"
},
"version": "4.5.1"
}
|