binary-collections 1.0.1 → 1.0.2

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.
Files changed (3) hide show
  1. package/package.json +18 -18
  2. package/readme.md +7 -0
  3. package/releases/bin +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binary-collections",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "binary helper collections by L3n4r0x",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -31,7 +31,7 @@
31
31
  "minimist": "^1.2.8",
32
32
  "upath": "^2.0.1"
33
33
  },
34
- "packageManager": "yarn@3.5.0",
34
+ "packageManager": "yarn@3.5.1",
35
35
  "devDependencies": {
36
36
  "@types/minimist": "^1",
37
37
  "@types/node": "^18.16.3",
@@ -41,25 +41,25 @@
41
41
  "ansi-colors": "^4.1.3"
42
42
  },
43
43
  "bin": {
44
+ "clean-nodemodule": "bin/clean-nodemodule",
45
+ "clean-nodemodules": "bin/clean-nodemodules",
46
+ "dev": "bin/dev",
47
+ "empty": "bin/empty",
48
+ "git-fix-encoding": "bin/git-fix-encoding",
49
+ "git-fix-encoding.cmd": "bin/git-fix-encoding.cmd",
50
+ "git-reduce-size": "bin/git-reduce-size",
51
+ "kill-process": "bin/kill-process",
52
+ "nodekill": "bin/nodekill",
53
+ "nodekill.cmd": "bin/nodekill.cmd",
54
+ "nodekill.ps1": "bin/nodekill.ps1",
55
+ "npm-run-series": "lib/npm-run-series.js",
44
56
  "nrs": "lib/npm-run-series.js",
57
+ "prod": "bin/prod",
58
+ "rmfind": "bin/rmfind",
59
+ "rmpath": "bin/rmpath",
45
60
  "run-s": "lib/npm-run-series.js",
46
61
  "run-series": "lib/npm-run-series.js",
47
- "npm-run-series": "lib/npm-run-series.js",
48
- "submodule-remove": "bin/submodule-remove",
49
62
  "submodule-install": "bin/submodule-install",
50
- "rmpath": "bin/rmpath",
51
- "rmfind": "bin/rmfind",
52
- "prod": "bin/prod",
53
- "nodekill.ps1": "bin/nodekill.ps1",
54
- "nodekill.cmd": "bin/nodekill.cmd",
55
- "nodekill": "bin/nodekill",
56
- "kill-process": "bin/kill-process",
57
- "git-reduce-size": "bin/git-reduce-size",
58
- "git-fix-encoding.cmd": "bin/git-fix-encoding.cmd",
59
- "git-fix-encoding": "bin/git-fix-encoding",
60
- "empty": "bin/empty",
61
- "dev": "bin/dev",
62
- "clean-nodemodules": "bin/clean-nodemodules",
63
- "clean-nodemodule": "bin/clean-nodemodule"
63
+ "submodule-remove": "bin/submodule-remove"
64
64
  }
65
65
  }
package/readme.md CHANGED
@@ -55,3 +55,10 @@ create `.vscode/settings.json`
55
55
  "terminal.integrated.defaultProfile.windows": "Command Prompt",
56
56
  }
57
57
  ```
58
+
59
+ ## Usages
60
+
61
+ see all binary at
62
+ - https://github.com/dimaslanjaka/bin/tree/master/bin
63
+ - https://github.com/dimaslanjaka/bin/tree/master/lib
64
+ - https://github.com/dimaslanjaka/bin/blob/master/package.json
package/releases/bin DELETED
Binary file