1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00
Files
minifyfromhtml/node_modules/css-b64-images/package.json
2019-04-15 10:35:12 +02:00

65 lines
1.6 KiB
JSON

{
"_from": "css-b64-images@~0.2.5",
"_id": "css-b64-images@0.2.5",
"_inBundle": false,
"_integrity": "sha1-QgBdgyBLK0pdk7axpWRBM7WSegI=",
"_location": "/css-b64-images",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "css-b64-images@~0.2.5",
"name": "css-b64-images",
"escapedName": "css-b64-images",
"rawSpec": "~0.2.5",
"saveSpec": null,
"fetchSpec": "~0.2.5"
},
"_requiredBy": [
"/minify"
],
"_resolved": "https://registry.npmjs.org/css-b64-images/-/css-b64-images-0.2.5.tgz",
"_shasum": "42005d83204b2b4a5d93b6b1a5644133b5927a02",
"_spec": "css-b64-images@~0.2.5",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\minify",
"author": {
"name": "Filirom1",
"email": "filirom1@gmail.com"
},
"bin": {
"css-b64-images": "bin/css-b64-images"
},
"bugs": {
"url": "https://github.com/Filirom1/css-base64-images/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Base64 images in your css",
"devDependencies": {
"mocha": "~1.1.0",
"should": "~0.6.3"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/Filirom1/css-base64-images#readme",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "lib/css-b64-images.js",
"name": "css-b64-images",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Filirom1/css-base64-images.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.2.5"
}