90 lines
2.2 KiB
JSON
Executable File
90 lines
2.2 KiB
JSON
Executable File
{
|
|
"_from": "github-slugger@^1.1.1",
|
|
"_id": "github-slugger@1.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-SsZUjg/P03KPzQBt7OxJPasGw6NRO5uOgiZ5RGXVud5iSIZ0eNZeNp5rTwCxtavrRUa/A77j8mePVc5lEvk0KQ==",
|
|
"_location": "/github-slugger",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "github-slugger@^1.1.1",
|
|
"name": "github-slugger",
|
|
"escapedName": "github-slugger",
|
|
"rawSpec": "^1.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/mdast-util-toc"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.2.1.tgz",
|
|
"_shasum": "47e904e70bf2dccd0014748142d31126cfd49508",
|
|
"_spec": "github-slugger@^1.1.1",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/mdast-util-toc",
|
|
"author": {
|
|
"name": "Dan Flettre",
|
|
"email": "fletd01@yahoo.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Flet/github-slugger/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Dan Flettre",
|
|
"email": "fletd01@yahoo.com"
|
|
},
|
|
{
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "http://wooorm.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"emoji-regex": ">=6.0.0 <=6.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Generate a slug just like GitHub does for markdown headings.",
|
|
"devDependencies": {
|
|
"nyc": "^13.1.0",
|
|
"standard": "*",
|
|
"tap-spec": "^5.0.0",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"files": [
|
|
"index.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",
|
|
"nyc": {
|
|
"check-coverage": true,
|
|
"lines": 100,
|
|
"functions": 100,
|
|
"branches": 100
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Flet/github-slugger.git"
|
|
},
|
|
"scripts": {
|
|
"format": "standard --fix",
|
|
"test": "npm run format && npm run test-coverage",
|
|
"test-api": "tape test | tap-spec",
|
|
"test-coverage": "nyc --reporter lcov tape test/index.js | tap-spec"
|
|
},
|
|
"version": "1.2.1"
|
|
}
|