You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
2.9 KiB
125 lines
2.9 KiB
6 years ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"optipng-bin@^3.0.0",
|
||
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/imagemin-optipng"
|
||
|
]
|
||
|
],
|
||
|
"_from": "optipng-bin@>=3.0.0 <4.0.0",
|
||
|
"_id": "optipng-bin@3.1.4",
|
||
|
"_inCache": true,
|
||
|
"_installable": true,
|
||
|
"_location": "/optipng-bin",
|
||
|
"_nodeVersion": "6.9.5",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "packages-12-west.internal.npmjs.com",
|
||
|
"tmp": "tmp/optipng-bin-3.1.4.tgz_1491492167507_0.33282686793245375"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"email": "shogo.sensui@gmail.com",
|
||
|
"name": "1000ch"
|
||
|
},
|
||
|
"_npmVersion": "3.10.10",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "optipng-bin",
|
||
|
"raw": "optipng-bin@^3.0.0",
|
||
|
"rawSpec": "^3.0.0",
|
||
|
"scope": null,
|
||
|
"spec": ">=3.0.0 <4.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/imagemin-optipng"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/optipng-bin/-/optipng-bin-3.1.4.tgz",
|
||
|
"_shasum": "95d34f2c488704f6fd70606bfea0c659f1d95d84",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "optipng-bin@^3.0.0",
|
||
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/imagemin-optipng",
|
||
|
"author": {
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"name": "Sindre Sorhus",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"bin": {
|
||
|
"optipng": "cli.js"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/imagemin/optipng-bin/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"bin-build": "^2.0.0",
|
||
|
"bin-wrapper": "^3.0.0",
|
||
|
"logalot": "^2.0.0"
|
||
|
},
|
||
|
"description": "OptiPNG wrapper that makes it seamlessly available as a local dependency",
|
||
|
"devDependencies": {
|
||
|
"bin-check": "^1.0.0",
|
||
|
"compare-size": "^1.0.1",
|
||
|
"mkdirp": "^0.5.0",
|
||
|
"mocha": "^2.2.4",
|
||
|
"path-exists": "^1.0.0",
|
||
|
"rimraf": "^2.3.2",
|
||
|
"xo": "*"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "95d34f2c488704f6fd70606bfea0c659f1d95d84",
|
||
|
"tarball": "https://registry.npmjs.org/optipng-bin/-/optipng-bin-3.1.4.tgz"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"cli.js",
|
||
|
"lib"
|
||
|
],
|
||
|
"gitHead": "6bc08279f23be59d8ef2e430fc702767ce840601",
|
||
|
"homepage": "https://github.com/imagemin/optipng-bin#readme",
|
||
|
"keywords": [
|
||
|
"compress",
|
||
|
"image",
|
||
|
"img",
|
||
|
"minify",
|
||
|
"optimize",
|
||
|
"png"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"email": "shogo.sensui@gmail.com",
|
||
|
"name": "1000ch"
|
||
|
},
|
||
|
{
|
||
|
"email": "bradbaris@gmail.com",
|
||
|
"name": "bradbaris"
|
||
|
},
|
||
|
{
|
||
|
"email": "kevinmartensson@gmail.com",
|
||
|
"name": "kevva"
|
||
|
},
|
||
|
{
|
||
|
"email": "snnskwtnb@gmail.com",
|
||
|
"name": "shinnn"
|
||
|
},
|
||
|
{
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"name": "sindresorhus"
|
||
|
}
|
||
|
],
|
||
|
"name": "optipng-bin",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "ERROR: No README data found!",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/imagemin/optipng-bin.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"postinstall": "node lib/install.js",
|
||
|
"test": "xo && mocha --timeout 50000"
|
||
|
},
|
||
|
"version": "3.1.4"
|
||
|
}
|