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.
23 lines
406 B
23 lines
406 B
1 year ago
|
{
|
||
|
"name": "verror",
|
||
|
"version": "1.10.0",
|
||
|
"description": "richer JavaScript errors",
|
||
|
"main": "./lib/verror.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/davepacheco/node-verror.git"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"assert-plus": "^1.0.0",
|
||
|
"core-util-is": "1.0.2",
|
||
|
"extsprintf": "^1.2.0"
|
||
|
},
|
||
|
"engines": [
|
||
|
"node >=0.6.0"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"test": "make test"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|