{ "_args": [ [ "gulp-copy@4.0.1", "F:\\laragon\\www\\wishthis" ] ], "_from": "gulp-copy@4.0.1", "_id": "gulp-copy@4.0.1", "_inBundle": false, "_integrity": "sha512-UbdAwmEiVNNv55KAiUYWOP6Za7h8JPHNNyekNx8Gyc5XRlpUzTrlEclps939nOeiDPsd6jUtT2LmfavJirbZQg==", "_location": "/gulp-copy", "_phantomChildren": { "ansi-cyan": "0.1.1", "ansi-red": "0.1.1", "arr-flatten": "1.1.0", "readable-stream": "2.3.7", "xtend": "4.0.2" }, "_requested": { "type": "version", "registry": true, "raw": "gulp-copy@4.0.1", "name": "gulp-copy", "escapedName": "gulp-copy", "rawSpec": "4.0.1", "saveSpec": null, "fetchSpec": "4.0.1" }, "_requiredBy": [ "/fomantic-ui" ], "_resolved": "https://registry.npmjs.org/gulp-copy/-/gulp-copy-4.0.1.tgz", "_spec": "4.0.1", "_where": "F:\\laragon\\www\\wishthis", "author": { "name": "Klaas Cuvelier", "email": "cuvelierklaas@gmail.com", "url": "http://klaascuvelier.io" }, "bugs": { "url": "https://github.com/klaascuvelier/gulp-copy/issues" }, "dependencies": { "gulp": "^4.0.0", "plugin-error": "^0.1.2", "through2": "^2.0.3" }, "description": "Plugin copying files to a new destination and using that destination for other actions", "devDependencies": { "eslint": "^5.2.0", "eslint-config-kentcdodds": "^14.0.0", "jasmine-node": "^2.0.1", "prettier": "^1.14.0" }, "homepage": "https://github.com/klaascuvelier/gulp-copy", "keywords": [ "gulpplugin", "copy", "gulp" ], "license": "MIT", "main": "index.js", "name": "gulp-copy", "repository": { "type": "git", "url": "git+https://github.com/klaascuvelier/gulp-copy.git" }, "scripts": { "lint": "eslint ./lib -c ./.eslintrc", "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css,less,md,json}'", "prettier-check": "prettier --list-different '**/*.{js,jsx,ts,tsx,css,less,md,json}'", "test": "jasmine-node test/spec" }, "version": "4.0.1" }