{
  "_args": [
    [
      "slug@3.3.4",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "slug@3.3.4",
  "_id": "slug@3.3.4",
  "_inBundle": false,
  "_integrity": "sha512-VpHbtRCEWmgaZsrZcTsVl/Dhw98lcrOYDO17DNmJCNpppI6s3qJvnNu2Q3D4L84/2bi6vkW40mjNQI9oGQsflg==",
  "_location": "/slug",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "slug@3.3.4",
    "name": "slug",
    "escapedName": "slug",
    "rawSpec": "3.3.4",
    "saveSpec": null,
    "fetchSpec": "3.3.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/slug/-/slug-3.3.4.tgz",
  "_spec": "3.3.4",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "dodo",
    "url": "https://github.com/dodo"
  },
  "bugs": {
    "url": "https://github.com/Trott/slug/issues"
  },
  "dependencies": {},
  "description": "slugifies even utf-8 chars!",
  "devDependencies": {
    "chai": "^4.2.0",
    "karma": "^5.0.9",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.3",
    "karma-firefox-launcher": "^1.3.0",
    "karma-jasmine": "^3.3.1",
    "karma-mocha": "^2.0.1",
    "karma-sauce-launcher": "^4.1.5",
    "mocha": "^8.0.1",
    "nyc": "^15.0.1",
    "requirejs": "^2.3.6",
    "standard": "^14.3.3"
  },
  "homepage": "https://github.com/Trott/slug",
  "keywords": [
    "slugify",
    "slug",
    "string",
    "utf8",
    "utf-8",
    "unicode",
    "url"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/Trott/slug/raw/master/LICENSE"
    }
  ],
  "main": "slug.js",
  "name": "slug",
  "repository": {
    "type": "git",
    "url": "git://github.com/Trott/slug.git"
  },
  "scripts": {
    "benchmark": "node benchmark/benchmark.js",
    "test": "standard && nyc --reporter none mocha test/**/*.js && karma start --single-run --browsers ChromeHeadless,FirefoxHeadless .karma.config.js && nyc report --reporter=text --reporter=html && nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100",
    "test-ci": "karma start .karma.config-ci.js"
  },
  "version": "3.3.4"
}
