@inrupt/jest-jsdom-polyfills
Version:
This package provides various polyfills needed on jest/jsdom when using the Inrupt SDKs
37 lines (36 loc) • 898 B
JSON
{
"name": "@inrupt/jest-jsdom-polyfills",
"version": "4.0.8",
"description": "This package provides various polyfills needed on jest/jsdom when using the Inrupt SDKs",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inrupt/typescript-sdk-tools.git"
},
"keywords": [
"inrupt",
"jest",
"jsdom",
"polyfills",
"TextEncoder",
"TextDecoder"
],
"author": "Inrupt <engineering@inrupt.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/inrupt/typescript-sdk-tools/issues"
},
"homepage": "https://github.com/inrupt/typescript-sdk-tools#readme",
"dependencies": {
"@peculiar/webcrypto": "^1.5.0",
"@web-std/blob": "^3.0.5",
"@web-std/file": "^3.0.3",
"undici": "^7.16.0"
},
"devDependencies": {
"@types/node": "^24.10.0"
}
}