2011-09-09 04:18:42 +00:00
|
|
|
{
|
2012-06-26 19:24:09 +00:00
|
|
|
"name": "atob",
|
|
|
|
"homepage": "https://github.com/coolaj86/node-browser-compat",
|
|
|
|
"description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-12-12 00:52:45 +00:00
|
|
|
"url": "git://github.com/coolaj86/node-browser-compat/atob.git"
|
2012-06-26 19:24:09 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"atob",
|
|
|
|
"browser"
|
|
|
|
],
|
2015-12-12 00:52:45 +00:00
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",
|
2012-06-26 19:24:09 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.4.0"
|
|
|
|
},
|
2015-12-12 00:52:45 +00:00
|
|
|
"main": "node-atob.js",
|
|
|
|
"browser": "browser-atob.js",
|
2012-06-26 19:24:09 +00:00
|
|
|
"bin": {
|
|
|
|
"atob": "bin/atob.js"
|
|
|
|
},
|
2015-12-12 00:28:08 +00:00
|
|
|
"license": "(MIT OR Apache-2.0)",
|
2015-12-12 00:53:22 +00:00
|
|
|
"version": "1.2.0"
|
2011-09-09 04:18:42 +00:00
|
|
|
}
|