{
  "_args": [
    [
      "cmd@0.1.0",
      "C:\\Users\\USER\\Desktop\\boundle\\tools"
    ]
  ],
  "_from": "cmd@0.1.0",
  "_id": "cmd@0.1.0",
  "_inBundle": false,
  "_integrity": "sha1-wExzoS2fqsyEyLHojDa7XzOeZJ4=",
  "_location": "/cmd",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cmd@0.1.0",
    "name": "cmd",
    "escapedName": "cmd",
    "rawSpec": "0.1.0",
    "saveSpec": null,
    "fetchSpec": "0.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cmd/-/cmd-0.1.0.tgz",
  "_spec": "0.1.0",
  "_where": "C:\\Users\\USER\\Desktop\\boundle\\tools",
  "author": {
    "name": "Scott Corgan"
  },
  "bugs": {
    "url": "https://github.com/cmd-js/cmd/issues"
  },
  "dependencies": {
    "as-array": "^2.0.0",
    "cmd-utils": "^0.1.0",
    "minimist": "^1.2.0",
    "ramda": "^0.17.1"
  },
  "description": "Composable command line application library",
  "devDependencies": {
    "cmd-alias": "^0.1.0",
    "cmd-command": "^0.1.0",
    "cmd-flag": "^0.1.0",
    "cmd-handler": "^0.1.0",
    "tap-spec": "^4.1.0",
    "tape": "^4.2.0"
  },
  "homepage": "https://github.com/cmd-js/cmd#readme",
  "keywords": [
    "cmd",
    "cli",
    "nash",
    "command",
    "terminal"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "cmd",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cmd-js/cmd.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "node test.js | tap-spec"
  },
  "version": "0.1.0"
}
