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.
39 lines
653 B
39 lines
653 B
{
|
|
"name": "path-key",
|
|
"version": "2.0.1",
|
|
"description": "Get the PATH environment variable key cross-platform",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/path-key",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"path",
|
|
"key",
|
|
"environment",
|
|
"env",
|
|
"variable",
|
|
"var",
|
|
"get",
|
|
"cross-platform",
|
|
"windows"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|
|
|