{
  "_from": "slugify@^1.4.6",
  "_id": "slugify@1.6.9",
  "_inBundle": false,
  "_integrity": "sha512-vZ7rfeehZui7wQs438JXBckYLkIIdfHOXsaVEUMyS5fHo1483l1bMdo0EDSWYclY0yZKFOipDy4KHuKs6ssvdg==",
  "_location": "/slugify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "slugify@^1.4.6",
    "name": "slugify",
    "escapedName": "slugify",
    "rawSpec": "^1.4.6",
    "saveSpec": null,
    "fetchSpec": "^1.4.6"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.9.tgz",
  "_shasum": "610957dea21e56b65e3a153215ef7b265715c8e8",
  "_spec": "slugify@^1.4.6",
  "_where": "/var/www/html/moro",
  "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.1.0",
    "github-changes": "^2.0.3",
    "mocha": "^7.2.0",
    "nyc": "^15.1.0"
  },
  "engines": {
    "node": ">=8.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",
    "build:changelog": "github-changes --owner simov --repository slugify --only-pulls --use-commit-body --date-format '(YYYY-MM-DD)' --file CHANGELOG.md --verbose",
    "test": "npm run build && npm run test:ci",
    "test:ci": "npx mocha --recursive",
    "test:cov": "npx nyc --reporter=lcov --reporter=text-summary mocha -- --recursive"
  },
  "types": "slugify.d.ts",
  "version": "1.6.9"
}
