{
  "_from": "slugify@^1.3.4",
  "_id": "slugify@1.3.5",
  "_inBundle": false,
  "_integrity": "sha512-5VCnH7aS13b0UqWOs7Ef3E5rkhFe8Od+cp7wybFv5mv/sYSRkucZlJX0bamAJky7b2TTtGvrJBWVdpdEicsSrA==",
  "_location": "/slugify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "slugify@^1.3.4",
    "name": "slugify",
    "escapedName": "slugify",
    "rawSpec": "^1.3.4",
    "saveSpec": null,
    "fetchSpec": "^1.3.4"
  },
  "_requiredBy": [
    "/@expo/config"
  ],
  "_resolved": "https://registry.npmjs.org/slugify/-/slugify-1.3.5.tgz",
  "_shasum": "90210678818b6d533cb060083aed0e8238133508",
  "_spec": "slugify@^1.3.4",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/config",
  "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",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "files": [
    "LICENSE",
    "README.md",
    "slugify.d.ts",
    "slugify.js"
  ],
  "homepage": "https://github.com/simov/slugify",
  "keywords": [
    "slugify",
    "slug",
    "url",
    "urlify"
  ],
  "license": "MIT",
  "main": "./slugify.js",
  "name": "slugify",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simov/slugify.git"
  },
  "scripts": {
    "build": "node bin/build",
    "test": "npm run build && npm run test:ci",
    "test:ci": "mocha test/",
    "test:cov": "istanbul cover _mocha"
  },
  "types": "slugify.d.ts",
  "version": "1.3.5"
}