frontend/.pnpm-store/v3/files/bb/18dab0c0c6c5e1b788c45a23ea68bff8704805ad91012ed19c8f8cd9277bf4788bd7ccae98711a512550398e96d13e7262fa32c5e2ad248555e67a6cf9b68b

20 lines
537 B
Plaintext

{
"name": "domexception",
"version": "1.0.0",
"description": "An implementation of the DOMException class from NodeJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jimmywarting/node-domexception.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jimmywarting/node-domexception/issues"
},
"homepage": "https://github.com/jimmywarting/node-domexception#readme"
}