happy-dom-without-node
Version:
Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.
55 lines • 1.22 kB
JSON
{
"name": "happy-dom-without-node",
"version": "14.12.3",
"license": "MIT",
"homepage": "https://github.com/capricorn86/happy-dom-without-node/",
"repository": "https://github.com/capricorn86/happy-dom-without-node/",
"author": "David Ortner",
"description": "Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.",
"main": "lib/index.js",
"type": "module",
"exports": {
".": {
"import": "./lib/index.js",
"default": "./lib/index.js"
},
"./lib/*.js": {
"import": "./lib/*.js",
"default": "./lib/*.js"
},
"./lib/*.ts": {
"import": "./lib/*.ts",
"default": "./lib/*.ts"
},
"./lib/*.map": {
"import": "./lib/*.map",
"default": "./lib/*.map"
},
"./src/*.ts": "./src/*.ts",
"./package.json": "./package.json"
},
"keywords": [
"jsdom",
"dom",
"browser",
"custom",
"elements",
"web",
"components",
"html",
"whatwg",
"w3c"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"entities": "^4.5.0",
"webidl-conversions": "^7.0.0",
"whatwg-mimetype": "^3.0.0",
"whatwg-url": "^14.0.0"
},
"engines": {
"node": ">=16.0.0"
}
}