@ddunigma/node 1.1.4 → 1.1.5
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 +11 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,19 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
ddunigma Node [](https://www.npmjs.com/package/@ddunigma/node)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### Overview
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Node.js implementation of [ddunigma](https://github.com/i3l3/ddunigma) (Python original)
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
- 원본 저장소: [ddunigma](https://github.com/i3l3/ddunigma)
|
|
7
|
+
### Credits
|
|
9
8
|
|
|
10
|
-
|
|
9
|
+
- Original Python Implementation by:
|
|
10
|
+
- [@i3ls](https://github.com/i3l3)
|
|
11
|
+
- [@gunu3371](https://github.com/gunu3371)
|
|
12
|
+
- Original Repository: [ddunigma](https://github.com/i3l3/ddunigma)
|
|
13
|
+
|
|
14
|
+
## Install
|
|
11
15
|
|
|
12
16
|
```bash
|
|
13
17
|
npm install @ddunigma/node
|
|
14
18
|
```
|
|
15
19
|
|
|
16
|
-
##
|
|
20
|
+
## Usage
|
|
17
21
|
|
|
18
22
|
### 간단한 문자열 인코딩/디코딩
|
|
19
23
|
|