[ 原始碼: node-base64-js ]
套件:node-base64-js(1.5.1+dfsg+~1.3.0-2)
node-base64-js 的相關連結
Debian 的資源:
下載原始碼套件 node-base64-js:
- [node-base64-js_1.5.1+dfsg+~1.3.0-2.dsc]
- [node-base64-js_1.5.1+dfsg+~1.3.0.orig-types-base64-js.tar.xz]
- [node-base64-js_1.5.1+dfsg+~1.3.0.orig.tar.xz]
- [node-base64-js_1.5.1+dfsg+~1.3.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Base64 encoding/decoding in pure JS
Converts a byte array into base64 string and vice versa.
Base64 is binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. (6 bits).
Node.js is an event-based server-side JavaScript engine.