[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / base64-js / package.json
1 {
2   "_args": [
3     [
4       "base64-js@1.5.1",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "base64-js@1.5.1",
9   "_id": "base64-js@1.5.1",
10   "_inBundle": false,
11   "_integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
12   "_location": "/base64-js",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "base64-js@1.5.1",
18     "name": "base64-js",
19     "escapedName": "base64-js",
20     "rawSpec": "1.5.1",
21     "saveSpec": null,
22     "fetchSpec": "1.5.1"
23   },
24   "_requiredBy": [
25     "/buffer"
26   ],
27   "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
28   "_spec": "1.5.1",
29   "_where": "/opt/source/offload.js",
30   "author": {
31     "name": "T. Jameson Little",
32     "email": "t.jameson.little@gmail.com"
33   },
34   "bugs": {
35     "url": "https://github.com/beatgammit/base64-js/issues"
36   },
37   "description": "Base64 encoding/decoding in pure JS",
38   "devDependencies": {
39     "babel-minify": "^0.5.1",
40     "benchmark": "^2.1.4",
41     "browserify": "^16.3.0",
42     "standard": "*",
43     "tape": "4.x"
44   },
45   "funding": [
46     {
47       "type": "github",
48       "url": "https://github.com/sponsors/feross"
49     },
50     {
51       "type": "patreon",
52       "url": "https://www.patreon.com/feross"
53     },
54     {
55       "type": "consulting",
56       "url": "https://feross.org/support"
57     }
58   ],
59   "homepage": "https://github.com/beatgammit/base64-js",
60   "keywords": [
61     "base64"
62   ],
63   "license": "MIT",
64   "main": "index.js",
65   "name": "base64-js",
66   "repository": {
67     "type": "git",
68     "url": "git://github.com/beatgammit/base64-js.git"
69   },
70   "scripts": {
71     "build": "browserify -s base64js -r ./ | minify > base64js.min.js",
72     "lint": "standard",
73     "test": "npm run lint && npm run unit",
74     "unit": "tape test/*.js"
75   },
76   "typings": "index.d.ts",
77   "version": "1.5.1"
78 }