{
  "_from": "slugify@1.3.1",
  "_id": "slugify@1.3.1",
  "_inBundle": false,
  "_integrity": "sha512-6BwyhjF5tG5P8s+0DPNyJmBSBePG6iMyhjvIW5zGdA3tFik9PtK+yNkZgTeiroCRGZYgkHftFA62tGVK1EI9Kw==",
  "_location": "/@expo/xdl/slugify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "slugify@1.3.1",
    "name": "slugify",
    "escapedName": "slugify",
    "rawSpec": "1.3.1",
    "saveSpec": null,
    "fetchSpec": "1.3.1"
  },
  "_requiredBy": [
    "/@expo/xdl"
  ],
  "_resolved": "https://registry.npmjs.org/slugify/-/slugify-1.3.1.tgz",
  "_shasum": "f572127e8535329fbc6c1edb74ab856b61ad7de2",
  "_spec": "slugify@1.3.1",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/xdl",
  "author": {
    "name": "Simeon Velichkov",
    "email": "simeonvelichkov@gmail.com",
    "url": "https://simov.github.io"
  },
  "bugs": {
    "url": "https://github.com/simov/slugify/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Slugifies a String",
  "devDependencies": {
    "coveralls": "^3.0.1",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-standard": "^3.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.1.1"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.d.ts",
    "index.js"
  ],
  "homepage": "https://github.com/simov/slugify",
  "keywords": [
    "slugify",
    "slug",
    "url",
    "urlify"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "slugify",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simov/slugify.git"
  },
  "scripts": {
    "lint": "eslint index.js test.js && echo Lint Passed",
    "test": "npm run lint && npm run test:ci && echo Tests Passed",
    "test:ci": "mocha",
    "test:cov": "istanbul cover _mocha"
  },
  "types": "index.d.ts",
  "version": "1.3.1"
}