is-base64
Version:
Predicate that returns true if base64 string.
32 lines (31 loc) • 712 B
JSON
{
"name": "is-base64",
"version": "1.1.0",
"description": "Predicate that returns true if base64 string.",
"main": "is-base64.js",
"bin": {
"is-base64": "bin/is-base64",
"is_base64": "bin/is-base64"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/miguelmota/is-base64"
},
"keywords": [
"predicate",
"base64",
"mime"
],
"author": "Miguel Mota <hello@miguelmota.com> (http://www.miguelmota.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/miguelmota/is-base64/issues"
},
"homepage": "https://github.com/miguelmota/is-base64",
"devDependencies": {
"tape": "^4.9.1"
}
}