mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.0 KiB
46 lines
1.0 KiB
{
|
|
"name": "jest-environment-jsdom",
|
|
"version": "30.2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jestjs/jest.git",
|
|
"directory": "packages/jest-environment-jsdom"
|
|
},
|
|
"license": "MIT",
|
|
"main": "./build/index.js",
|
|
"types": "./build/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./build/index.d.ts",
|
|
"require": "./build/index.js",
|
|
"import": "./build/index.mjs",
|
|
"default": "./build/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@jest/environment": "30.2.0",
|
|
"@jest/environment-jsdom-abstract": "30.2.0",
|
|
"@types/jsdom": "^21.1.7",
|
|
"@types/node": "*",
|
|
"jsdom": "^26.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/test-utils": "30.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"canvas": "^3.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"canvas": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "855864e3f9751366455246790be2bf912d4d0dac"
|
|
}
|
|
|