123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- {
- "_args": [
- [
- "copy-webpack-plugin@4.6.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "copy-webpack-plugin@4.6.0",
- "_id": "copy-webpack-plugin@4.6.0",
- "_inBundle": false,
- "_integrity": "sha1-5/QN2KaEd9QF3Rt6hUquMksVi64=",
- "_location": "/copy-webpack-plugin",
- "_phantomChildren": {
- "array-union": "1.0.2",
- "bluebird": "3.5.4",
- "chownr": "1.1.1",
- "commondir": "1.0.1",
- "concat-stream": "1.6.2",
- "dir-glob": "2.2.2",
- "duplexify": "3.7.1",
- "end-of-stream": "1.4.1",
- "find-up": "2.1.0",
- "flush-write-stream": "1.1.1",
- "from2": "2.3.0",
- "glob": "7.1.3",
- "graceful-fs": "4.1.15",
- "ignore": "3.3.10",
- "mkdirp": "0.5.1",
- "move-concurrently": "1.0.1",
- "once": "1.4.0",
- "parallel-transform": "1.1.0",
- "promise-inflight": "1.0.1",
- "pseudomap": "1.0.2",
- "pumpify": "1.5.1",
- "rimraf": "2.6.3",
- "safe-buffer": "5.1.2",
- "stream-each": "1.2.3",
- "through2": "2.0.5",
- "unique-filename": "1.1.1",
- "y18n": "4.0.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "copy-webpack-plugin@4.6.0",
- "name": "copy-webpack-plugin",
- "escapedName": "copy-webpack-plugin",
- "rawSpec": "4.6.0",
- "saveSpec": null,
- "fetchSpec": "4.6.0"
- },
- "_requiredBy": [
- "/@vue/cli-service"
- ],
- "_resolved": "https://registry.npm.taobao.org/copy-webpack-plugin/download/copy-webpack-plugin-4.6.0.tgz",
- "_spec": "4.6.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Len Boyette"
- },
- "bugs": {
- "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
- },
- "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"
- },
- "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",
- "mkdirp": "^0.5.1",
- "mocha": "^2.4.5",
- "ncp": "^2.0.0",
- "rimraf": "^2.6.2",
- "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/ && rimraf compiled_tests/helpers && ncp tests/helpers compiled_tests/helpers && node scripts/createSpecialDirectory.js",
- "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.6.0"
- }
|