UNPKG

@inrupt/jest-jsdom-polyfills

Version:

This package provides various polyfills needed on jest/jsdom when using the Inrupt SDKs

38 lines (37 loc) 954 B
{ "name": "@inrupt/jest-jsdom-polyfills", "version": "4.0.3", "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.10.0" }, "devDependencies": { "@types/node": "^24.0.0" }, "gitHead": "f91e3d1b22c72d222405bbb72826af93e4b3af78" }