40 lines
922 B
JSON
40 lines
922 B
JSON
{
|
|
"name": "js-base64",
|
|
"version": "3.7.3",
|
|
"description": "Yet another Base64 transcoder in pure-JS",
|
|
"main": "base64.js",
|
|
"module": "base64.mjs",
|
|
"types": "base64.d.ts",
|
|
"files": [
|
|
"base64.js",
|
|
"base64.mjs",
|
|
"base64.d.ts"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./base64.d.ts",
|
|
"import": "./base64.mjs",
|
|
"require": "./base64.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"test": "make clean && make test"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.0.26",
|
|
"esm": "^3.2.25",
|
|
"mocha": "^8.4.0",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"repository": "git+https://github.com/dankogai/js-base64.git",
|
|
"keywords": [
|
|
"base64",
|
|
"binary"
|
|
],
|
|
"author": "Dan Kogai",
|
|
"license": "BSD-3-Clause",
|
|
"__npminstall_done": true,
|
|
"_from": "js-base64@3.7.3",
|
|
"_resolved": "https://registry.npmmirror.com/js-base64/-/js-base64-3.7.3.tgz"
|
|
} |