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.
32 lines
564 B
32 lines
564 B
{
|
|
"name": "shebang-regex",
|
|
"version": "1.0.0",
|
|
"description": "Regular expression for matching a shebang",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/shebang-regex",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"re",
|
|
"regex",
|
|
"regexp",
|
|
"shebang",
|
|
"match",
|
|
"test"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "0.0.4"
|
|
}
|
|
}
|
|
|