parcoursup/node_modules/jsdom-global/package.json

34 lines
730 B
JSON
Raw Normal View History

2023-03-05 13:23:23 +01:00
{
"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"
}
}