This commit is contained in:
2025-09-12 07:32:32 -07:00
parent 4d5fca6a5e
commit 49208df277
2978 changed files with 421237 additions and 394 deletions

33
node_modules/jsdom-global/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "jsdom-global",
"description": "Enable DOM in Node.js",
"version": "3.0.2",
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
"browser": "browser.js",
"bugs": {
"url": "https://github.com/rstacruz/jsdom-global/issues"
},
"devDependencies": {
"jsdom": "~10.0.0",
"standard": "~10.0.2",
"tape": "~4.6.3"
},
"homepage": "https://github.com/rstacruz/jsdom-global#readme",
"keywords": [
"dom",
"jsdom",
"test"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"jsdom": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rstacruz/jsdom-global.git"
},
"scripts": {
"test": "node test.js && standard"
}
}