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.
33 lines
684 B
33 lines
684 B
{
|
|
"name": "json-parse-even-better-errors",
|
|
"version": "2.3.1",
|
|
"description": "JSON.parse with context information on error",
|
|
"main": "index.js",
|
|
"files": [
|
|
"*.js"
|
|
],
|
|
"scripts": {
|
|
"preversion": "npm t",
|
|
"postversion": "npm publish",
|
|
"prepublishOnly": "git push --follow-tags",
|
|
"test": "tap",
|
|
"snap": "tap"
|
|
},
|
|
"repository": "https://github.com/npm/json-parse-even-better-errors",
|
|
"keywords": [
|
|
"JSON",
|
|
"parser"
|
|
],
|
|
"author": {
|
|
"name": "Kat Marchán",
|
|
"email": "kzm@zkat.tech",
|
|
"twitter": "maybekatz"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"tap": "^14.6.5"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
}
|
|
}
|
|
|