UNPKG

uniorg-slug

Version:

uniorg plugin to add `id` attributes to headlines

56 lines 1.33 kB
{ "name": "uniorg-slug", "version": "1.1.0", "type": "module", "description": "uniorg plugin to add `id` attributes to headlines", "keywords": [ "uniorg", "unified", "plugin", "org-mode", "slug" ], "author": "Oleksii Shmalko <rasen.dubi@gmail.com>", "homepage": "https://github.com/rasendubi/uniorg", "license": "GPL-3.0-or-later", "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/rasendubi/uniorg.git" }, "bugs": { "url": "https://github.com/rasendubi/uniorg/issues" }, "dependencies": { "github-slugger": "^2.0.0", "orgast-util-to-string": "^1.1.0", "unified": "^11.0.4", "unist-util-visit": "^5.0.0", "uniorg": "^1.3.0" }, "devDependencies": { "@types/jest": "29.5.12", "@types/unist": "3.0.2", "jest": "29.7.0", "rehype-stringify": "10.0.0", "typescript": "5.4.5", "uniorg-parse": "^3.2.0", "uniorg-rehype": "^2.2.0", "unist-util-find": "^3.0.0", "vfile": "^6.0.1" }, "scripts": { "build": "rm -rf ./lib && tsc -p tsconfig.build.json", "clean": "rm -rf ./lib", "compile": "tsc -p tsconfig.build.json", "test": "jest" } }