fix
This commit is contained in:
55
book/node_modules/@honkit/html/package.json
generated
vendored
Normal file
55
book/node_modules/@honkit/html/package.json
generated
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"name": "@honkit/html",
|
||||
"version": "6.0.2",
|
||||
"description": "Parse HTML content for gitbook",
|
||||
"homepage": "https://github.com/honkit/honkit",
|
||||
"bugs": {
|
||||
"url": "https://github.com/honkit/honkit/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/honkit/honkit.git"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"author": "azu <azuciao@gmail.com>",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "FriendCode Inc.",
|
||||
"email": "contact@gitbook.com"
|
||||
},
|
||||
{
|
||||
"name": "Aaron O'Mullan",
|
||||
"email": "aaron@gitbook.com"
|
||||
},
|
||||
{
|
||||
"name": "Samy Pessé",
|
||||
"email": "samy@gitbook.com"
|
||||
}
|
||||
],
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"lib",
|
||||
"!__tests__"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc -p .",
|
||||
"clean": "rimraf lib/",
|
||||
"test": "mocha",
|
||||
"prepublish": "npm run --if-present build"
|
||||
},
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"q": "^1.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^10.7.3",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "9dcd51c588177ee3a684788c633a67b82dea82a5"
|
||||
}
|
Reference in New Issue
Block a user