{
"_from": "copy-webpack-plugin@5.0.0",
"_id": "copy-webpack-plugin@5.0.0",
"_inBundle": false,
"_integrity": "sha512-iiDj+8nnZeW/i8vYJ3+ABSZkOefJnDYIGLojiZKKFDvf1wcEInABXH1+hN7axQMn04qvJxKjgVOee0e14XPtCg==",
"_location": "/copy-webpack-plugin",
"_phantomChildren": {
"array-union": "1.0.2",
"dir-glob": "2.2.2",
"glob": "7.1.2",
"ignore": "3.3.10",
"slash": "1.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "copy-webpack-plugin@5.0.0",
"name": "copy-webpack-plugin",
"escapedName": "copy-webpack-plugin",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/@expo/webpack-config"
],
"_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.0.0.tgz",
"_shasum": "db3269ab83e8a2c3316c1bc9cba54019bbcf5c17",
"_spec": "copy-webpack-plugin@5.0.0",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/webpack-config",
"author": {
"name": "Len Boyette"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "6.9.0"
},
"useBuiltIns": "usage"
}
]
]
},
"bugs": {
"url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
},
"bundleDependencies": false,
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"cacache": "^11.3.1",
"find-cache-dir": "^2.0.0",
"globby": "^7.1.1",
"is-glob": "^4.0.0",
"loader-utils": "^1.1.0",
"minimatch": "^3.0.4",
"normalize-path": "^3.0.0",
"p-limit": "^2.1.0",
"serialize-javascript": "^1.4.0",
"webpack-log": "^2.0.0"
},
"deprecated": false,
"description": "Copy files && directories with webpack",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@webpack-contrib/defaults": "^3.0.5",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^24.1.0",
"cross-env": "^5.1.3",
"del": "^3.0.0",
"del-cli": "^1.1.0",
"enhanced-resolve": "^3.4.1",
"eslint": "^5.13.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^3.0.0",
"husky": "^1.2.1",
"is-gzip": "^2.0.0",
"jest": "^24.0.0",
"lint-staged": "^8.1.0",
"memory-fs": "^0.4.1",
"mkdirp": "^0.5.1",
"prettier": "^1.14.0",
"spdy": "^4.0.0",
"standard-version": "^5.0.0",
"webpack": "^4.29.4"
},
"engines": {
"node": ">= 6.9.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"webpack",
"plugin",
"transfer",
"move",
"copy"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"main": "dist/cjs.js",
"name": "copy-webpack-plugin",
"peerDependencies": {
"webpack": "^4.0.0"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
"ci:coverage": "npm run test:coverage -- --runInBand",
"ci:lint": "npm run lint && npm run security",
"ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}",
"ci:test": "npm run test:only -- --runInBand",
"clean": "del-cli dist",
"commitlint": "commitlint",
"commitmsg": "commitlint -e $GIT_PARAMS",
"defaults": "webpack-defaults",
"lint": "eslint --cache src test",
"prebuild": "npm run clean",
"prepublish": "npm run build",
"pretest": "npm run lint",
"release": "standard-version",
"security": "npm audit",
"start": "npm run build -- -w",
"test": "npm run test:only",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"test:only": "jest",
"test:watch": "jest --watch"
},
"version": "5.0.0"
}