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.
29 lines
626 B
29 lines
626 B
{
|
|
"name": "is-json",
|
|
"version": "2.0.1",
|
|
"description": "check if a string is a valid JSON string without using Try/Catch",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:joaquimserafim/is-json.git"
|
|
},
|
|
"keywords": [
|
|
"JSON",
|
|
"validation"
|
|
],
|
|
"author": "@joaquimserafim",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/joaquimserafim/is-json/issues"
|
|
},
|
|
"homepage": "https://github.com/joaquimserafim/is-json",
|
|
"devDependencies": {
|
|
"tape": "^2.13.1"
|
|
}
|
|
}
|
|
|