You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
478 B
16 lines
478 B
{ |
|
"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" |
|
}, |
|
"author": "Jimmy Wärting", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/jimmywarting/node-domexception/issues" |
|
}, |
|
"homepage": "https://github.com/jimmywarting/node-domexception#readme" |
|
}
|
|
|