{
  "_args": [
    [
      {
        "raw": "cpx@^1.5.0",
        "scope": null,
        "escapedName": "cpx",
        "name": "cpx",
        "rawSpec": "^1.5.0",
        "spec": ">=1.5.0 <2.0.0",
        "type": "range"
      },
      "/home/centralpertec/public_html/react-loadbar/node_modules/ts-jest"
    ]
  ],
  "_from": "cpx@>=1.5.0 <2.0.0",
  "_id": "cpx@1.5.0",
  "_inCache": true,
  "_location": "/cpx",
  "_nodeVersion": "6.3.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/cpx-1.5.0.tgz_1473026309757_0.09186802757903934"
  },
  "_npmUser": {
    "name": "mysticatea",
    "email": "star.ctor@gmail.com"
  },
  "_npmVersion": "3.8.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "cpx@^1.5.0",
    "scope": null,
    "escapedName": "cpx",
    "name": "cpx",
    "rawSpec": "^1.5.0",
    "spec": ">=1.5.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ts-jest"
  ],
  "_resolved": "https://registry.npmjs.org/cpx/-/cpx-1.5.0.tgz",
  "_shasum": "185be018511d87270dedccc293171e37655ab88f",
  "_shrinkwrap": null,
  "_spec": "cpx@^1.5.0",
  "_where": "/home/centralpertec/public_html/react-loadbar/node_modules/ts-jest",
  "author": {
    "name": "Toru Nagashima"
  },
  "bin": {
    "cpx": "bin/index.js"
  },
  "bugs": {
    "url": "https://github.com/mysticatea/cpx/issues"
  },
  "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"
  },
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "185be018511d87270dedccc293171e37655ab88f",
    "tarball": "https://registry.npmjs.org/cpx/-/cpx-1.5.0.tgz"
  },
  "files": [
    "bin",
    "lib"
  ],
  "gitHead": "4e8b1931e9674de39aa9f3213f9ca410b9279fad",
  "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",
  "maintainers": [
    {
      "name": "mysticatea",
      "email": "star.ctor@gmail.com"
    }
  ],
  "name": "cpx",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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"
}
