remark-sort-definitions
Version:
remark plugin that reorders reference-style link definitions by id at the end of a document
101 lines (100 loc) • 3.25 kB
JSON
{
"name": "remark-sort-definitions",
"version": "3.0.0",
"description": "remark plugin that reorders reference-style link definitions by id at the end of a document",
"keywords": [
"unified",
"mdast",
"remark",
"remark-plugin",
"plugin",
"markdown",
"link",
"image",
"reference",
"definition",
"sort",
"order",
"reorder",
"natural"
],
"homepage": "https://github.com/Xunnamius/unified-utils/tree/main/packages/remark-sort-definitions#readme",
"bugs": {
"url": "https://github.com/Xunnamius/unified-utils/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xunnamius/unified-utils.git"
},
"license": "MIT",
"author": "Xunnamius",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/packages/remark-sort-definitions/src/index.d.ts",
"default": "./dist/packages/remark-sort-definitions/src/index.js"
},
"./package": "./package.json",
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"index": [
"dist/packages/remark-sort-definitions/src/index.d.ts"
],
"package": [
"package.json"
]
}
},
"files": [
"/dist",
"/LICENSE",
"/package.json",
"/README.md"
],
"scripts": {
"build": "npm run build:dist --",
"build:changelog": "symbiote build changelog --env NODE_NO_WARNINGS=1",
"build:dist": "symbiote build distributables --env NODE_NO_WARNINGS=1 --not-multiversal",
"build:docs": "symbiote build docs --env NODE_NO_WARNINGS=1",
"clean": "symbiote clean --env NODE_NO_WARNINGS=1",
"format": "symbiote format --env NODE_NO_WARNINGS=1 --hush",
"info": "symbiote project info --env NODE_NO_WARNINGS=1",
"lint": "npm run lint:package --",
"lint:package": "symbiote lint --env NODE_NO_WARNINGS=1 --hush",
"lint:packages": "symbiote lint --env NODE_NO_WARNINGS=1 --hush --scope unlimited",
"lint:project": "symbiote project lint --env NODE_NO_WARNINGS=1",
"list-tasks": "symbiote list-tasks --env NODE_NO_WARNINGS=1 --scope this-package",
"release": "symbiote release --env NODE_NO_WARNINGS=1",
"start": "symbiote start --env NODE_NO_WARNINGS=1 --",
"test": "npm run test:package:unit --",
"test:package:all": "symbiote test --env NODE_NO_WARNINGS=1 --tests all-local --coverage",
"test:package:e2e": "symbiote test --env NODE_NO_WARNINGS=1 --tests e2e-local",
"test:package:integration": "symbiote test --env NODE_NO_WARNINGS=1 --tests integration",
"test:package:unit": "symbiote test --env NODE_NO_WARNINGS=1 --tests unit type",
"test:packages:all": "symbiote test --env NODE_NO_WARNINGS=1 --tests all-local --scope unlimited --coverage"
},
"dependencies": {
"@types/mdast": "^4.0.4",
"core-js": "^3.45.1",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@-xun/fs": "^2.0.0",
"rejoinder": "^2.1.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"to-vfile": "^8.0.0",
"type-fest": "^4.41.0"
},
"engines": {
"node": "^20.18.0 || >=22.12.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}