frontend/.pnpm-store/v3/files/7c/320aa1933e6cd5de1c9b7024eb99ac871928a088a4bdaea58f32513dc351c7b3f1a372bf762d1ec1098195b815b6284d1d90eb42618a3ac0089f905344ced8

26 lines
633 B
Plaintext

{
"name": "node-domexception",
"version": "1.0.0",
"description": "An implementation of the DOMException class from NodeJS",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jimmywarting/node-domexception.git"
},
"engines": {
"node": ">=10.5.0"
},
"author": "Jimmy Wärting",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimmywarting/node-domexception/issues"
},
"homepage": "https://github.com/jimmywarting/node-domexception#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/jimmywarting"
}
]
}