ubdate
This commit is contained in:
34
node_modules/imagemin-svgo/package.json
generated
vendored
Normal file
34
node_modules/imagemin-svgo/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "imagemin-svgo",
|
||||
"version": "7.1.0",
|
||||
"description": "SVGO imagemin plugin",
|
||||
"license": "MIT",
|
||||
"repository": "imagemin/imagemin-svgo",
|
||||
"funding": "https://github.com/sindresorhus/imagemin-svgo?sponsor=1",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"compress",
|
||||
"image",
|
||||
"imageminplugin",
|
||||
"minify",
|
||||
"optimize",
|
||||
"svg",
|
||||
"svgo"
|
||||
],
|
||||
"dependencies": {
|
||||
"is-svg": "^4.2.1",
|
||||
"svgo": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^1.0.0",
|
||||
"xo": "^0.20.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user