illumvoluptatibus
Version:
Base64 encoding/decoding in pure JS on both modern Browsers and Node.js. Also supports URL-safe base64
83 lines (82 loc) • 1.85 kB
JSON
{
"name": "illumvoluptatibus",
"author": "ElijahVon",
"version": "1.2.1",
"description": "Base64 encoding/decoding in pure JS on both modern Browsers and Node.js. Also supports URL-safe base64",
"keywords": [
"amet",
"ut",
"tempore",
"Node.js",
"veniam",
"voluptate",
"in",
"buffer",
"ArrayBuffer",
"repellendus",
"typescript",
"ts"
],
"engines": {
"node": ">=10.4.0"
},
"bin": {},
"browser": "./dist/index.esm.js",
"es2015": "./dist/index.esm.js",
"main": "./dist/index.cjs.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/LolaSatterfield/illumvoluptatibus.git"
},
"license": "MIT",
"nyc": {
"exclude": [
"**/*.js",
"**/*.test.ts",
"**/*.d.ts",
".githooks",
"dist",
"node_modules*",
"src/bin",
"test*"
],
"extension": [
".ts",
".tsx"
],
"reporter": [
"text-summary",
"html"
],
"all": true
},
"dependencies": {},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "^12.0.2",
"@types/power-assert": "*",
"@types/rewire": "*",
"@types/rimraf": "*",
"@types/yargs": "^13.0.0",
"@waiting/shared-core": "^1.9.1",
"coveralls": "^3.0.3",
"intelli-espower-loader": "^1.0.1",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^14.1.1",
"power-assert": ">=1.5",
"rewire": "^4.0.0",
"rimraf": "^2.6.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"rollup-plugin-terser": "^5.0.0",
"rxrunscript": "^5.2.0",
"source-map-support": "^0.5.12",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"tslint-eslint-rules": "^5.4.0",
"yargs": "^12.0.1"
}
}