UNPKG

463 BJSONView Raw
1{
2 "name": "atob",
3 "description": "atob for isomorphic environments",
4 "main": "browser-atob.js",
5 "authors": [
6 "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)"
7 ],
8 "license": "(MIT OR Apache-2.0)",
9 "keywords": [
10 "atob",
11 "browser"
12 ],
13 "homepage": "https://github.com/node-browser-compat/atob",
14 "moduleType": [
15 "globals"
16 ],
17 "ignore": [
18 "**/.*",
19 "node_modules",
20 "bower_components",
21 "test",
22 "tests"
23 ]
24}