{
  "_from": "rollup-plugin-copy@^3.4.0",
  "_id": "rollup-plugin-copy@3.4.0",
  "_inBundle": false,
  "_integrity": "sha512-rGUmYYsYsceRJRqLVlE9FivJMxJ7X6jDlP79fmFkL8sJs7VVMSVyA2yfyL+PGyO/vJs4A87hwhgVfz61njI+uQ==",
  "_location": "/rollup-plugin-copy",
  "_phantomChildren": {
    "@types/glob": "7.2.0",
    "dir-glob": "3.0.1",
    "fast-glob": "3.2.7",
    "glob": "7.2.3",
    "graceful-fs": "4.2.10",
    "ignore": "5.2.4",
    "merge2": "1.4.1",
    "slash": "3.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rollup-plugin-copy@^3.4.0",
    "name": "rollup-plugin-copy",
    "escapedName": "rollup-plugin-copy",
    "rawSpec": "^3.4.0",
    "saveSpec": null,
    "fetchSpec": "^3.4.0"
  },
  "_requiredBy": [
    "/@nrwl/web"
  ],
  "_resolved": "https://registry.npmjs.org/rollup-plugin-copy/-/rollup-plugin-copy-3.4.0.tgz",
  "_shasum": "f1228a3ffb66ffad8606e2f3fb7ff23141ed3286",
  "_spec": "rollup-plugin-copy@^3.4.0",
  "_where": "/var/www/html/analytics/analytics-soa/node_modules/@nrwl/web",
  "author": {
    "name": "Vlad Shcherbin",
    "email": "vlad.shcherbin@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/vladshcherbin/rollup-plugin-copy/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/fs-extra": "^8.0.1",
    "colorette": "^1.1.0",
    "fs-extra": "^8.1.0",
    "globby": "10.0.1",
    "is-plain-object": "^3.0.0"
  },
  "deprecated": false,
  "description": "Copy files and folders using Rollup",
  "devDependencies": {
    "@babel/core": "^7.12.17",
    "@babel/preset-env": "^7.12.17",
    "babel-jest": "^25.5.1",
    "codecov": "^3.6.1",
    "eslint": "6.5.1",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.20.0",
    "jest": "^25.5.4",
    "replace-in-file": "^5.0.2",
    "rimraf": "^3.0.0",
    "rollup": "^1.29.0",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-babel": "^4.3.3"
  },
  "engines": {
    "node": ">=8.3"
  },
  "files": [
    "dist",
    "index.d.ts",
    "readme.md"
  ],
  "homepage": "https://github.com/vladshcherbin/rollup-plugin-copy#readme",
  "keywords": [
    "rollup",
    "rollup-plugin",
    "copy",
    "cp",
    "asset",
    "assets",
    "file",
    "files",
    "folder",
    "folders",
    "glob"
  ],
  "license": "MIT",
  "main": "dist/index.commonjs.js",
  "module": "dist/index.module.js",
  "name": "rollup-plugin-copy",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vladshcherbin/rollup-plugin-copy.git"
  },
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf coverage dist",
    "lint": "eslint src tests",
    "postpublish": "yarn clean",
    "prepublishOnly": "yarn lint && yarn test && yarn clean && yarn build",
    "test": "jest"
  },
  "types": "index.d.ts",
  "version": "3.4.0"
}
