{ "_from": "cpx@^1.5.0", "_id": "cpx@1.5.0", "_inBundle": false, "_integrity": "sha512-jHTjZhsbg9xWgsP2vuNW2jnnzBX+p4T+vNI9Lbjzs1n4KhOfa22bQppiFYLsWQKd8TzmL5aSP/Me3yfsCwXbDA==", "_location": "/cpx", "_phantomChildren": { "arr-flatten": "1.1.0", "async-each": "1.0.6", "core-util-is": "1.0.3", "define-property": "2.0.2", "expand-range": "1.8.2", "extend-shallow": "3.0.2", "filename-regex": "2.0.1", "fill-range": "4.0.0", "fragment-cache": "0.2.1", "graceful-fs": "4.2.11", "inherits": "2.0.4", "is-accessor-descriptor": "1.0.1", "is-data-descriptor": "1.0.1", "is-extendable": "0.1.1", "is-posix-bracket": "0.1.1", "isobject": "3.0.1", "kind-of": "3.2.2", "ms": "2.0.0", "nanomatch": "1.2.13", "object.omit": "2.0.1", "object.pick": "1.3.0", "parse-glob": "3.0.4", "path-is-absolute": "1.0.1", "posix-character-classes": "0.1.1", "preserve": "0.2.0", "process-nextick-args": "2.0.1", "regex-cache": "0.4.4", "regex-not": "1.0.2", "remove-trailing-separator": "1.1.0", "repeat-element": "1.1.4", "snapdragon": "0.8.2", "snapdragon-node": "2.1.1", "split-string": "3.1.0", "to-regex": "3.0.2", "util-deprecate": "1.0.2" }, "_requested": { "type": "range", "registry": true, "raw": "cpx@^1.5.0", "name": "cpx", "escapedName": "cpx", "rawSpec": "^1.5.0", "saveSpec": null, "fetchSpec": "^1.5.0" }, "_requiredBy": [ "/ts-jest-babel-7" ], "_resolved": "https://registry.npmmirror.com/cpx/-/cpx-1.5.0.tgz", "_shasum": "185be018511d87270dedccc293171e37655ab88f", "_spec": "cpx@^1.5.0", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/ts-jest-babel-7", "author": { "name": "Toru Nagashima" }, "bin": { "cpx": "bin/index.js" }, "bugs": { "url": "https://github.com/mysticatea/cpx/issues" }, "bundleDependencies": false, "dependencies": { "babel-runtime": "^6.9.2", "chokidar": "^1.6.0", "duplexer": "^0.1.1", "glob": "^7.0.5", "glob2base": "^0.0.12", "minimatch": "^3.0.2", "mkdirp": "^0.5.1", "resolve": "^1.1.7", "safe-buffer": "^5.0.1", "shell-quote": "^1.6.1", "subarg": "^1.0.0" }, "deprecated": false, "description": "Copy file globs, watching for changes.", "devDependencies": { "babel-cli": "^6.11.4", "babel-plugin-transform-runtime": "^6.9.0", "babel-plugin-unassert": "^2.1.1", "babel-preset-es2015": "^6.9.0", "babel-preset-power-assert": "^1.0.0", "babel-register": "^6.9.0", "codecov": "^1.0.1", "cross-env": "^2.0.0", "eslint": "^3.4.0", "eslint-config-mysticatea": "^6.0.0", "if-node-version": "^1.0.0", "mocha": "^3.0.2", "npm-run-all": "^3.1.0", "nyc": "^8.1.0", "opener": "^1.4.1", "power-assert": "^1.4.1", "rimraf": "^2.5.3", "shelljs": "^0.7.0", "through": "^2.3.8" }, "files": [ "bin", "lib" ], "homepage": "https://github.com/mysticatea/cpx", "keywords": [ "cp", "cli", "tool", "commandline", "sync", "rsync", "watch", "observe", "copy", "dir", "directory", "directories", "file", "files" ], "license": "MIT", "main": "lib/index.js", "name": "cpx", "repository": { "type": "git", "url": "git+https://github.com/mysticatea/cpx.git" }, "scripts": { "build": "cross-env NODE_ENV=production babel src --out-dir .", "clean": "rimraf .nyc_output bin coverage lib test-ws", "codecov": "nyc report -r lcovonly && codecov", "lint": "if-node-version \">=4\" eslint src", "open-coverage": "nyc report -r lcov && opener coverage/lcov-report/index.html", "postversion": "git push && git push --tags", "prebuild": "npm run clean", "pretest": "run-s clean lint", "preversion": "run-s test build", "prewatch": "run-s clean lint", "test": "cross-env NODE_ENV=development nyc --require babel-register mocha test/*.js --timeout 60000", "watch": "cross-env NODE_ENV=development mocha test/*.js --compilers js:babel-register --timeout 60000 --watch --growl" }, "version": "1.5.0" }