{
  "_args": [
    [
      "shx@0.3.2",
      "/home/pertec/public_html/areadocliente/bootstrap"
    ]
  ],
  "_development": true,
  "_from": "shx@0.3.2",
  "_id": "shx@0.3.2",
  "_inBundle": false,
  "_integrity": "sha512-aS0mWtW3T2sHAenrSrip2XGv39O9dXIFUqxAEWHEOS1ePtGIBavdPJY1kE2IHl14V/4iCbUiNDPGdyYTtmhSoA==",
  "_location": "/shx",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "shx@0.3.2",
    "name": "shx",
    "escapedName": "shx",
    "rawSpec": "0.3.2",
    "saveSpec": null,
    "fetchSpec": "0.3.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/shx/-/shx-0.3.2.tgz",
  "_spec": "0.3.2",
  "_where": "/home/pertec/public_html/areadocliente/bootstrap",
  "bin": {
    "shx": "lib/cli.js"
  },
  "bugs": {
    "url": "https://github.com/shelljs/shx/issues"
  },
  "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.8.1"
  },
  "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": "^2.10.1",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.8.0",
    "mocha": "^5.2.0",
    "nyc": "^11.0.0",
    "rimraf": "^2.5.2",
    "shelljs-changelog": "^0.2.0",
    "shelljs-plugin-open": "^0.2.0",
    "shelljs-release": "^0.3.0",
    "should": "^11.1.1",
    "watch": "^0.18.0"
  },
  "engines": {
    "node": ">=4"
  },
  "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.3.2"
}
