{
  "_args": [
    [
      "copyfiles@2.4.1",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "copyfiles@2.4.1",
  "_id": "copyfiles@2.4.1",
  "_inBundle": false,
  "_integrity": "sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==",
  "_location": "/copyfiles",
  "_phantomChildren": {
    "ansi-styles": "4.3.0",
    "emoji-regex": "8.0.0",
    "escalade": "3.1.1",
    "get-caller-file": "2.0.5",
    "require-directory": "2.1.1",
    "strip-ansi": "6.0.0",
    "yargs-parser": "20.2.7"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "copyfiles@2.4.1",
    "name": "copyfiles",
    "escapedName": "copyfiles",
    "rawSpec": "2.4.1",
    "saveSpec": null,
    "fetchSpec": "2.4.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/copyfiles/-/copyfiles-2.4.1.tgz",
  "_spec": "2.4.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": "",
  "bin": {
    "copyfiles": "copyfiles",
    "copyup": "copyfiles"
  },
  "bugs": {
    "url": "https://github.com/calvinmetcalf/copyfiles/issues"
  },
  "dependencies": {
    "glob": "^7.0.5",
    "minimatch": "^3.0.3",
    "mkdirp": "^1.0.4",
    "noms": "0.0.0",
    "through2": "^2.0.1",
    "untildify": "^4.0.0",
    "yargs": "^16.1.0"
  },
  "description": "copy some files",
  "devDependencies": {
    "rimraf": "^2.2.6",
    "tap-spec": "^5.0.0",
    "tape": "^4.6.0"
  },
  "homepage": "https://github.com/calvinmetcalf/copyfiles#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "copyfiles",
  "repository": {
    "type": "git",
    "url": "git://github.com/calvinmetcalf/copyfiles.git"
  },
  "scripts": {
    "test": "tape test/test.*.js | tspec"
  },
  "version": "2.4.1"
}
