flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
41
BACK_BACK/node_modules/srcset/package.json
generated
vendored
Executable file
41
BACK_BACK/node_modules/srcset/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "srcset",
|
||||
"version": "3.0.1",
|
||||
"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": ">=10"
|
||||
},
|
||||
"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.32.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue