jsdom-configurable-resource-loader
Version:
A JSDOM ResourceLoader with configuration options to whitelist and blacklist resources.
61 lines (60 loc) • 1.54 kB
JSON
{
"name": "jsdom-configurable-resource-loader",
"description": "A JSDOM ResourceLoader with configuration options to whitelist and blacklist resources.",
"version": "0.0.20",
"homepage": "https://github.com/DanKaplanSES/jsdom-configurable-resource-loader",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"types": "dist/index.d.ts",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"compile-typescript": "npm run build",
"build": "tsup-node",
"test": "jasmine --config=\"spec/support/jasmine-spec.json\"",
"clean": "rm -rf dist"
},
"keywords": [
"jsdom",
"resourceloader",
"resource-loader"
],
"author": {
"name": "Daniel Kaplan",
"email": "daniel.kaplan@SleepEasySoftware.com"
},
"devDependencies": {
"@types/jasmine": "5.1.8",
"@types/jsdom": "21.1.7",
"@types/sinon": "^17.0.4",
"@typescript-eslint/eslint-plugin": "6.17.0",
"canvas": "3.1.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.4.0",
"jasmine": "5.7.1",
"sinon": "^20.0.0",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"tsup": "8.5.0",
"typescript": "5.8.3"
},
"peerDependencies": {
"canvas": "^3",
"jsdom": "* >= 13"
},
"peerDependenciesMeta": {
"canvas": {
"optional": true
}
},
"overrides": {
"parse5": "<7.3.0"
}
}