frontend/.pnpm-store/v3/files/73/3b0df4dac535bd9dac1980c7097daaa0a439fc1581e708a68310c1d1bdd0093920d10e9275fa16ce4fd720c056af8cabd11a5e9c33a1a089f522de773401e4

20 lines
521 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"
}