mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
v6
This commit is contained in:
parent
cd5893b2c6
commit
70742d22d9
6774 changed files with 1602535 additions and 1 deletions
36
node_modules/domexception/package.json
generated
vendored
Normal file
36
node_modules/domexception/package.json
generated
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue