| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "gulp-copy@^4.0.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-UbdAwmEiVNNv55KAiUYWOP6Za7h8JPHNNyekNx8Gyc5XRlpUzTrlEclps939nOeiDPsd6jUtT2LmfavJirbZQg==",
- "_location": "/gulp-copy",
- "_phantomChildren": {
- "ansi-cyan": "0.1.1",
- "ansi-red": "0.1.1",
- "arr-flatten": "1.1.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "gulp-copy@^4.0.0",
- "name": "gulp-copy",
- "escapedName": "gulp-copy",
- "rawSpec": "^4.0.0",
- "saveSpec": null,
- "fetchSpec": "^4.0.0"
- },
- "_requiredBy": [
- "/fomantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-copy/-/gulp-copy-4.0.1.tgz",
- "_shasum": "12a233fed26bded60cd5ec0b99f65be83f3b16b2",
- "_spec": "gulp-copy@^4.0.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Klaas Cuvelier",
- "email": "[email protected]",
- "url": "http://klaascuvelier.io"
- },
- "bugs": {
- "url": "https://github.com/klaascuvelier/gulp-copy/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "gulp": "^4.0.0",
- "plugin-error": "^0.1.2",
- "through2": "^2.0.3"
- },
- "deprecated": false,
- "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"
- }
|