mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 01:36:27 +00:00
40 lines
No EOL
1,011 B
JSON
40 lines
No EOL
1,011 B
JSON
{
|
|
"name": "domexception",
|
|
"description": "An implementation of the DOMException class from browsers",
|
|
"keywords": [
|
|
"dom",
|
|
"webidl",
|
|
"web idl",
|
|
"domexception",
|
|
"error",
|
|
"exception"
|
|
],
|
|
"version": "1.0.1",
|
|
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
|
|
"license": "MIT",
|
|
"repository": "jsdom/domexception",
|
|
"main": "lib/public-api.js",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"scripts": {
|
|
"prepublish": "node scripts/generate.js",
|
|
"pretest": "npm run prepublish",
|
|
"test": "mocha",
|
|
"lint": "eslint lib"
|
|
},
|
|
"dependencies": {
|
|
"webidl-conversions": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.3.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^3.5.0",
|
|
"request": "^2.81.0",
|
|
"webidl2js": "^7.2.0"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/domexception/-/domexception-1.0.1.tgz"
|
|
,"_integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug=="
|
|
,"_from": "domexception@1.0.1"
|
|
} |