first commit
This commit is contained in:
74
build/node_modules/imagemin-upng/package.json
generated
vendored
Normal file
74
build/node_modules/imagemin-upng/package.json
generated
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"_from": "imagemin-upng",
|
||||
"_id": "imagemin-upng@1.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Fs3acKNRxt4XYXB8UUguDWCqHrvLCo6+blgbcTbJQymEX5Gtdj1LrJTa4mfL8OwrjcOb8SLE6+BVQC0mj0qgPA==",
|
||||
"_location": "/imagemin-upng",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "imagemin-upng",
|
||||
"name": "imagemin-upng",
|
||||
"escapedName": "imagemin-upng",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/imagemin-upng/-/imagemin-upng-1.2.2.tgz",
|
||||
"_shasum": "3659bcaa57f8e113616df1c0db361452b90aaf27",
|
||||
"_spec": "imagemin-upng",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"author": {
|
||||
"name": "fisker Cheung",
|
||||
"email": "lionkay@gmail.com",
|
||||
"url": "https://github.com/fisker"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/fisker/imagemin-upng/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"is-png": "^1.0.0",
|
||||
"upng-js": "^2.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "upng imagemin plugin",
|
||||
"devDependencies": {
|
||||
"ava": "0.24.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/fisker/imagemin-upng#readme",
|
||||
"keywords": [
|
||||
"compress",
|
||||
"image",
|
||||
"imageminplugin",
|
||||
"img",
|
||||
"minify",
|
||||
"optimize",
|
||||
"png",
|
||||
"apng",
|
||||
"upng",
|
||||
"upng-js"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "imagemin-upng",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/fisker/imagemin-upng.git"
|
||||
},
|
||||
"scripts": {
|
||||
"release": "npm --registry=https://registry.npmjs.org/ publish",
|
||||
"test": "eslint index.js && ava"
|
||||
},
|
||||
"version": "1.2.2"
|
||||
}
|
||||
Reference in New Issue
Block a user