90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"_from": "minify@^4.1.1",
|
|
"_id": "minify@4.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-D99KM2lBtJbAAAtKkekL5R1rCFQqhx2dMeFl5etybEdTwGjMYvPsWPDH0CSxTXWSmI2Q7Tx7Gx4rRxik5ahgQA==",
|
|
"_location": "/minify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "minify@^4.1.1",
|
|
"name": "minify",
|
|
"escapedName": "minify",
|
|
"rawSpec": "^4.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/minifyfromhtml"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/minify/-/minify-4.1.1.tgz",
|
|
"_shasum": "06d7a6faf5c171ac3075b79e5afdbe606c0c1fe5",
|
|
"_spec": "minify@^4.1.1",
|
|
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\minifyfromhtml",
|
|
"author": {
|
|
"name": "coderaiser",
|
|
"email": "mnemonic.enemy@gmail.com",
|
|
"url": "https://github.com/coderaiser"
|
|
},
|
|
"bin": {
|
|
"minify": "bin/minify.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/coderaiser/minify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"clean-css": "^4.1.6",
|
|
"css-b64-images": "~0.2.5",
|
|
"debug": "^4.1.0",
|
|
"html-minifier": "^3.0.1",
|
|
"terser": "^3.16.1",
|
|
"try-catch": "^2.0.0",
|
|
"try-to-catch": "^1.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Minifier of js, css, html and img",
|
|
"devDependencies": {
|
|
"coveralls": "^3.0.0",
|
|
"eslint": "^5.7.0",
|
|
"eslint-plugin-node": "^8.0.0",
|
|
"nyc": "^13.1.0",
|
|
"redrun": "^7.0.2",
|
|
"rimraf": "^2.6.1",
|
|
"tape": "^4.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
},
|
|
"homepage": "http://coderaiser.github.io/minify",
|
|
"keywords": [
|
|
"minify",
|
|
"minimize",
|
|
"js",
|
|
"css",
|
|
"img",
|
|
"html",
|
|
"base64"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/minify.js",
|
|
"name": "minify",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/coderaiser/minify.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc npm test",
|
|
"lint": "redrun lint:*",
|
|
"lint:bin": "eslint --rule no-console:0 bin",
|
|
"lint:lib": "eslint lib test",
|
|
"report": "nyc report --reporter=text-lcov | coveralls",
|
|
"test": "tape test/minify.js"
|
|
},
|
|
"version": "4.1.1"
|
|
}
|