Files
2023-08-01 13:49:46 +02:00

130 lines
3.2 KiB
JSON

{
"_from": "pngout-bin@^2.0.0",
"_id": "pngout-bin@2.0.1",
"_inBundle": false,
"_integrity": "sha1-EwTA7F7IDyjYnNx6sjJUFGO/cLY=",
"_location": "/pngout-bin",
"_phantomChildren": {
"array-union": "1.0.2",
"async": "0.9.2",
"bin-version-check": "2.1.0",
"brace-expansion": "1.1.8",
"clone-stats": "0.0.1",
"concat-stream": "1.6.0",
"core-util-is": "1.0.2",
"defaults": "1.0.3",
"download-status": "2.2.1",
"each-async": "1.1.1",
"end-of-stream": "1.4.0",
"escape-string-regexp": "1.0.5",
"executable": "1.1.0",
"first-chunk-stream": "1.0.0",
"glob-watcher": "0.0.6",
"glob2base": "0.0.12",
"gulp-rename": "1.2.2",
"inflight": "1.0.6",
"inherits": "2.0.3",
"ini": "1.3.5",
"ip-regex": "1.0.3",
"is-absolute": "0.1.7",
"is-bzip2": "1.0.0",
"is-finite": "1.0.2",
"is-gzip": "1.0.0",
"is-integer": "1.0.7",
"is-natural-number": "2.1.1",
"is-path-global": "1.0.2",
"is-tar": "1.0.0",
"is-utf8": "0.2.1",
"is-zip": "1.0.0",
"lnfs": "1.1.0",
"map-obj": "1.0.1",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"natives": "1.1.1",
"npm-installed": "1.0.0",
"once": "1.4.0",
"os-filter-obj": "1.0.3",
"process-nextick-args": "1.0.7",
"request": "2.83.0",
"safe-buffer": "5.1.1",
"seek-bzip": "1.0.5",
"spawn-sync": "1.0.15",
"stream-combiner": "0.2.2",
"sum-up": "1.0.3",
"through2": "0.6.5",
"util-deprecate": "1.0.2",
"ware": "1.3.0",
"xtend": "4.0.1",
"yauzl": "2.9.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "pngout-bin@^2.0.0",
"name": "pngout-bin",
"escapedName": "pngout-bin",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/imagemin-pngout"
],
"_resolved": "https://registry.npmjs.org/pngout-bin/-/pngout-bin-2.0.1.tgz",
"_shasum": "1304c0ec5ec80f28d89cdc7ab232541463bf70b6",
"_spec": "pngout-bin@^2.0.0",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/imagemin-pngout",
"author": {
"name": "1000ch",
"email": "shogo.sensui@gmail.com",
"url": "http://github.com/1000ch"
},
"bin": {
"pngout": "cli.js"
},
"bugs": {
"url": "https://github.com/imagemin/pngout-bin/issues"
},
"bundleDependencies": false,
"dependencies": {
"bin-wrapper": "^2.0.1",
"imagemin-log": "^2.0.0"
},
"deprecated": false,
"description": "pngout wrapper that makes it seamlessly available as a local dependency",
"devDependencies": {
"ava": "^0.0.4",
"compare-size": "^1.0.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"cli.js",
"index.js",
"lib",
"test/fixtures"
],
"homepage": "https://github.com/imagemin/pngout-bin#readme",
"keywords": [
"compress",
"image",
"img",
"minify",
"optimize",
"png",
"pngout"
],
"license": "MIT",
"name": "pngout-bin",
"repository": {
"type": "git",
"url": "git+https://github.com/imagemin/pngout-bin.git"
},
"scripts": {
"postinstall": "node lib/install.js",
"test": "mkdir test/tmp && node test/test.js && rm -rf test/tmp"
},
"version": "2.0.1"
}