Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / @protobufjs / base64 / package.json
1 {
2   "author": {
3     "name": "Daniel Wirtz",
4     "email": "dcode+protobufjs@dcode.io"
5   },
6   "bugs": {
7     "url": "https://github.com/dcodeIO/protobuf.js/issues"
8   },
9   "dependencies": {},
10   "description": "A minimal base64 implementation for number arrays.",
11   "devDependencies": {
12     "istanbul": "^0.4.5",
13     "tape": "^4.6.3"
14   },
15   "directories": {},
16   "dist": {
17     "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
18     "shasum": "4c85730e59b9a1f1f349047dbf24296034bb2735",
19     "tarball": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz"
20   },
21   "homepage": "https://github.com/dcodeIO/protobuf.js#readme",
22   "license": "BSD-3-Clause",
23   "main": "index.js",
24   "maintainers": [
25     {
26       "name": "dcode",
27       "email": "dcode@dcode.io"
28     },
29     {
30       "name": "protobufjs",
31       "email": "dcode+npm-protobufjs@dcode.io"
32     }
33   ],
34   "name": "@protobufjs/base64",
35   "optionalDependencies": {},
36   "readme": "ERROR: No README data found!",
37   "repository": {
38     "type": "git",
39     "url": "git+https://github.com/dcodeIO/protobuf.js.git"
40   },
41   "scripts": {
42     "coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js",
43     "test": "tape tests/*.js"
44   },
45   "types": "index.d.ts",
46   "version": "1.1.2"
47 }