1
0
Fork 0
freesewing/packages/rehype-jargon/package.json
dependabot[bot] 6fe0972a4a
chore(deps): bump hast-util-from-html from 1.0.2 to 2.0.1
Bumps [hast-util-from-html](https://github.com/syntax-tree/hast-util-from-html) from 1.0.2 to 2.0.1.
- [Release notes](https://github.com/syntax-tree/hast-util-from-html/releases)
- [Commits](https://github.com/syntax-tree/hast-util-from-html/compare/1.0.2...2.0.1)

---
updated-dependencies:
- dependency-name: hast-util-from-html
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-09 06:18:00 +00:00

60 lines
1.6 KiB
JSON

{
"name": "rehype-jargon",
"version": "3.0.0-alpha.10",
"description": "A Rehype plugin for jargon terms",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
},
"funding": {
"type": "individual",
"url": "https://freesewing.org/patrons/join"
},
"keywords": [
"freesewing",
"freesewing"
],
"type": "module",
"module": "dist/index.mjs",
"exports": {
".": {
"internal": "./src/index.mjs",
"default": "./dist/index.mjs"
}
},
"scripts": {
"build": "node build.mjs",
"build:all": "yarn build",
"clean": "rimraf dist",
"mbuild": "NO_MINIFY=1 node build.mjs",
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"test": "echo \"rehype-jargon: No tests configured. Perhaps you could write some?\" && exit 0",
"vbuild": "VERBOSE=1 node build.mjs",
"lab": "cd ../../sites/lab && yarn start",
"tips": "node ../../scripts/help.mjs",
"lint": "npx eslint 'src/*.mjs'",
"wbuild": "node build.mjs",
"wbuild:all": "yarn wbuild"
},
"peerDependencies": {},
"dependencies": {
"unist-util-visit": "5.0.0",
"hast-util-from-html": "2.0.1"
},
"devDependencies": {},
"files": [
"dist/*",
"README.md"
],
"publishConfig": {
"access": "public",
"tag": "next"
},
"engines": {
"node": "18",
"npm": "9"
}
}