lol-html-cf
Version:
Streaming HTML rewriter/parser with CSS selector-based API
80 lines (79 loc) • 1.89 kB
JSON
{
"name": "lol-html-cf",
"version": "0.0.5",
"private": false,
"description": "Streaming HTML rewriter/parser with CSS selector-based API",
"keywords": [
"rust",
"rust-library",
"webassembly",
"wasm",
"cloudflare-workers"
],
"license": "BSD-3-Clause",
"collaborators": [
"Ivan Nikulin <inikulin@cloudflare.com>",
"Gus Caplan <me@gus.host>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/taina0407/lol-html.git"
},
"scripts": {
"check:types": "tsc --noEmit",
"build": "tsx scripts/wasm.ts && tsx scripts/build.ts",
"clean": "rimraf dist"
},
"files": [
"dist"
],
"type": "module",
"module": "./dist/esm/workers/index.js",
"types": "./dist/dts/workers/index.d.ts",
"exports": {
".": {
"types": "./dist/dts/workers/index.d.ts",
"import": "./dist/esm/workers/index.js"
},
"./next": {
"types": "./dist/dts/next/index.d.ts",
"import": "./dist/esm/next/index.js"
},
"./node": {
"types": "./dist/dts/node/index.d.ts",
"import": "./dist/esm/node/index.js",
"require": "./dist/cjs/node/index.js"
},
"./workers": {
"types": "./dist/dts/workers/index.d.ts",
"import": "./dist/esm/workers/index.js"
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"next": [
"./dist/dts/next/index.d.ts"
],
"node": [
"./dist/dts/node/index.d.ts"
],
"workers": [
"./dist/dts/workers/index.d.ts"
]
}
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.15.18",
"console-log-colors": "^0.5.0",
"esbuild": "^0.25.4",
"fs-extra": "^11.3.0",
"glob": "^11.0.2",
"lol-html": "^2.3.0",
"rimraf": "^6.0.1",
"tsup": "^8.4.0",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}