{
  "_from": "shx@^0.3.2",
  "_id": "shx@0.3.3",
  "_inBundle": false,
  "_integrity": "sha512-nZJ3HFWVoTSyyB+evEKjJ1STiixGztlqwKLTUNV5KqMWtGey9fTd4KU1gdZ1X9BV6215pswQ/Jew9NsuS/fNDA==",
  "_location": "/shx",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "shx@^0.3.2",
    "name": "shx",
    "escapedName": "shx",
    "rawSpec": "^0.3.2",
    "saveSpec": null,
    "fetchSpec": "^0.3.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/shx/-/shx-0.3.3.tgz",
  "_shasum": "681a88c7c10db15abe18525349ed474f0f1e7b9f",
  "_spec": "shx@^0.3.2",
  "_where": "/home/editor/editor.api",
  "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": {
    "minimist": "^1.2.3",
    "shelljs": "^0.8.4"
  },
  "deprecated": false,
  "description": "Portable Shell Commands for Node",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-preset-env": "^1.7.0",
    "babel-register": "^6.7.2",
    "codecov": "^3.0.2",
    "concurrently": "^2.1.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.3",
    "js-yaml": "^3.12.0",
    "mocha": "^6.1.4",
    "nyc": "^14.1.1",
    "rimraf": "^2.5.2",
    "shelljs-changelog": "^0.2.0",
    "shelljs-plugin-open": "^0.2.0",
    "shelljs-release": "^0.3.0",
    "should": "^13.2.3",
    "watch": "^1.0.2"
  },
  "engines": {
    "node": ">=6"
  },
  "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",
    "check-node-support": "node scripts/check-node-support",
    "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.3.3"
}
