{
  "_args": [
    [
      {
        "raw": "shx@^0.1.2",
        "scope": null,
        "escapedName": "shx",
        "name": "shx",
        "rawSpec": "^0.1.2",
        "spec": ">=0.1.2 <0.2.0",
        "type": "range"
      },
      "/Users/tsnorri/bower_components/bootstrap"
    ]
  ],
  "_from": "shx@>=0.1.2 <0.2.0",
  "_id": "shx@0.1.4",
  "_inCache": true,
  "_location": "/shx",
  "_nodeVersion": "6.0.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/shx-0.1.4.tgz_1471495183445_0.863045760197565"
  },
  "_npmUser": {
    "name": "nfischer",
    "email": "ntfschr@gmail.com"
  },
  "_npmVersion": "3.5.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "shx@^0.1.2",
    "scope": null,
    "escapedName": "shx",
    "name": "shx",
    "rawSpec": "^0.1.2",
    "spec": ">=0.1.2 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/shx/-/shx-0.1.4.tgz",
  "_shasum": "9a3a94271e6cbb788149fdc6696237154ab6379f",
  "_shrinkwrap": null,
  "_spec": "shx@^0.1.2",
  "_where": "/Users/tsnorri/bower_components/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": {
    "minimist": "^1.2.0",
    "shelljs": "^0.7.0"
  },
  "description": "Portable Shell Commands for Node",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-preset-es2015": "^6.6.0",
    "babel-register": "^6.7.2",
    "chai": "^3.5.0",
    "concurrently": "^2.1.0",
    "dirty-chai": "^1.2.2",
    "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-release": "^0.2.0",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0",
    "watch": "^0.18.0"
  },
  "directories": {},
  "dist": {
    "shasum": "9a3a94271e6cbb788149fdc6696237154ab6379f",
    "tarball": "https://registry.npmjs.org/shx/-/shx-0.1.4.tgz"
  },
  "files": [
    "lib"
  ],
  "gitHead": "c540bf5b5e234f4662dbbb129ec55bdd4d5d37a2",
  "homepage": "https://github.com/shelljs/shx#readme",
  "keywords": [
    "shelljs",
    "shell",
    "unix",
    "bash",
    "sh",
    "exec",
    "cli",
    "zsh"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "ariporad",
      "email": "ari@ariporad.com"
    },
    {
      "name": "levithomason",
      "email": "me@levithomason.com"
    },
    {
      "name": "nfischer",
      "email": "ntfschr@gmail.com"
    }
  ],
  "name": "shx",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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",
    "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.1.4"
}
