File: package.json

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   JavaScript Base64 Encode and Decode   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JavaScript Base64 Encode and Decode
Encode and decode data in base64 format in pure JS
Author: By
Last change: Update of package.json
Date: 2 years ago
Size: 554 bytes
 

Contents

Class file image Download
{ "name": "base64_js", "version": "1.1.0", "description": "A simple base64 encode and decode, super fast in pure JS.", "main": "base64.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/mega6382/base64JS.git" }, "keywords": [ "base64", "js", "encode", "decode", "mega6382" ], "author": "Haseeb A. Basil", "license": "ISC", "bugs": { "url": "https://github.com/mega6382/base64JS/issues" }, "homepage": "https://github.com/mega6382/base64JS#readme" }