biofriction-wp-theme/node_modules/jpegtran-bin/package.json

101 lines
2.3 KiB
JSON

{
"_args": [
[
"jpegtran-bin@4.0.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "jpegtran-bin@4.0.0",
"_id": "jpegtran-bin@4.0.0",
"_inBundle": false,
"_integrity": "sha512-2cRl1ism+wJUoYAYFt6O/rLBfpXNWG2dUWbgcEkTt5WGMnqI46eEro8T4C5zGROxKRqyKpCBSdHPvt5UYCtxaQ==",
"_location": "/jpegtran-bin",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jpegtran-bin@4.0.0",
"name": "jpegtran-bin",
"escapedName": "jpegtran-bin",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/imagemin-jpegtran"
],
"_resolved": "https://registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bin": {
"jpegtran": "cli.js"
},
"bugs": {
"url": "https://github.com/imagemin/jpegtran-bin/issues"
},
"dependencies": {
"bin-build": "^3.0.0",
"bin-wrapper": "^4.0.0",
"logalot": "^2.0.0"
},
"description": "jpegtran (part of libjpeg-turbo) bin-wrapper that makes it seamlessly available as a local dependency",
"devDependencies": {
"ava": "*",
"bin-check": "^4.0.1",
"compare-size": "^3.0.0",
"execa": "^1.0.0",
"tempy": "^0.2.1",
"xo": "*"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"cli.js",
"lib",
"test"
],
"homepage": "https://github.com/imagemin/jpegtran-bin#readme",
"keywords": [
"imagemin",
"compress",
"image",
"img",
"jpeg",
"jpg",
"minify",
"optimize",
"jpegtran"
],
"license": "MIT",
"maintainers": [
{
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
{
"name": "Shinnosuke Watanabe",
"url": "github.com/shinnn"
}
],
"name": "jpegtran-bin",
"repository": {
"type": "git",
"url": "git+https://github.com/imagemin/jpegtran-bin.git"
},
"scripts": {
"postinstall": "node lib/install.js",
"test": "xo && ava"
},
"version": "4.0.0"
}