qsu 1.7.0 → 1.7.1
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 +4 -4
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
#
|
|
3
|
+
# qsu: Quick & Simple Utility for Node.js
|
|
4
4
|
|
|
5
5
|
[](https://github.com/jooy2/qsu/blob/main/LICENSE)   [](https://www.npmjs.com/package/qsu) [](https://www.npmjs.com/package/qsu)    [](https://github.com/jooy2) 
|
|
6
6
|
|
|
7
|
-
**
|
|
7
|
+
**qsu** is an underscore-based utility library optimized for the **[Node.js](https://nodejs.org)** development environment. It is supported in one module without the need to separately write frequently used methods for each project.
|
|
8
8
|
|
|
9
9
|
- Lightweight and fast!
|
|
10
10
|
- Easy to install and use.
|
|
11
11
|
- 100% optimized for the latest Node.js and ESM environments.
|
|
12
12
|
- Useful features for websites and web applications
|
|
13
13
|
|
|
14
|
-
## [Documentation (Getting Started & Method Reference)](https://qsu.cdget.com/
|
|
14
|
+
## [Documentation (Getting Started & Method Reference)](https://qsu.cdget.com/installation/javascript)
|
|
15
15
|
|
|
16
|
-
Installing and using the package and defining all the utility methods can be found on the documentation page below: https://qsu.cdget.com/
|
|
16
|
+
Installing and using the package and defining all the utility methods can be found on the documentation page below: https://qsu.cdget.com/installation/javascript
|
|
17
17
|
|
|
18
18
|
In addition, `qsu` is also available for the Dart language: https://github.com/jooy2/qsu-dart
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qsu",
|
|
3
|
-
"version": "1.7.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.7.1",
|
|
4
|
+
"description": "qsu is a lightweight and simple module with a variety of built-in utility functions that you can utilize in your Node.js projects.",
|
|
5
5
|
"author": "CDGet <jooy2.contact@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://qsu.cdget.com",
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"util",
|
|
52
52
|
"utility",
|
|
53
53
|
"tool",
|
|
54
|
+
"toolkit",
|
|
54
55
|
"underscore",
|
|
55
56
|
"website",
|
|
56
57
|
"helper",
|