Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
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.
36 lines
786 B
36 lines
786 B
{
|
|
"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"
|
|
}
|
|
}
|
|
|