@inrupt/jest-jsdom-polyfills
Version:
This package provides various polyfills needed on jest/jsdom when using the Inrupt SDKs
35 lines (34 loc) • 834 B
JSON
{
"name": "@inrupt/jest-jsdom-polyfills",
"version": "4.1.5",
"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.7.1",
"undici": "^8.5.0"
},
"devDependencies": {
"@types/node": "^26.0.1"
}
}