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.
42 lines
708 B
42 lines
708 B
1 year ago
|
{
|
||
|
"name": "srcset",
|
||
|
"version": "4.0.0",
|
||
|
"description": "Parse and stringify the HTML `<img>` srcset attribute",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/srcset",
|
||
|
"funding": "https://github.com/sponsors/sindresorhus",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "https://sindresorhus.com"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=12"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava && tsd"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"index.d.ts"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"html",
|
||
|
"attribute",
|
||
|
"image",
|
||
|
"img",
|
||
|
"src",
|
||
|
"parse",
|
||
|
"stringify",
|
||
|
"srcset",
|
||
|
"responsive",
|
||
|
"picture",
|
||
|
"element"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"ava": "^2.4.0",
|
||
|
"tsd": "^0.13.1",
|
||
|
"xo": "^0.39.0"
|
||
|
}
|
||
|
}
|