UNPKG

@endo/base64

Version:
86 lines (85 loc) 1.97 kB
{ "name": "@endo/base64", "version": "1.0.11", "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" }, "scripts": { "build": "exit 0", "prepack": "tsc --build tsconfig.build.json", "postpack": "git clean -fX \"*.d.ts*\" \"*.d.cts*\" \"*.d.mts*\" \"*.tsbuildinfo\"", "cover": "c8 ava", "lint": "yarn lint:types && yarn lint:eslint", "lint-fix": "eslint --fix .", "lint:eslint": "eslint .", "lint:types": "tsc", "test": "ava" }, "devDependencies": { "ava": "^6.1.3", "babel-eslint": "^10.1.0", "c8": "^7.14.0", "eslint": "^8.57.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.31.0", "prettier": "^3.5.3", "typescript": "~5.8.3" }, "files": [ "./*.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 }, "gitHead": "03b92fc383da5d8bb4ea993b90149a0db5799d0b" }