mock-violentmonkey
Version:
Mock violentmonkey's globals for testing userscripts
40 lines • 852 B
JSON
{
"author": "lusc",
"bugs": {
"url": "https://github.com/melusc/mock-violentmonkey/issues"
},
"dependencies": {
"@types/follow-redirects": "^1.14.4",
"@types/jsdom": "^21.1.7",
"data-uri-to-buffer": "^6.0.2",
"follow-redirects": "^1.15.9",
"jsdom": "^26.0.0"
},
"description": "Mock violentmonkey's globals for testing userscripts",
"engines": {
"node": "^18.20.5 || ^20.18.1 || ^22.13.0 || ^23.6.0"
},
"exports": {
".": "./dist/src/index.js"
},
"files": [
"dist/src"
],
"homepage": "https://github.com/melusc/mock-violentmonkey#readme",
"keywords": [
"mock",
"mocking",
"test",
"testing",
"userscript",
"violentmonkey"
],
"license": "MIT",
"name": "mock-violentmonkey",
"repository": {
"type": "git",
"url": "https://github.com/melusc/mock-violentmonkey"
},
"type": "module",
"version": "5.0.1"
}