{
  "name": "shell-quote-word",
  "version": "1.0.1",
  "description": "unquote a single shell arguments",
  "devDependencies": {
    "tape": "~2.3.0",
    "xo": "^0.16.0"
  },
  "scripts": {
    "test": "tape test/*.js && xo"
  },
  "repository": "parro-it/shell-quote-word",
  "keywords": [
    "shell",
    "command",
    "unquote",
    "word"
  ],
  "author": "Andrea Parodi <andrea@parro-it>",
  "license": "MIT",
  "files": [
    "index.js"
  ]
}
