85 lines
1.9 KiB
JSON
85 lines
1.9 KiB
JSON
{
|
|
"_from": "guetzli@^1.0.0",
|
|
"_id": "guetzli@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-SM0B0Y29YPtHMYoXJKKVoDXZufI=",
|
|
"_location": "/guetzli",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "guetzli@^1.0.0",
|
|
"name": "guetzli",
|
|
"escapedName": "guetzli",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/imagemin-guetzli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/guetzli/-/guetzli-1.0.1.tgz",
|
|
"_shasum": "48cd01d18dbd60fb47318a1724a295a035d9b9f2",
|
|
"_spec": "guetzli@^1.0.0",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/imagemin-guetzli",
|
|
"author": {
|
|
"name": "Shogo Sensui",
|
|
"email": "shogo.sensui@gmail.com",
|
|
"url": "github.com/1000ch"
|
|
},
|
|
"bin": {
|
|
"guetzli": "cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/imagemin/guetzli-bin/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bin-build": "^2.2.0",
|
|
"bin-wrapper": "^3.0.2",
|
|
"logalot": "^2.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "guetzli wrapper that makes it seamlessly available as a local dependency",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"bin-check": "^4.0.1",
|
|
"compare-size": "^3.0.0",
|
|
"execa": "^0.6.3",
|
|
"executable": "^4.1.0",
|
|
"tempy": "^0.1.0",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"cli.js",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/imagemin/guetzli-bin#readme",
|
|
"keywords": [
|
|
"imagemin",
|
|
"guetzli",
|
|
"jpeg",
|
|
"jpg",
|
|
"img",
|
|
"image",
|
|
"compress",
|
|
"minify",
|
|
"optimize"
|
|
],
|
|
"license": "MIT",
|
|
"name": "guetzli",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/imagemin/guetzli-bin.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node lib/install.js",
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|