@ddunigma/node 1.1.4 → 1.1.6

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 (2) hide show
  1. package/README.md +12 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,19 +1,24 @@
1
- # DDU ENIGMA - Node.js
1
+ ## ddunigma Node
2
+ [![npm version](https://badge.fury.io/js/@ddunigma%2Fnode.svg)](https://www.npmjs.com/package/@ddunigma/node)
2
3
 
3
- 데이터를 특정 문자셋으로 인코딩하는 Node.js 라이브러리입니다.
4
+ ## Overview
4
5
 
5
- ## 크레딧
6
+ Node.js implementation of [ddunigma](https://github.com/i3l3/ddunigma) (Python original)
6
7
 
7
- - 원본 Python 구현: [@i3ls](https://github.com/i3l3), [@gunu3371](https://github.com/gunu3371)
8
- - 원본 저장소: [ddunigma](https://github.com/i3l3/ddunigma)
8
+ ### Credits
9
9
 
10
- ## 설치
10
+ - Original Python Implementation by:
11
+ - [@i3ls](https://github.com/i3l3)
12
+ - [@gunu3371](https://github.com/gunu3371)
13
+ - Original Repository: [ddunigma](https://github.com/i3l3/ddunigma)
14
+
15
+ ## Install
11
16
 
12
17
  ```bash
13
18
  npm install @ddunigma/node
14
19
  ```
15
20
 
16
- ## 기본 사용법
21
+ ## Usage
17
22
 
18
23
  ### 간단한 문자열 인코딩/디코딩
19
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddunigma/node",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/mjs/index.js",
6
6
  "types": "dist/index.d.ts",