first commit
This commit is contained in:
94
build/node_modules/imagemin-guetzli/package.json
generated
vendored
Normal file
94
build/node_modules/imagemin-guetzli/package.json
generated
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"_from": "imagemin-guetzli",
|
||||
"_id": "imagemin-guetzli@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-a/+00dv/7WGTChVW7Jr2s/M97Dk=",
|
||||
"_location": "/imagemin-guetzli",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "imagemin-guetzli",
|
||||
"name": "imagemin-guetzli",
|
||||
"escapedName": "imagemin-guetzli",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/imagemin-guetzli/-/imagemin-guetzli-1.0.0.tgz",
|
||||
"_shasum": "6bffb4d1dbffed61930a1556ec9af6b3f33dec39",
|
||||
"_spec": "imagemin-guetzli",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"author": {
|
||||
"name": "Brad Baris",
|
||||
"email": "brad@nomadspaceship.com",
|
||||
"url": "github.com/bradbaris"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/imagemin/imagemin-guetzli/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"exec-buffer": "^3.1.0",
|
||||
"guetzli": "^1.0.0",
|
||||
"is-jpg": "^1.0.0",
|
||||
"is-png": "^1.1.0",
|
||||
"number-is-integer": "^1.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Guetzli imagemin plugin",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"pify": "^2.3.0",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/imagemin/imagemin-guetzli#readme",
|
||||
"keywords": [
|
||||
"compress",
|
||||
"image",
|
||||
"imageminplugin",
|
||||
"img",
|
||||
"minify",
|
||||
"optimize",
|
||||
"png",
|
||||
"jpg",
|
||||
"photo",
|
||||
"guetzli"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
{
|
||||
"name": "Shinnosuke Watanabe",
|
||||
"url": "github.com/shinnn"
|
||||
},
|
||||
{
|
||||
"name": "Kevin Mårtensson",
|
||||
"email": "kevinmartensson@gmail.com",
|
||||
"url": "github.com/kevva"
|
||||
}
|
||||
],
|
||||
"name": "imagemin-guetzli",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/imagemin/imagemin-guetzli.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user