{
  "_from": "shx@0.2.2",
  "_id": "shx@0.2.2",
  "_inBundle": false,
  "_integrity": "sha1-CjBNAgsO3xMGrYFXDoDwNG31ijk=",
  "_location": "/shx",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "shx@0.2.2",
    "name": "shx",
    "escapedName": "shx",
    "rawSpec": "0.2.2",
    "saveSpec": null,
    "fetchSpec": "0.2.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/shx/-/shx-0.2.2.tgz",
  "_shasum": "0a304d020b0edf1306ad81570e80f0346df58a39",
  "_spec": "shx@0.2.2",
  "_where": "D:\\Development\\Work\\CENOS\\sample-app-angular-hybrid",
  "bin": {
    "shx": "lib/cli.js"
  },
  "bugs": {
    "url": "https://github.com/shelljs/shx/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Ari Porad",
      "email": "ari@ariporad.com",
      "url": "http://ariporad.com/"
    },
    {
      "name": "Levi Thomason",
      "email": "me@levithomason.com",
      "url": "https://github.com/levithomason"
    },
    {
      "name": "Nate Fischer",
      "email": "ntfschr@gmail.com"
    }
  ],
  "dependencies": {
    "es6-object-assign": "^1.0.3",
    "minimist": "^1.2.0",
    "shelljs": "^0.7.3"
  },
  "deprecated": false,
  "description": "Portable Shell Commands for Node",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-preset-es2015": "^6.6.0",
    "babel-register": "^6.7.2",
    "codecov": "^1.0.1",
    "concurrently": "^2.1.0",
    "eslint": "^2.10.1",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.8.0",
    "mocha": "^2.4.5",
    "nyc": "^6.4.0",
    "rimraf": "^2.5.2",
    "shelljs-changelog": "^0.2.0",
    "shelljs-plugin-open": "^0.1.1",
    "shelljs-release": "^0.2.0",
    "should": "^11.1.1",
    "watch": "^0.18.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/shelljs/shx#readme",
  "keywords": [
    "shelljs",
    "shell",
    "unix",
    "bash",
    "sh",
    "exec",
    "cli",
    "zsh"
  ],
  "license": "MIT",
  "name": "shx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shelljs/shx.git"
  },
  "scripts": {
    "build": "babel src -d lib",
    "build:watch": "npm run build -- -w",
    "changelog": "shelljs-changelog",
    "codecov": "codecov",
    "dev": "concurrently -rk 'npm run build:watch' 'npm run lint:watch'",
    "lint": "eslint .",
    "lint:fix": "npm run lint --silent -- --fix",
    "lint:watch": "watch 'npm run lint --silent' src test",
    "posttest": "npm run lint --silent",
    "prebuild": "rimraf lib",
    "prepublish": "npm run build",
    "release:major": "shelljs-release major",
    "release:minor": "shelljs-release minor",
    "release:patch": "shelljs-release patch",
    "test": "nyc --reporter=text --reporter=lcov mocha",
    "test:watch": "concurrently -rk 'npm run test --silent -- -w' 'npm run lint:watch'"
  },
  "version": "0.2.2"
}
