@endo/base64
Version:
63 lines (62 loc) • 1.21 kB
JSON
{
"name": "@endo/base64",
"version": "1.1.1",
"description": "Transcodes base64",
"keywords": [
"base64",
"endo",
"ses"
],
"author": "Endo contributors",
"license": "Apache-2.0",
"homepage": "https://github.com/endojs/endo/blob/master/packages/base64/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/base64"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
},
"type": "module",
"main": "./index.js",
"module": "./index.js",
"exports": {
".": "./index.js",
"./atob.js": "./atob.js",
"./btoa.js": "./btoa.js",
"./encode.js": "./encode.js",
"./decode.js": "./decode.js",
"./shim.js": "./shim.js",
"./package.json": "./package.json"
},
"files": [
"./*.d.js",
"./*.d.ts",
"./*.js",
"./*.map",
"LICENSE*",
"SECURITY*",
"dist",
"lib",
"src",
"tools"
],
"publishConfig": {
"access": "public"
},
"eslintConfig": {
"extends": [
"plugin:@endo/internal"
]
},
"ava": {
"files": [
"test/**/*.test.*"
],
"timeout": "2m"
},
"typeCoverage": {
"atLeast": 95.21
}
}