Built motion from commit 44377920.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / @protobufjs / base64 / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "@protobufjs/base64@^1.1.2",
6         "scope": "@protobufjs",
7         "escapedName": "@protobufjs%2fbase64",
8         "name": "@protobufjs/base64",
9         "rawSpec": "^1.1.2",
10         "spec": ">=1.1.2 <2.0.0",
11         "type": "range"
12       },
13       "/var/opt/motion2/node_modules/protobufjs"
14     ]
15   ],
16   "_from": "@protobufjs/base64@>=1.1.2 <2.0.0",
17   "_id": "@protobufjs/base64@1.1.2",
18   "_inCache": true,
19   "_location": "/@protobufjs/base64",
20   "_nodeVersion": "8.0.0",
21   "_npmOperationalInternal": {
22     "host": "s3://npm-registry-packages",
23     "tmp": "tmp/base64-1.1.2.tgz_1497000720755_0.053681070916354656"
24   },
25   "_npmUser": {
26     "name": "dcode",
27     "email": "dcode+npm@dcode.io"
28   },
29   "_npmVersion": "5.0.1",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "@protobufjs/base64@^1.1.2",
33     "scope": "@protobufjs",
34     "escapedName": "@protobufjs%2fbase64",
35     "name": "@protobufjs/base64",
36     "rawSpec": "^1.1.2",
37     "spec": ">=1.1.2 <2.0.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/protobufjs"
42   ],
43   "_resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
44   "_shasum": "4c85730e59b9a1f1f349047dbf24296034bb2735",
45   "_shrinkwrap": null,
46   "_spec": "@protobufjs/base64@^1.1.2",
47   "_where": "/var/opt/motion2/node_modules/protobufjs",
48   "author": {
49     "name": "Daniel Wirtz",
50     "email": "dcode+protobufjs@dcode.io"
51   },
52   "bugs": {
53     "url": "https://github.com/dcodeIO/protobuf.js/issues"
54   },
55   "dependencies": {},
56   "description": "A minimal base64 implementation for number arrays.",
57   "devDependencies": {
58     "istanbul": "^0.4.5",
59     "tape": "^4.6.3"
60   },
61   "directories": {},
62   "dist": {
63     "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
64     "shasum": "4c85730e59b9a1f1f349047dbf24296034bb2735",
65     "tarball": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz"
66   },
67   "homepage": "https://github.com/dcodeIO/protobuf.js#readme",
68   "license": "BSD-3-Clause",
69   "main": "index.js",
70   "maintainers": [
71     {
72       "name": "dcode",
73       "email": "dcode@dcode.io"
74     },
75     {
76       "name": "protobufjs",
77       "email": "dcode+npm-protobufjs@dcode.io"
78     }
79   ],
80   "name": "@protobufjs/base64",
81   "optionalDependencies": {},
82   "readme": "ERROR: No README data found!",
83   "repository": {
84     "type": "git",
85     "url": "git+https://github.com/dcodeIO/protobuf.js.git"
86   },
87   "scripts": {
88     "coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js",
89     "test": "tape tests/*.js"
90   },
91   "types": "index.d.ts",
92   "version": "1.1.2"
93 }