Files
jsowell-charger-web/jsowell-ui/node_modules/posthtml/package.json
Lemon f5e6e29f00 Merge branch 'dev-zza' into dev
# Conflicts:
#	jsowell-ui/.env.development
#	jsowell-ui/.env.staging
#	jsowell-ui/bin/build-sit.bat
#	jsowell-ui/bin/build.bat
#	jsowell-ui/src/api/adapayMember/adapayMember.js
#	jsowell-ui/src/api/pile/merchant.js
#	jsowell-ui/src/router/index.js
#	jsowell-ui/src/views/financial/financeDetail.vue
#	jsowell-ui/src/views/financial/merchant.vue
#	jsowell-ui/src/views/homeIndex/homeIndex.vue
#	jsowell-ui/src/views/login.vue
#	jsowell-ui/src/views/pile/basic/detail.vue
#	jsowell-ui/src/views/pile/station/components/SiteInfo.vue
#	jsowell-ui/src/views/pile/station/detail.vue
#	jsowell-ui/src/views/pile/station/orderReport.vue
2025-06-03 14:26:37 +08:00

73 lines
1.8 KiB
JSON

{
"name": "posthtml",
"version": "0.9.2",
"description": "HTML/XML processor",
"keywords": [
"html",
"xml",
"postproccessor",
"parser",
"transform",
"transformations",
"manipulation",
"preprocessor",
"processor"
],
"main": "lib",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"posthtml-parser": "^0.2.0",
"posthtml-render": "^1.0.5"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-as-promised": "^6.0.0",
"chai-subset": "^1.1.0",
"conventional-changelog-cli": "^1.0.0",
"es6-promise": "^4.0.5",
"istanbul": "^0.4.2",
"jsdoc-to-markdown": "^2.0.0",
"mocha": "^3.1.2",
"mversion": "^1.10.0",
"object.assign": "^4.0.3",
"standard": "^8.3.0"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && mocha -R dot && npm run cover",
"clean": "rm -rf coverage jsdoc-api",
"cover": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha -- -R tap",
"docs:api": "jsdoc2md lib/api.js > docs/api.md",
"docs:core": "jsdoc2md lib/index.js > docs/core.md",
"release:patch": "mversion patch",
"release:minor": "mversion minor",
"release:major": "mversion major"
},
"author": "Anton Winogradov <winogradovaa@gmail.com>",
"contributors": [
{
"name": "Ivan Voischev",
"email": "voischev.ivan@ya.ru"
},
{
"name": "Anton Winogradov",
"email": "winogradovaa@gmail.com"
},
{
"name": "Alexej Yaroshevich",
"email": "zxqfox@gmail.com"
}
],
"homepage": "https://github.com/posthtml/posthtml",
"repository": {
"type": "git",
"url": "git://github.com/posthtml/posthtml.git"
},
"bugs": {
"url": "https://github.com/posthtml/posthtml/issues"
},
"license": "MIT"
}