{
  "_from": "github-slugger@^2.0.0",
  "_id": "github-slugger@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
  "_location": "/github-slugger",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "github-slugger@^2.0.0",
    "name": "github-slugger",
    "escapedName": "github-slugger",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/@astrojs/markdown-satteri",
    "/astro"
  ],
  "_resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
  "_shasum": "52cf2f9279a21eb6c59dd385b410f0c0adda8f1a",
  "_spec": "github-slugger@^2.0.0",
  "_where": "/var/www/web-lab/node_modules/astro",
  "author": {
    "name": "Dan Flettre",
    "email": "flettre@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Flet/github-slugger/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Dan Flettre",
      "email": "flettre@gmail.com"
    },
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "http://wooorm.com"
    }
  ],
  "deprecated": false,
  "description": "Generate a slug just like GitHub does for markdown headings.",
  "devDependencies": {
    "@octokit/rest": "^19.0.0",
    "@types/regenerate": "^1.0.0",
    "@types/tape": "^4.0.0",
    "@unicode/unicode-13.0.0": "^1.0.0",
    "c8": "^7.0.0",
    "hast-util-select": "^5.0.0",
    "mdast-util-gfm": "^2.0.0",
    "mdast-util-to-markdown": "^1.0.0",
    "node-fetch": "^3.0.0",
    "regenerate": "^1.0.0",
    "rehype-parse": "^8.0.0",
    "rimraf": "^3.0.0",
    "standard": "*",
    "tap-spec": "^5.0.0",
    "tape": "^5.0.0",
    "type-coverage": "^2.0.0",
    "typescript": "^4.0.0",
    "unified": "^10.0.0"
  },
  "files": [
    "index.d.ts",
    "index.js",
    "regex.d.ts",
    "regex.js"
  ],
  "homepage": "https://github.com/Flet/github-slugger",
  "keywords": [
    "anchor",
    "github",
    "hash",
    "heading",
    "markdown",
    "slug",
    "slugger",
    "url"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "github-slugger",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Flet/github-slugger.git"
  },
  "scripts": {
    "build": "rimraf \"{script,test}/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
    "format": "standard --fix",
    "prepack": "npm run build && npm run format",
    "test": "npm run build && npm run format && npm run test-coverage",
    "test-api": "tape test | tap-spec",
    "test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api"
  },
  "type": "module",
  "typeCoverage": {
    "atLeast": 100,
    "detail": true,
    "strict": true
  },
  "types": "index.d.ts",
  "version": "2.0.0"
}
