{
  "_args": [
    [
      "kebab-hash@0.1.2",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "kebab-hash@0.1.2",
  "_id": "kebab-hash@0.1.2",
  "_inBundle": false,
  "_integrity": "sha512-BTZpq3xgISmQmAVzkISy4eUutsUA7s4IEFlCwOBJjvSFOwyR7I+fza+tBc/rzYWK/NrmFHjfU1IhO3lu29Ib/w==",
  "_location": "/kebab-hash",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "kebab-hash@0.1.2",
    "name": "kebab-hash",
    "escapedName": "kebab-hash",
    "rawSpec": "0.1.2",
    "saveSpec": null,
    "fetchSpec": "0.1.2"
  },
  "_requiredBy": [
    "/gatsby"
  ],
  "_resolved": "https://registry.npmjs.org/kebab-hash/-/kebab-hash-0.1.2.tgz",
  "_spec": "0.1.2",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "author": {
    "name": "Callum Macdonald"
  },
  "bugs": {
    "url": "https://github.com/GatsbyCentral/kebab-hash/issues"
  },
  "dependencies": {
    "lodash.kebabcase": "^4.1.1"
  },
  "description": "Given an input string, convert to kebab-case and append a hash. Avoids kebab case collisions.",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "flow-bin": "^0.72.0",
    "flow-copy-source": "^1.3.0",
    "jest": "^22.4.4"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/GatsbyCentral/kebab-hash#readme",
  "keywords": [
    "kebab",
    "case",
    "kebab",
    "hash"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "kebab-hash",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GatsbyCentral/kebab-hash.git"
  },
  "scripts": {
    "build": "npm run prepack:babel && npm run prepack:flow",
    "prepack": "npm run build",
    "prepack:babel": "babel src/ -d lib",
    "prepack:flow": "flow-copy-source src lib",
    "test": "jest src/"
  },
  "version": "0.1.2"
}
