{
  "_from": "dashify@^0.2.0",
  "_id": "dashify@0.2.2",
  "_inBundle": false,
  "_integrity": "sha1-agdBWgHJH69KMuONnfunH2HLIP4=",
  "_location": "/dashify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dashify@^0.2.0",
    "name": "dashify",
    "escapedName": "dashify",
    "rawSpec": "^0.2.0",
    "saveSpec": null,
    "fetchSpec": "^0.2.0"
  },
  "_requiredBy": [
    "/content-security-policy-builder"
  ],
  "_resolved": "https://registry.npmjs.org/dashify/-/dashify-0.2.2.tgz",
  "_shasum": "6a07415a01c91faf4a32e38d9dfba71f61cb20fe",
  "_spec": "dashify@^0.2.0",
  "_where": "/var/www/html/recipes/api/recipes/node_modules/content-security-policy-builder",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/dashify/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Convert a camelcase or space-separated string to a dash-separated string.",
  "devDependencies": {
    "gulp-format-md": "^0.1.9",
    "mocha": "^2.5.1"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/dashify",
  "keywords": [
    "dash",
    "dashcase",
    "dasherize",
    "dashify",
    "slug",
    "slugify"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "dashify",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/dashify.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "related": {
      "list": [
        "pascalcase",
        "romanize",
        "word-wrap",
        "wordcount"
      ],
      "description": "Some other awesome string libs:"
    },
    "plugins": [
      "gulp-format-md"
    ]
  },
  "version": "0.2.2"
}
