@adamlui/minify.js 1.8.5 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +41 -32
- package/dist/cli.min.js +26 -26
- package/dist/minify.min.js +3 -4
- package/docs/LICENSE.md +3 -3
- package/docs/README.md +41 -32
- package/docs/SECURITY.md +3 -5
- package/package.json +21 -10
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<div align="right">
|
|
2
2
|
<h6>
|
|
3
3
|
<picture>
|
|
4
|
-
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://
|
|
5
|
-
<img height=14 src="https://
|
|
4
|
+
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://assets.minify-js.org/images/icons/earth/white/icon32.svg?v=ad67551">
|
|
5
|
+
<img height=14 src="https://assets.minify-js.org/images/icons/earth/black/icon32.svg?v=ad67551">
|
|
6
6
|
</picture>
|
|
7
7
|
English |
|
|
8
8
|
<a href="https://github.minify-js.org/tree/main/node.js/docs/zh-cn/#readme">简体中文</a> |
|
|
@@ -21,19 +21,26 @@
|
|
|
21
21
|
|
|
22
22
|
### Recursively minify all JavaScript files.
|
|
23
23
|
|
|
24
|
-
<a href="https://www.npmjs.com/package/@adamlui/minify.js"
|
|
25
|
-
<
|
|
26
|
-
<a href="
|
|
27
|
-
<
|
|
28
|
-
<a href="https://
|
|
29
|
-
<
|
|
30
|
-
<a href="https://
|
|
24
|
+
<a href="https://www.npmjs.com/package/@adamlui/minify.js">
|
|
25
|
+
<img height=31 src="https://img.shields.io/npm/dm/%40adamlui%2Fminify.js?logo=npm&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
26
|
+
<a href="#%EF%B8%8F-mit-license">
|
|
27
|
+
<img height=31 src="https://img.shields.io/badge/License-MIT-fc4f2d.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
28
|
+
<a href="https://github.com/adamlui/minify.js/releases/tag/node-v1.9.0">
|
|
29
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.9.0-44cc11.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
30
|
+
<a href="https://www.npmjs.com/package/@adamlui/minify.js?activeTab=code">
|
|
31
|
+
<img height=31 src="https://img.shields.io/npm/unpacked-size/%40adamlui%2Fminify.js?style=for-the-badge&logo=ebox&logoColor=white&labelColor=464646&color=blue"></a>
|
|
32
|
+
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_minify.js:node.js/src/minify.js">
|
|
33
|
+
<img height=31 src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dadamlui_minify.js%3Anode.js%2Fsrc%2Fminify.js%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilities&color=gold"></a>
|
|
34
|
+
<a href="https://github.com/toolleeo/cli-apps#programming">
|
|
35
|
+
<img height=31 src="https://img.shields.io/badge/Mentioned_in-Awesome-c4a2bd?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
36
|
+
<a href="https://minify-js.org">
|
|
37
|
+
<img height=31 src="https://img.shields.io/badge/web-minify--js.org-lightgrey?logo=dribbble&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
31
38
|
|
|
32
39
|
<img src="https://cdn.jsdelivr.net/gh/adamlui/minify.js@3d56890/node.js/media/images/screenshots/cli/minify-js-docs-cmd-output.png">
|
|
33
40
|
|
|
34
41
|
<br>
|
|
35
42
|
|
|
36
|
-
<img height=6px width="100%" src="https://
|
|
43
|
+
<img height=6px width="100%" src="https://assets.minify-js.org/images/separators/aqua-gradient.png?v=ad67551">
|
|
37
44
|
|
|
38
45
|
## ⚡ Installation
|
|
39
46
|
|
|
@@ -57,9 +64,9 @@ $ npm install @adamlui/minify.js
|
|
|
57
64
|
|
|
58
65
|
<br>
|
|
59
66
|
|
|
60
|
-
<a href="https://github.com/sponsors/adamlui"><img src="https://
|
|
67
|
+
<a href="https://github.com/sponsors/adamlui"><img src="https://assets.minify-js.org/images/banners/sponsor/$10/banner1660x260.png?v=63bbeed"></a>
|
|
61
68
|
|
|
62
|
-
<img height=6px width="100%" src="https://
|
|
69
|
+
<img height=6px width="100%" src="https://assets.minify-js.org/images/separators/aqua-gradient.png?v=ad67551">
|
|
63
70
|
|
|
64
71
|
## 💻 Command line usage
|
|
65
72
|
|
|
@@ -140,6 +147,7 @@ Boolean options:
|
|
|
140
147
|
-c, --copy Copy minified code to clipboard instead
|
|
141
148
|
of writing to file if single source file
|
|
142
149
|
is processed.
|
|
150
|
+
-C, --clone-folders Preserve folder structure in output directory.
|
|
143
151
|
-q, --quiet Suppress all logging except errors.
|
|
144
152
|
|
|
145
153
|
Parameter options:
|
|
@@ -154,7 +162,7 @@ Info commands:
|
|
|
154
162
|
|
|
155
163
|
<br>
|
|
156
164
|
|
|
157
|
-
<img height=6px width="100%" src="https://
|
|
165
|
+
<img height=6px width="100%" src="https://assets.minify-js.org/images/separators/aqua-gradient.png?v=ad67551">
|
|
158
166
|
|
|
159
167
|
## 🔌 API usage
|
|
160
168
|
|
|
@@ -212,15 +220,16 @@ minifyJS.minify(input, { dotFiles: true });
|
|
|
212
220
|
|
|
213
221
|
Available parameters (and their default settings) are:
|
|
214
222
|
|
|
215
|
-
Name
|
|
216
|
-
|
|
217
|
-
`recursive`
|
|
218
|
-
`verbose`
|
|
219
|
-
`dotFolders`
|
|
220
|
-
`dotFiles`
|
|
221
|
-
`mangle`
|
|
222
|
-
`
|
|
223
|
-
`
|
|
223
|
+
Name | Type | Desciption | Default value
|
|
224
|
+
---------------|---------|--------------------------------------------------------------------------|---------------
|
|
225
|
+
`recursive` | Boolean | Recursively search for nested files if dir path passed. | `true`
|
|
226
|
+
`verbose` | Boolean | Show logging in console/terminal. | `true`
|
|
227
|
+
`dotFolders` | Boolean | Include dotfolders in file search. | `false`
|
|
228
|
+
`dotFiles` | Boolean | Include dotfiles in file search. | `false`
|
|
229
|
+
`mangle` | Boolean | Shorten variable names (typically to one character). | `true`
|
|
230
|
+
`cloneFolders` | Boolean | Preserve folder structure in output directory. | `false`
|
|
231
|
+
`ignoreFiles` | Array | Files (by name) to exclude from minification. | `[]`
|
|
232
|
+
`comment` | String | Header comment to prepend to minified code. Separate by line using '\n'. | `''`
|
|
224
233
|
|
|
225
234
|
#
|
|
226
235
|
|
|
@@ -259,11 +268,11 @@ Name | Type | Desciption
|
|
|
259
268
|
|
|
260
269
|
<br>
|
|
261
270
|
|
|
262
|
-
<img height=6px width="100%" src="https://
|
|
271
|
+
<img height=6px width="100%" src="https://assets.minify-js.org/images/separators/aqua-gradient.png?v=ad67551">
|
|
263
272
|
|
|
264
273
|
## 🏛️ MIT License
|
|
265
274
|
|
|
266
|
-
**Copyright © 2023–
|
|
275
|
+
**Copyright © 2023–2025 [Adam Lui](https://github.com/adamlui) & contributors.**
|
|
267
276
|
|
|
268
277
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
269
278
|
|
|
@@ -273,30 +282,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
273
282
|
|
|
274
283
|
<br>
|
|
275
284
|
|
|
276
|
-
<img height=6px width="100%" src="https://
|
|
285
|
+
<img height=6px width="100%" src="https://assets.minify-js.org/images/separators/aqua-gradient.png?v=ad67551">
|
|
277
286
|
|
|
278
287
|
## 🛠️ Related utilities
|
|
279
288
|
|
|
280
|
-
### [</> minify.js (Gulp)](https://gulp.minify-js.org) <a href="https://github.com/toolleeo/cli-apps#programming"><img height=18 src="https://
|
|
289
|
+
### [</> minify.js (Gulp)](https://gulp.minify-js.org) <a href="https://github.com/toolleeo/cli-apps#programming"><img height=18 src="https://assets.minify-js.org/images/badges/awesome/badge.svg?v=63bbeed"></a>
|
|
281
290
|
|
|
282
291
|
> Gulp plug-in to recursively minify all JavaScript files.
|
|
283
292
|
<br>[Install](https://gulp.minify-js.org/#-installation) /
|
|
284
293
|
[Readme](https://gulp.minify-js.org/#readme) /
|
|
285
|
-
[Discuss](https://github.minify
|
|
294
|
+
[Discuss](https://github.com/adamlui/minify.js/discussions)
|
|
286
295
|
|
|
287
|
-
### [{ } scss-to-css](https://
|
|
296
|
+
### [{ } scss-to-css](https://scsstocss.org) <a href="https://github.com/toolleeo/cli-apps#conversion"><img height=18 src="https://assets.minify-js.org/images/badges/awesome/badge.svg?v=63bbeed"></a>
|
|
288
297
|
|
|
289
298
|
> Recursively compile all SCSS files into minified CSS.
|
|
290
299
|
<br>[Install](https://node.scsstocss.org/#-installation) /
|
|
291
300
|
[Readme](https://node.scsstocss.org/#readme) /
|
|
292
301
|
[CLI usage](https://node.scsstocss.org/#-command-line-usage) /
|
|
293
302
|
[API usage](https://node.scsstocss.org/#-api-usage) /
|
|
294
|
-
[Discuss](https://github.
|
|
303
|
+
[Discuss](https://github.com/adamlui/scss-to-css/discussions)
|
|
295
304
|
|
|
296
305
|
<br>
|
|
297
306
|
|
|
298
|
-
<img height=6px width="100%" src="https://
|
|
307
|
+
<img height=6px width="100%" src="https://assets.minify-js.org/images/separators/aqua-gradient.png?v=ad67551">
|
|
299
308
|
|
|
300
|
-
<picture><source media="(prefers-color-scheme: dark)" srcset="https://
|
|
301
|
-
<a href="https://github.minify
|
|
309
|
+
<picture><source media="(prefers-color-scheme: dark)" srcset="https://assets.minify-js.org/images/icons/home/white/icon32x27.png?v=ad67551"><img height=13 src="https://assets.minify-js.org/images/icons/home/dark-gray/icon32x27.png?v=ad67551"></picture> <a href="https://js-utils.org">**More JavaScript utilities**</a> /
|
|
310
|
+
<a href="https://github.com/adamlui/minify.js/discussions">Discuss</a> /
|
|
302
311
|
<a href="#-minifyjs">Back to top ↑</a>
|
package/dist/cli.min.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/**
|
|
3
|
-
* © 2023–
|
|
3
|
+
* © 2023–2025 Adam Lui & contributors under the MIT license.
|
|
4
4
|
* Source: https://code.minify-js.org/node.js
|
|
5
5
|
* Documentation: https://docs.minify-js.org/node.js
|
|
6
6
|
*/
|
|
7
|
-
let pkgName="@adamlui/minify.js",copyright="© 2024 Adam Lui & contributors under the MIT license.",cmdFormat="minify-js [inputPath] [outputPath] [options]",srcURL="https://code.minify-js.org/node.js",docURL="https://docs.minify-js.org/node.js/#-command-line-usage";(async()=>{let
|
|
8
|
-
${
|
|
9
|
-
${
|
|
10
|
-
${
|
|
11
|
-
${
|
|
12
|
-
${
|
|
13
|
-
${
|
|
14
|
-
${f}${
|
|
15
|
-
» minify-js . output.min.js[0m`),
|
|
16
|
-
${
|
|
17
|
-
${
|
|
18
|
-
${f+(
|
|
19
|
-
${
|
|
20
|
-
${
|
|
21
|
-
`+
|
|
22
|
-
${
|
|
23
|
-
${
|
|
24
|
-
${
|
|
25
|
-
${
|
|
26
|
-
${
|
|
27
|
-
${
|
|
28
|
-
${
|
|
29
|
-
${
|
|
30
|
-
${
|
|
31
|
-
`+
|
|
7
|
+
let pkgName="@adamlui/minify.js",copyright="© 2024–2025 Adam Lui & contributors under the MIT license.",cmdFormat="minify-js [inputPath] [outputPath] [options]",srcURL="https://code.minify-js.org/node.js",docURL="https://docs.minify-js.org/node.js/#-command-line-usage",latestLocaleCommitHash="b84f3d2";(async()=>{let n=require(__dirname.match(/src/)?"./minify":"./minify.min"),a=require("fs"),c=require("path"),s=require("node-clipboardy"),i=require("child_process").execSync,r="[0m",m="[1;91m",d="[1;33m",f="[1;92m",p="[1;97m",g="en";if("win32"==process.platform)try{g=i("(Get-Culture).TwoLetterISOLanguageName",{shell:"powershell",encoding:"utf-8"}).trim()}catch(e){b("Error loading system language: "+e)}else{var h=process.env;g=(h.LANG||h.LANGUAGE||h.LC_ALL||h.LC_MESSAGES||h.LC_NAME||"en").split(".")[0]}let u={};h=new Promise((s,r)=>{let t=`https://cdn.jsdelivr.net/gh/adamlui/minify.js@7d9303ba4d54953b22ec7136a557df2923069fc4/_locales/`,e=`${g?g.replace("-","_"):"en"}/`,l=t+e+"messages.json",a=0;_(l).then(async function o(i){try{let e=await i.json(),o={};for(var n in e)"object"==typeof e[n]&&"message"in e[n]&&(o[n]=e[n].message);s(o)}catch(e){if(3==++a)return s({});_(l=g.includes("-")&&1==a?l.replace(/([^_]*)_[^/]*(\/.*)/,"$1$2"):t+"en/messages.json").then(o).catch(r)}}).catch(r)});try{u=await h}catch(e){b("Error fetching messages: "+e)}let $={},t={flags:{dryRun:/^--?(?:n|dry-?run)$/,includeDotFolders:/^--?(?:dd?|(?:include-?)?dot-?(?:folder|dir(?:ector(?:y|ie))?)s?=?(?:true|1)?)$/,includeDotFiles:/^--?(?:df|D|(?:include-?)?dot-?files?=?(?:true|1)?)$/,noRecursion:/^--?(?:R|(?:disable|no)-?recursi(?:on|ve)|recursi(?:on|ve)=(?:false|0))$/,noMangle:/^--?(?:M|(?:disable|no)-?mangle|mangle=(?:false|0))$/,noFilenameChange:/^--?(?:X|(?:disable|no)-?(?:file)?name-?change|(?:file)?name-?change=(?:false|0))$/,cloneFolders:/^--?(?:C|clone-?folders?=?(?:true|1)?)$/,copy:/^--?c(?:opy)?$/,quietMode:/^--?q(?:uiet)?(?:-?mode)?$/},paramOptions:{ignoreFiles:/^--?(?:ignore|skip|exclude)(?:d?-?files?)?(?:=.*|$)/,comment:/^--?comments?(?:=.*|$)/},infoCmds:{help:/^--?h(?:elp)?$/,version:/^--?ve?r?s?i?o?n?$/}};if(process.argv.forEach(o=>{var e,i,n;o.startsWith("-")&&(n=Object.keys(t.flags).find(e=>t.flags[e].test(o)),e=Object.keys(t.paramOptions).find(e=>t.paramOptions[e].test(o)),i=Object.keys(t.infoCmds).find(e=>t.infoCmds[e].test(o)),n?$[n]=!0:e?(/=.+/.test(o)||(console.error(`
|
|
8
|
+
${m+(u.prefix_error||"ERROR")}: `+`Arg [--${o.replace(/-/g,"")}] `+`${u.error_noEqual||"requires '=' followed by a value"}.${r}`),j(),process.exit(1)),n=o.split("=")[1],$[e]=parseInt(n)||n):i||(console.error(`
|
|
9
|
+
${m+(u.prefix_error||"ERROR")}: `+`Arg [${o}] ${u.error_notRecognized||"not recognized"}.[0m`),console.info(`
|
|
10
|
+
${d+(u.info_validArgs||"Valid arguments are below")}.[0m`),v(["flags","paramOptions","infoCmds"]),process.exit(1)))}),process.argv.some(e=>t.infoCmds.help.test(e)))v();else if(process.argv.some(e=>t.infoCmds.version.test(e))){h=i(`npm view ${pkgName} version`).toString().trim()||"none";let e,o=process.cwd();for(;"/"!=o;){var l=c.join(o,"package.json");if(a.existsSync(l)){l=require(l);e=(l.dependencies?.[pkgName]||l.devDependencies?.[pkgName])?.match(/^\d+\.\d+\.\d+$/)?.[0]||"none";break}o=c.dirname(o)}console.info(`
|
|
11
|
+
${u.prefix_globalVer||"Global version"}: `+h),console.info(`${u.prefix_localVer||"Local version"}: `+e)}else{let[t="",l=""]=process.argv.slice(2).filter(e=>!e.startsWith("-")).map(e=>e.replace(/^\/*/,"")),o=c.resolve(process.cwd(),t);t&&!a.existsSync(o)&&(h=o+".js",a.existsSync(h)?o=h:(console.error(`
|
|
12
|
+
${m+(u.prefix_error||"ERROR")}: `+`${u.error_firstArgNotExist||"First argument can only be an existing file or directory"}.`+`
|
|
13
|
+
${o} ${u.error_doesNotExist||"does not exist"}.[0m`),console.info(`
|
|
14
|
+
${f}${u.info_exampleValidCmd||"Example valid command"}: `+`
|
|
15
|
+
» minify-js . output.min.js[0m`),j(),process.exit(1)));var y,h=o.endsWith(".js")&&!a.statSync(o).isDirectory()?[o]:n.findJS(o,{recursive:!$.noRecursion,verbose:!$.quietMode,ignoreFiles:($.ignoreFiles?.split(",")??[]).map(e=>e.trim())});if($.dryRun)h.length?(console.info(`
|
|
16
|
+
${d+(u.info_filesToBeMinned||"JS files to be minified")}:[0m`),h.forEach(e=>console.info(e))):console.info(`
|
|
17
|
+
${d+(u.info_noFilesWillBeMinned||"No JS files will be minified")}.[0m`);else{let i=[],e=[];$.cloneFolders&&a.statSync(o).isDirectory()?(y=n.minify(o,{verbose:!$.quietMode,mangle:!$.noMangle,comment:$.comment?.replace(/\\n/g,"\n"),cloneFolders:!0,recursive:!$.noRecursion,dotFolders:!!$.includeDotFolders,dotFiles:!!$.includeDotFiles,ignoreFiles:$.ignoreFiles?$.ignoreFiles.split(",").map(e=>e.trim()):[]}),Array.isArray(y)?e=y:y&&y.error?i.push(o):y&&(e=[y])):e=h.map(e=>{var o=n.minify(e,{verbose:!$.quietMode,mangle:!$.noMangle,comment:$.comment?.replace(/\\n/g,"\n")});return o.error&&i.push(e),o}).filter(e=>!e.error),e?.length?(b(`
|
|
18
|
+
${f+(u.info_minComplete||"Minification complete")}![0m`),b(p+e.length+" "+(u.info_file||"file")+`${1<e.length?"s":""} ${u.info_minified||"minified"}.${r}`)):b(`
|
|
19
|
+
${d+(u.info_noFilesProcessed||"No unminified JavaScript files processed")}.[0m`),i.length&&(b(`
|
|
20
|
+
${m+i.length} `+(u.info_file||"file")+`${1<i.length?"s":""} ${u.info_failedToMinify||"failed to minify"}:${r}`),i.forEach(e=>b(e))),0!=e?.length&&($.copy&&1==e?.length?(console.log(`
|
|
21
|
+
`+p+e[0].code+r),b(`
|
|
22
|
+
${u.info_copying||"Copying to clipboard"}...`),s.writeSync(e[0].code)):(b(`
|
|
23
|
+
${u.info_writing||"Writing to file"}${1<e?.length?"s":""}...`),e?.forEach(({code:e,srcPath:i,relPath:n})=>{let s,r;if($.cloneFolders&&n&&l){let e=c.resolve(process.cwd(),l),o=c.dirname(n);s="."!=o?c.join(e,o):e,r=c.basename(i,".js")+`${$.noFilenameChange?"":".min"}.js`}else s=c.join(c.dirname(i),(/so?u?rce?$/.test(c.dirname(i))?"../":"")+(l.endsWith(".js")?c.dirname(l):l||"min")),r=(l.endsWith(".js")&&t.endsWith(".js")?c.basename(l).replace(/(\.min)?\.js$/,""):c.basename(i,".js"))+`${$.noFilenameChange?"":".min"}.js`;let o=c.join(s,r);a.existsSync(s)||a.mkdirSync(s,{recursive:!0}),a.writeFileSync(o,e,"utf8"),b(` ${f}✓[0m `+c.relative(process.cwd(),o))})))}}function _(n){return new Promise((i,e)=>{var o=n.match(/^([^:]+):\/\//)[1];/^https?$/.test(o)||e(new Error(`${u.error_invalidURL||"Invalid URL"}.`)),require(o).get(n,e=>{let o="";e.on("data",e=>o+=e),e.on("end",()=>i({json:()=>JSON.parse(o)}))}).on("error",e)})}function v(e=["header","usage","pathArgs","flags","paramOptions","infoCmds"]){var o=`[106m[30m ${pkgName.replace(/^@[^/]+\//,"")} [0m `;let i={header:["\n├ "+o+(u.appCopyright||copyright),o+(u.prefix_source||"Source")+": "+srcURL],usage:[`
|
|
24
|
+
${p}o ${u.helpSection_usage||"Usage"}:[0m`,` ${p}» `+f+cmdFormat+r],pathArgs:[`
|
|
25
|
+
${p}o ${u.helpSection_pathArgs||"Path arguments"}:[0m`," [inputPath] "+`${u.inputPathDesc_main||"Path to JS file or directory containing JS files to be minified"}, `+`${u.inputPathDesc_extra||"relative to the current working directory"}.`," [outputPath] "+`${u.outputPathDesc_main||"Path to file or directory where minified files will be stored"}, `+`${u.outputPathDesc_extra||"relative to original file location (if not provided, min/ is used)"}.`],flags:[`
|
|
26
|
+
${p}o ${u.helpSection_flags||"Boolean options"}:[0m`," -n, --dry-run "+`${u.optionDesc_dryRun||"Don't actually minify the file(s), just show if they will be processed"}.`,` -d, --include-dotfolders ${u.optionDesc_dotfolders||"Include dotfolders in file search"}.`,` -D, --include-dotfiles ${u.optionDesc_dotfiles||"Include dotfiles in file search"}.`,` -R, --no-recursion ${u.optionDesc_noRecursion||"Disable recursive file searching"}.`,` -M, --no-mangle ${u.optionDesc_noMangle||"Disable mangling names"}.`," -X, --no-filename-change "+(u.optionDesc_noFilenameChange||"Disable changing file extension to .min.js"),` -c, --copy ${u.optionDesc_copy||"Copy minified code to clipboard instead of writing to file if single source file is processed"}.`,` -C, --clone-folders ${u.optionDesc_cloneFolders||"Preserve folder structure in output directory"}.`,` -q, --quiet ${u.optionDesc_quiet||"Suppress all logging except errors"}.`],paramOptions:[`
|
|
27
|
+
${p}o ${u.helpSection_paramOptions||"Parameter options"}:[0m`,`--ignore-files="file1.js,file2.js" ${u.optionDesc_ignoreFiles||"Files to exclude from minification"}.`,`--comment="comment" ${u.optionDesc_commentMain||"Prepend header comment to minified code"}.`+` ${u.optionDesc_commentExtra||"Separate by line using '\\n'"}.`],infoCmds:[`
|
|
28
|
+
${p}o ${u.helpSection_infoCmds||"Info commands"}:[0m`," -h, --help "+(u.optionDesc_help||"Display help screen."),` -v, --version ${u.optionDesc_version||"Show version number"}.`]};e.forEach(t=>i[t]?.forEach(o=>{{var r=/header|usage/.test(t)?1:37;let i=process.stdout.columns||80,n=[],e=o.match(/\S+|\s+/g),s="";e.forEach(e=>{var o=i-(n.length?r:0);s.length+"| ".length+e.length>o&&(n.push(n.length?s.trimStart():s),s=""),s+=e}),n.push(n.length?s.trimStart():s),n.forEach((e,o)=>console.info("| "+(0==o?e:" ".repeat(r)+e)))}})),console.info(`
|
|
29
|
+
${u.info_moreHelp||"For more help"}, ${u.info_visit||"visit"}: `+p+docURL+r)}function j(){console.info(`
|
|
30
|
+
${u.info_moreHelp||"For more help"}, ${u.info_type||"type"} minify-js --help' ${u.info_or||"or"} ${u.info_visit||"visit"}
|
|
31
|
+
`+p+docURL+r)}function b(e){$.quietMode||console.info(e)}})();
|
package/dist/minify.min.js
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
let fs=require("fs"),path=require("path"),uglifyJS=require("uglify-js");function findJS(r,n={}){var e="https://docs.minify-js.org/node.js/#findjssearchdir-options",i={recursive:!0,verbose:!0,dotFolders:!1,dotFiles:!1,ignoreFiles:[]};if("string"!=typeof r)console.error("findJS() » ERROR: 1st arg <searchDir> must be a string."),console.info("findJS() » For more help, please visit "+e);else{var o=path.resolve(process.cwd(),r);if(fs.existsSync(o)){if(validateOptions(n,i,e,"findJS('assets/js', { verbose: false, dotFoldes: true })")){n={...i,...n};let e=fs.readdirSync(r),o=[];return n.verbose&&!n.isRecursing&&console.info("findJS() » Searching for unminified JS files..."),e.forEach(e=>{var i=path.resolve(r,e);fs.statSync(i).isDirectory()&&"node_modules"!=e&&n.recursive&&(n.dotFolders||!e.startsWith("."))?o.push(...findJS(i,{...n,isRecursing:!0})):!/\.js(?<!\.min\.js)$/.test(e)||!n.dotFiles&&e.startsWith(".")||n.ignoreFiles.includes(e)?n.verbose&&n.ignoreFiles.includes(e)&&console.info(`findJS() » ** ${e} ignored due to [options.ignoreFiles]`):o.push(i)}),n.verbose&&!n.isRecursing&&(console.info("findJS() » Search complete! "+(0==o.length?"No":o.length)+` file${1==o.length?"":"s"} found.`),"minify"!=findJS.caller?.name)&&"undefined"!=typeof window&&console.info("findJS() » Check returned array."),n.isRecursing||o.length?o:[]}}else console.error("findJS() » ERROR: 1st arg <searchDir> must be an existing directory."),console.error(`findJS() » ${o} does not exist.`),console.info("findJS() » For more help, please visit "+e)}}function minify(n,s={}){var e="https://docs.minify-js.org/node.js/#minifyinput-options",i={recursive:!0,verbose:!0,dotFolders:!1,dotFiles:!1,mangle:!0,cloneFolders:!1,ignoreFiles:[],comment:""};if("string"!=typeof n)console.error("minify() » ERROR: 1st arg <input> must be a string."),console.info("minify() » For more help, please visit "+e);else if(validateOptions(s,i,e,"minify('assets/js', { recursive: false, mangle: false })")){let r={mangle:!!(s={...i,...s}).mangle&&{toplevel:!1}};return fs.existsSync(n)?n.endsWith(".js")?(s.verbose&&console.info(`minify() » ** Minifying ${n}...`),e=uglifyJS.minify(fs.readFileSync(n,"utf8"),r),s.comment&&(e.code=t(e.code,s.comment)),e.error?console.error("minify() » ERROR: "+e.error.message):s.verbose&&"undefined"!=typeof window&&console.info("minify() » Minification complete! Check returned object."),{code:e.code,srcPath:path.resolve(process.cwd(),n),error:e.error}):(i=findJS(n,{recursive:s.recursive,verbose:s.verbose,dotFolders:s.dotFolders,dotFiles:s.dotFiles,ignoreFiles:s.ignoreFiles})?.map(e=>{s.verbose&&console.info(`minify() » ** Minifying ${e}...`);var i=fs.readFileSync(e,"utf8"),i=uglifyJS.minify(i,r);let o;return s.comment&&(i.code=t(i.code,s.comment)),i.error&&console.error("minify() » ERROR: "+i.error.message),s.cloneFolders&&(o=path.relative(path.resolve(process.cwd(),n),e)),{code:i.code,srcPath:e,relPath:o,error:i.error}}).filter(e=>!e.error),s.verbose&&(i.length&&"undefined"!=typeof window?console.info("minify() » Minification complete! Check returned object."):console.info("minify() » No unminified JavaScript files processed.")),i):(s.verbose&&!process.argv.some(e=>e.includes("gulp"))&&console.info("minify() » ** Minifying passed source code..."),e=uglifyJS.minify(n,r),s.comment&&(e.code=t(e.code,s.comment)),e.error?console.error("minify() » ERROR: "+e.error.message):s.verbose&&!process.argv.some(e=>e.includes("gulp"))&&console.info("minify() » Minification complete! Check returned object."),{code:e.code,srcPath:void 0,error:e.error});function t(e,i){var i=i.split("\n").map(e=>" * "+e).join("\n"),o=e.indexOf("#!");return 0<=o?(o=e.indexOf("\n",o)+1,e.slice(0,o)+`/**
|
|
2
2
|
/**
|
|
3
|
-
* © 2023–
|
|
3
|
+
* © 2023–2025 Adam Lui & contributors under the MIT license.
|
|
4
4
|
* Source: https://code.minify-js.org/node.js
|
|
5
5
|
* Documentation: https://docs.minify-js.org/node.js
|
|
6
6
|
*/
|
|
7
|
-
let fs=require("fs"),path=require("path"),uglifyJS=require("uglify-js");function findJS(r,n={}){var e="https://docs.minify-js.org/node.js/#findjssearchdir-options",i={recursive:!0,verbose:!0,dotFolders:!1,dotFiles:!1,ignoreFiles:[]};if("string"!=typeof r)console.error("findJS() » ERROR: 1st arg <searchDir> must be a string."),console.info("findJS() » For more help, please visit "+e);else{var o=path.resolve(process.cwd(),r);if(fs.existsSync(o)){if(validateOptions(n,i,e,"findJS('assets/js', { verbose: false, dotFoldes: true })")){n={...i,...n};let e=fs.readdirSync(r),o=[];return n.verbose&&!n.isRecursing&&console.info("findJS() » Searching for unminified JS files..."),e.forEach(e=>{var i=path.resolve(r,e);fs.statSync(i).isDirectory()&&"node_modules"!=e&&n.recursive&&(n.dotFolders||!e.startsWith("."))?o.push(...findJS(i,{...n,isRecursing:!0})):!/\.js(?<!\.min\.js)$/.test(e)||!n.dotFiles&&e.startsWith(".")||n.ignoreFiles.includes(e)?n.verbose&&n.ignoreFiles.includes(e)&&console.info(`findJS() » ** ${e} ignored due to [options.ignoreFiles]`):o.push(i)}),n.verbose&&!n.isRecursing&&(console.info("findJS() » Search complete! "+(0==o.length?"No":o.length)+` file${1==o.length?"":"s"} found.`),"minify"!=findJS.caller.name)&&"undefined"!=typeof window&&console.info("findJS() » Check returned array."),n.isRecursing||0<o.length?o:[]}}else console.error("findJS() » ERROR: 1st arg <searchDir> must be an existing directory."),console.error(`findJS() » ${o} does not exist.`),console.info("findJS() » For more help, please visit "+e)}}function minify(e,r={}){var i="https://docs.minify-js.org/node.js/#minifyinput-options",n={recursive:!0,verbose:!0,dotFolders:!1,dotFiles:!1,mangle:!0,ignoreFiles:[],comment:""};if("string"!=typeof e)console.error("minify() » ERROR: 1st arg <input> must be a string."),console.info("minify() » For more help, please visit "+i);else if(validateOptions(r,n,i,"minify('assets/js', { recursive: false, mangle: false })")){let o={mangle:!!(r={...n,...r}).mangle&&{toplevel:!1}};return fs.existsSync(e)?e.endsWith(".js")?(r.verbose&&console.info(`minify() » ** Minifying ${e}...`),i=uglifyJS.minify(fs.readFileSync(e,"utf8"),o),r.comment&&(i.code=s(i.code,r.comment)),i.error?console.error("minify() » ERROR: "+i.error.message):r.verbose&&"undefined"!=typeof window&&console.info("minify() » Minification complete! Check returned object."),{code:i.code,srcPath:path.resolve(process.cwd(),e),error:i.error}):(n=findJS(e,{recursive:r.recursive,verbose:r.verbose,dotFolders:r.dotFolders,dotFiles:r.dotFiles,ignoreFiles:r.ignoreFiles})?.map(e=>{r.verbose&&console.info(`minify() » ** Minifying ${e}...`);var i=fs.readFileSync(e,"utf8"),i=uglifyJS.minify(i,o);return r.comment&&(i.code=s(i.code,r.comment)),i.error&&console.error("minify() » ERROR: "+i.error.message),{code:i.code,srcPath:e,error:i.error}}).filter(e=>!e.error),r.verbose&&(0<n.length&&"undefined"!=typeof window?console.info("minify() » Minification complete! Check returned object."):console.info("minify() » No unminified JavaScript files processed.")),n):(r.verbose&&!process.argv.some(e=>e.includes("gulp"))&&console.info("minify() » ** Minifying passed source code..."),i=uglifyJS.minify(e,o),r.comment&&(i.code=s(i.code,r.comment)),i.error?console.error("minify() » ERROR: "+i.error.message):r.verbose&&!process.argv.some(e=>e.includes("gulp"))&&console.info("minify() » Minification complete! Check returned object."),{code:i.code,srcPath:void 0,error:i.error});function s(e,i){var i=i.split("\n").map(e=>" * "+e).join("\n"),o=e.indexOf("#!");return 0<=o?(o=e.indexOf("\n",o)+1,e.slice(0,o)+`/**
|
|
8
7
|
${i}
|
|
9
8
|
*/
|
|
10
9
|
`+e.slice(o)):`/**
|
|
11
10
|
${i}
|
|
12
11
|
*/
|
|
13
|
-
`+e}}}function validateOptions(e,i,o,r){let n=JSON.stringify(i,
|
|
12
|
+
`+e}}}function validateOptions(e,i,o,r){let n=JSON.stringify(i,void 0,2).replace(/"([^"]+)":/g,"$1:").replace(/"/g,"'").replace(/\n\s*/g," "),s=Object.keys(i).join(", "),t=Object.keys(i).filter(e=>"boolean"==typeof i[e]),l=Object.keys(i).filter(e=>Number.isInteger(i[e])),c=Object.keys(i).filter(e=>Array.isArray(i[e])),f=`${validateOptions.caller?.name||"validateOptions"}() » `;var d,a=r.split(",").findIndex(e=>e.trim().startsWith("{"))+1,m=(a+=["st","nd","rd"][a-1]||"th",()=>{console.info(f+`Valid options: [ ${s} ]`),console.info(f+"If omitted, default settings are: "+n)}),p=()=>{console.info(f+"For more help, please visit "+o)};if("object"!=typeof e)return console.error(f+`ERROR: ${"0th"==a?"[O":a+" arg [o"}ptions] can only be an object of key/values.`),console.info(f+"Example valid call: "+r),m(),p(),!1;for(d in e){if("isRecursing"!=d&&!Object.prototype.hasOwnProperty.call(i,d))return console.error(f+`ERROR: \`${d}\` is an invalid option.`),m(),p(),!1;if(t.includes(d)&&"boolean"!=typeof e[d])return console.error(f+`ERROR: [${d}] option can only be \`true\` or \`false\`.`),p(),!1;if(l.includes(d)){if(e[d]=parseInt(e[d],10),isNaN(e[d])||e[d]<1)return console.error(f+`ERROR: [${d}] option can only be an integer > 0.`),p(),!1}else if(c.includes(d))if("string"!=typeof e[d]||e[d].includes(",")){if(!Array.isArray(e[d]))return console.error(f+`ERROR: [${d}] option can only be an array.`),p(),!1}else e[d]=[e[d]]}return!0}let mjsAliases={minify:["build","Build","compile","Compile","compress","Compress","Minify"],findJS:["find","Find","findjs","findJs","Findjs","FindJs","FindJS","search","Search"]};module.exports={minify:minify,findJS:findJS};for(let i in mjsAliases)mjsAliases[i].forEach(e=>module.exports[e]=module.exports[i]);
|
package/docs/LICENSE.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<div align="right">
|
|
2
2
|
<h6>
|
|
3
3
|
<picture>
|
|
4
|
-
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://
|
|
5
|
-
<img height=14 src="https://
|
|
4
|
+
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://assets.minify-js.org/images/icons/earth/white/icon32.svg?v=ad67551">
|
|
5
|
+
<img height=14 src="https://assets.minify-js.org/images/icons/earth/black/icon32.svg?v=ad67551">
|
|
6
6
|
</picture>
|
|
7
7
|
English |
|
|
8
8
|
<a href="zh-cn/LICENSE.md">简体中文</a> |
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
# 🏛️ MIT License
|
|
21
21
|
|
|
22
|
-
**Copyright © 2023–
|
|
22
|
+
**Copyright © 2023–2025 [Adam Lui](https://github.com/adamlui) & contributors.**
|
|
23
23
|
|
|
24
24
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
25
25
|
|
package/docs/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<div align="right">
|
|
2
2
|
<h6>
|
|
3
3
|
<picture>
|
|
4
|
-
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://
|
|
5
|
-
<img height=14 src="https://
|
|
4
|
+
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://assets.minify-js.org/images/icons/earth/white/icon32.svg?v=ad67551">
|
|
5
|
+
<img height=14 src="https://assets.minify-js.org/images/icons/earth/black/icon32.svg?v=ad67551">
|
|
6
6
|
</picture>
|
|
7
7
|
English |
|
|
8
8
|
<a href="https://github.minify-js.org/tree/main/node.js/docs/zh-cn/#readme">简体中文</a> |
|
|
@@ -21,19 +21,26 @@
|
|
|
21
21
|
|
|
22
22
|
### Recursively minify all JavaScript files.
|
|
23
23
|
|
|
24
|
-
<a href="https://www.npmjs.com/package/@adamlui/minify.js"
|
|
25
|
-
<
|
|
26
|
-
<a href="
|
|
27
|
-
<
|
|
28
|
-
<a href="https://
|
|
29
|
-
<
|
|
30
|
-
<a href="https://
|
|
24
|
+
<a href="https://www.npmjs.com/package/@adamlui/minify.js">
|
|
25
|
+
<img height=31 src="https://img.shields.io/npm/dm/%40adamlui%2Fminify.js?logo=npm&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
26
|
+
<a href="#%EF%B8%8F-mit-license">
|
|
27
|
+
<img height=31 src="https://img.shields.io/badge/License-MIT-fc4f2d.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
28
|
+
<a href="https://github.com/adamlui/minify.js/releases/tag/node-v1.9.0">
|
|
29
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.9.0-44cc11.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
30
|
+
<a href="https://www.npmjs.com/package/@adamlui/minify.js?activeTab=code">
|
|
31
|
+
<img height=31 src="https://img.shields.io/npm/unpacked-size/%40adamlui%2Fminify.js?style=for-the-badge&logo=ebox&logoColor=white&labelColor=464646&color=blue"></a>
|
|
32
|
+
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_minify.js:node.js/src/minify.js">
|
|
33
|
+
<img height=31 src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dadamlui_minify.js%3Anode.js%2Fsrc%2Fminify.js%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilities&color=gold"></a>
|
|
34
|
+
<a href="https://github.com/toolleeo/cli-apps#programming">
|
|
35
|
+
<img height=31 src="https://img.shields.io/badge/Mentioned_in-Awesome-c4a2bd?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
36
|
+
<a href="https://minify-js.org">
|
|
37
|
+
<img height=31 src="https://img.shields.io/badge/web-minify--js.org-lightgrey?logo=dribbble&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
31
38
|
|
|
32
39
|
<img src="https://cdn.jsdelivr.net/gh/adamlui/minify.js@3d56890/node.js/media/images/screenshots/cli/minify-js-docs-cmd-output.png">
|
|
33
40
|
|
|
34
41
|
<br>
|
|
35
42
|
|
|
36
|
-
<img height=6px width="100%" src="https://
|
|
43
|
+
<img height=6px width="100%" src="https://assets.minify-js.org/images/separators/aqua-gradient.png?v=ad67551">
|
|
37
44
|
|
|
38
45
|
## ⚡ Installation
|
|
39
46
|
|
|
@@ -57,9 +64,9 @@ $ npm install @adamlui/minify.js
|
|
|
57
64
|
|
|
58
65
|
<br>
|
|
59
66
|
|
|
60
|
-
<a href="https://github.com/sponsors/adamlui"><img src="https://
|
|
67
|
+
<a href="https://github.com/sponsors/adamlui"><img src="https://assets.minify-js.org/images/banners/sponsor/$10/banner1660x260.png?v=63bbeed"></a>
|
|
61
68
|
|
|
62
|
-
<img height=6px width="100%" src="https://
|
|
69
|
+
<img height=6px width="100%" src="https://assets.minify-js.org/images/separators/aqua-gradient.png?v=ad67551">
|
|
63
70
|
|
|
64
71
|
## 💻 Command line usage
|
|
65
72
|
|
|
@@ -140,6 +147,7 @@ Boolean options:
|
|
|
140
147
|
-c, --copy Copy minified code to clipboard instead
|
|
141
148
|
of writing to file if single source file
|
|
142
149
|
is processed.
|
|
150
|
+
-C, --clone-folders Preserve folder structure in output directory.
|
|
143
151
|
-q, --quiet Suppress all logging except errors.
|
|
144
152
|
|
|
145
153
|
Parameter options:
|
|
@@ -154,7 +162,7 @@ Info commands:
|
|
|
154
162
|
|
|
155
163
|
<br>
|
|
156
164
|
|
|
157
|
-
<img height=6px width="100%" src="https://
|
|
165
|
+
<img height=6px width="100%" src="https://assets.minify-js.org/images/separators/aqua-gradient.png?v=ad67551">
|
|
158
166
|
|
|
159
167
|
## 🔌 API usage
|
|
160
168
|
|
|
@@ -212,15 +220,16 @@ minifyJS.minify(input, { dotFiles: true });
|
|
|
212
220
|
|
|
213
221
|
Available parameters (and their default settings) are:
|
|
214
222
|
|
|
215
|
-
Name
|
|
216
|
-
|
|
217
|
-
`recursive`
|
|
218
|
-
`verbose`
|
|
219
|
-
`dotFolders`
|
|
220
|
-
`dotFiles`
|
|
221
|
-
`mangle`
|
|
222
|
-
`
|
|
223
|
-
`
|
|
223
|
+
Name | Type | Desciption | Default value
|
|
224
|
+
---------------|---------|--------------------------------------------------------------------------|---------------
|
|
225
|
+
`recursive` | Boolean | Recursively search for nested files if dir path passed. | `true`
|
|
226
|
+
`verbose` | Boolean | Show logging in console/terminal. | `true`
|
|
227
|
+
`dotFolders` | Boolean | Include dotfolders in file search. | `false`
|
|
228
|
+
`dotFiles` | Boolean | Include dotfiles in file search. | `false`
|
|
229
|
+
`mangle` | Boolean | Shorten variable names (typically to one character). | `true`
|
|
230
|
+
`cloneFolders` | Boolean | Preserve folder structure in output directory. | `false`
|
|
231
|
+
`ignoreFiles` | Array | Files (by name) to exclude from minification. | `[]`
|
|
232
|
+
`comment` | String | Header comment to prepend to minified code. Separate by line using '\n'. | `''`
|
|
224
233
|
|
|
225
234
|
#
|
|
226
235
|
|
|
@@ -259,11 +268,11 @@ Name | Type | Desciption
|
|
|
259
268
|
|
|
260
269
|
<br>
|
|
261
270
|
|
|
262
|
-
<img height=6px width="100%" src="https://
|
|
271
|
+
<img height=6px width="100%" src="https://assets.minify-js.org/images/separators/aqua-gradient.png?v=ad67551">
|
|
263
272
|
|
|
264
273
|
## 🏛️ MIT License
|
|
265
274
|
|
|
266
|
-
**Copyright © 2023–
|
|
275
|
+
**Copyright © 2023–2025 [Adam Lui](https://github.com/adamlui) & contributors.**
|
|
267
276
|
|
|
268
277
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
269
278
|
|
|
@@ -273,30 +282,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
273
282
|
|
|
274
283
|
<br>
|
|
275
284
|
|
|
276
|
-
<img height=6px width="100%" src="https://
|
|
285
|
+
<img height=6px width="100%" src="https://assets.minify-js.org/images/separators/aqua-gradient.png?v=ad67551">
|
|
277
286
|
|
|
278
287
|
## 🛠️ Related utilities
|
|
279
288
|
|
|
280
|
-
### [</> minify.js (Gulp)](https://gulp.minify-js.org) <a href="https://github.com/toolleeo/cli-apps#programming"><img height=18 src="https://
|
|
289
|
+
### [</> minify.js (Gulp)](https://gulp.minify-js.org) <a href="https://github.com/toolleeo/cli-apps#programming"><img height=18 src="https://assets.minify-js.org/images/badges/awesome/badge.svg?v=63bbeed"></a>
|
|
281
290
|
|
|
282
291
|
> Gulp plug-in to recursively minify all JavaScript files.
|
|
283
292
|
<br>[Install](https://gulp.minify-js.org/#-installation) /
|
|
284
293
|
[Readme](https://gulp.minify-js.org/#readme) /
|
|
285
|
-
[Discuss](https://github.minify
|
|
294
|
+
[Discuss](https://github.com/adamlui/minify.js/discussions)
|
|
286
295
|
|
|
287
|
-
### [{ } scss-to-css](https://
|
|
296
|
+
### [{ } scss-to-css](https://scsstocss.org) <a href="https://github.com/toolleeo/cli-apps#conversion"><img height=18 src="https://assets.minify-js.org/images/badges/awesome/badge.svg?v=63bbeed"></a>
|
|
288
297
|
|
|
289
298
|
> Recursively compile all SCSS files into minified CSS.
|
|
290
299
|
<br>[Install](https://node.scsstocss.org/#-installation) /
|
|
291
300
|
[Readme](https://node.scsstocss.org/#readme) /
|
|
292
301
|
[CLI usage](https://node.scsstocss.org/#-command-line-usage) /
|
|
293
302
|
[API usage](https://node.scsstocss.org/#-api-usage) /
|
|
294
|
-
[Discuss](https://github.
|
|
303
|
+
[Discuss](https://github.com/adamlui/scss-to-css/discussions)
|
|
295
304
|
|
|
296
305
|
<br>
|
|
297
306
|
|
|
298
|
-
<img height=6px width="100%" src="https://
|
|
307
|
+
<img height=6px width="100%" src="https://assets.minify-js.org/images/separators/aqua-gradient.png?v=ad67551">
|
|
299
308
|
|
|
300
|
-
<picture><source media="(prefers-color-scheme: dark)" srcset="https://
|
|
301
|
-
<a href="https://github.minify
|
|
309
|
+
<picture><source media="(prefers-color-scheme: dark)" srcset="https://assets.minify-js.org/images/icons/home/white/icon32x27.png?v=ad67551"><img height=13 src="https://assets.minify-js.org/images/icons/home/dark-gray/icon32x27.png?v=ad67551"></picture> <a href="https://js-utils.org">**More JavaScript utilities**</a> /
|
|
310
|
+
<a href="https://github.com/adamlui/minify.js/discussions">Discuss</a> /
|
|
302
311
|
<a href="#-minifyjs">Back to top ↑</a>
|
package/docs/SECURITY.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<div align="right">
|
|
2
2
|
<h6>
|
|
3
3
|
<picture>
|
|
4
|
-
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://
|
|
5
|
-
<img height=14 src="https://
|
|
4
|
+
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://assets.minify-js.org/images/icons/earth/white/icon32.svg?v=ad67551">
|
|
5
|
+
<img height=14 src="https://assets.minify-js.org/images/icons/earth/black/icon32.svg?v=ad67551">
|
|
6
6
|
</picture>
|
|
7
7
|
English |
|
|
8
8
|
<a href="zh-cn/SECURITY.md">简体中文</a> |
|
|
@@ -19,6 +19,4 @@
|
|
|
19
19
|
|
|
20
20
|
# 🛡️ Security Policy
|
|
21
21
|
|
|
22
|
-
If you find a vulnerability, please
|
|
23
|
-
|
|
24
|
-
Pull requests are also welcome, but for safety reasons, send an email to <adam@kudoai.com> and wait for a response before making it public.
|
|
22
|
+
If you find a vulnerability, please follow the reporting instructions @ https://tidelift.com/security
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adamlui/minify.js",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "Recursively minify all JavaScript files",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Adam Lui",
|
|
@@ -9,6 +9,24 @@
|
|
|
9
9
|
},
|
|
10
10
|
"homepage": "https://minify-js.org",
|
|
11
11
|
"license": "MIT",
|
|
12
|
+
"funding": [
|
|
13
|
+
{
|
|
14
|
+
"type": "cashapp",
|
|
15
|
+
"url": "https://cash.app/$AdamLui"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"type": "github",
|
|
19
|
+
"url": "http://github.com/sponsors/adamlui"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"type": "ko-fi",
|
|
23
|
+
"url": "https://ko-fi.com/adamlui"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"type": "paypal",
|
|
27
|
+
"url": "https://paypal.me/adamlui"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
12
30
|
"main": "dist/minify.min.js",
|
|
13
31
|
"files": [
|
|
14
32
|
"docs/",
|
|
@@ -29,10 +47,7 @@
|
|
|
29
47
|
"bump:patch": "bash utils/bump.sh patch",
|
|
30
48
|
"bump:minor": "bash utils/bump.sh minor",
|
|
31
49
|
"bump:major": "bash utils/bump.sh major",
|
|
32
|
-
"prepublishOnly": "npm test"
|
|
33
|
-
"publish:patch": "bash utils/bump.sh patch --publish",
|
|
34
|
-
"publish:minor": "bash utils/bump.sh minor --publish",
|
|
35
|
-
"publish:major": "bash utils/bump.sh major --publish"
|
|
50
|
+
"prepublishOnly": "npm test"
|
|
36
51
|
},
|
|
37
52
|
"repository": {
|
|
38
53
|
"type": "git",
|
|
@@ -49,14 +64,10 @@
|
|
|
49
64
|
"utils"
|
|
50
65
|
],
|
|
51
66
|
"bugs": {
|
|
52
|
-
"url": "https://
|
|
67
|
+
"url": "https://support.minify-js.org"
|
|
53
68
|
},
|
|
54
69
|
"dependencies": {
|
|
55
70
|
"node-clipboardy": "^1.0.3",
|
|
56
71
|
"uglify-js": "^3.19.3"
|
|
57
|
-
},
|
|
58
|
-
"funding": {
|
|
59
|
-
"type": "github",
|
|
60
|
-
"url": "https://github.com/sponsors/adamlui"
|
|
61
72
|
}
|
|
62
73
|
}
|