{
  "_args": [
    [
      "cmd-utils@0.1.0",
      "C:\\Users\\USER\\Desktop\\boundle\\tools"
    ]
  ],
  "_from": "cmd-utils@0.1.0",
  "_id": "cmd-utils@0.1.0",
  "_inBundle": false,
  "_integrity": "sha1-Z4KWu75aKGPiQQqoJhFvmmG3zKw=",
  "_location": "/cmd-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cmd-utils@0.1.0",
    "name": "cmd-utils",
    "escapedName": "cmd-utils",
    "rawSpec": "0.1.0",
    "saveSpec": null,
    "fetchSpec": "0.1.0"
  },
  "_requiredBy": [
    "/cmd"
  ],
  "_resolved": "https://registry.npmjs.org/cmd-utils/-/cmd-utils-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/utils/issues"
  },
  "dependencies": {
    "as-array": "^2.0.0",
    "ramda": "^0.17.1"
  },
  "description": "Utilities for cmd",
  "devDependencies": {
    "tap-spec": "^4.1.0",
    "tape": "^4.2.0"
  },
  "homepage": "https://github.com/cmd-js/utils#readme",
  "keywords": [
    "cmd",
    "utils",
    "cli"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "cmd-utils",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cmd-js/utils.git"
  },
  "scripts": {
    "test": "node test.js | tap-spec"
  },
  "version": "0.1.0"
}
