mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
use minify
This commit is contained in:
89
node_modules/minify/package.json
generated
vendored
Normal file
89
node_modules/minify/package.json
generated
vendored
Normal file
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"_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": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/minify/-/minify-4.1.1.tgz",
|
||||
"_shasum": "06d7a6faf5c171ac3075b79e5afdbe606c0c1fe5",
|
||||
"_spec": "minify@^4.1.1",
|
||||
"_where": "F:\\projects\\p\\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"
|
||||
}
|
Reference in New Issue
Block a user