76 lines
1.8 KiB
76 lines
1.8 KiB
{
|
|
"_from": "optipng-bin@^7.0.0",
|
|
"_id": "optipng-bin@7.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-W99mpdW7Nt2PpFiaO+74pkht7KEqkXkeRomdWXfEz3SALZ6hns81y/pm1dsGZ6ItUIfchiNIP6ORDr1zETU1jA==",
|
|
"_location": "/optipng-bin",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "optipng-bin@^7.0.0",
|
|
"name": "optipng-bin",
|
|
"escapedName": "optipng-bin",
|
|
"rawSpec": "^7.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/imagemin-optipng"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/optipng-bin/-/optipng-bin-7.0.1.tgz",
|
|
"_shasum": "beb8e55a52f8a26f885ee57ab44fcf62397d6972",
|
|
"_spec": "optipng-bin@^7.0.0",
|
|
"_where": "D:\\仁舟项目\\admin_dHBzn\\node_modules\\imagemin-optipng",
|
|
"bin": {
|
|
"optipng": "cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/imagemin/optipng-bin/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bin-build": "^3.0.0",
|
|
"bin-wrapper": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "OptiPNG wrapper that makes it seamlessly available as a local dependency",
|
|
"devDependencies": {
|
|
"ava": "^3.15.0",
|
|
"bin-check": "^4.0.1",
|
|
"compare-size": "^3.0.0",
|
|
"execa": "^5.0.0",
|
|
"tempy": "^1.0.0",
|
|
"xo": "^0.38.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"cli.js",
|
|
"lib",
|
|
"vendor/source"
|
|
],
|
|
"homepage": "https://github.com/imagemin/optipng-bin#readme",
|
|
"keywords": [
|
|
"imagemin",
|
|
"compress",
|
|
"image",
|
|
"minify",
|
|
"optimize",
|
|
"png",
|
|
"optipng"
|
|
],
|
|
"license": "MIT",
|
|
"name": "optipng-bin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/imagemin/optipng-bin.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node lib/install.js",
|
|
"test": "xo && ava --timeout=120s"
|
|
},
|
|
"version": "7.0.1"
|
|
}
|
|
|