WIP - add extractor, generate snippet_data
This commit is contained in:
77
node_modules/imagemin-pngquant/package.json
generated
vendored
Normal file
77
node_modules/imagemin-pngquant/package.json
generated
vendored
Normal file
@ -0,0 +1,77 @@
|
||||
{
|
||||
"_from": "imagemin-pngquant@^6.0.0",
|
||||
"_id": "imagemin-pngquant@6.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Stk+fZCLxZznV8MFNA/T3AY/VRKevsiP9uZOLV0RCXoi0vUUFriySYuz/83IGp9D254EW8miGyyQ69zKouFr7w==",
|
||||
"_location": "/imagemin-pngquant",
|
||||
"_phantomChildren": {
|
||||
"cross-spawn": "6.0.5",
|
||||
"get-stream": "3.0.0",
|
||||
"is-stream": "1.1.0",
|
||||
"npm-run-path": "2.0.2",
|
||||
"p-finally": "1.0.0",
|
||||
"signal-exit": "3.0.2",
|
||||
"strip-eof": "1.0.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "imagemin-pngquant@^6.0.0",
|
||||
"name": "imagemin-pngquant",
|
||||
"escapedName": "imagemin-pngquant",
|
||||
"rawSpec": "^6.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^6.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gatsby-plugin-sharp"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-6.0.1.tgz",
|
||||
"_shasum": "07b4c80e327ac60ef5246758029b1e8aecd879b9",
|
||||
"_spec": "imagemin-pngquant@^6.0.0",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-plugin-sharp",
|
||||
"bugs": {
|
||||
"url": "https://github.com/imagemin/imagemin-pngquant/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"execa": "^0.10.0",
|
||||
"is-png": "^1.0.0",
|
||||
"is-stream": "^1.1.0",
|
||||
"pngquant-bin": "^5.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "pngquant imagemin plugin",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"get-stream": "^3.0.0",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/imagemin/imagemin-pngquant#readme",
|
||||
"keywords": [
|
||||
"compress",
|
||||
"image",
|
||||
"imageminplugin",
|
||||
"img",
|
||||
"minify",
|
||||
"optimize",
|
||||
"png",
|
||||
"pngquant"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "imagemin-pngquant",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/imagemin/imagemin-pngquant.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "6.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user