Built motion from commit 44377920.|2.6.11
[motion2.git] / legacy-libs / @protobufjs / utf8 / 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 UTF8 implementation for number arrays.",
11   "devDependencies": {
12     "istanbul": "^0.4.5",
13     "tape": "^4.6.3"
14   },
15   "directories": {},
16   "dist": {
17     "shasum": "a777360b5b39a1a2e5106f8e858f2fd2d060c570",
18     "tarball": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz"
19   },
20   "homepage": "https://github.com/dcodeIO/protobuf.js#readme",
21   "license": "BSD-3-Clause",
22   "main": "index.js",
23   "maintainers": [
24     {
25       "name": "dcode",
26       "email": "dcode@dcode.io"
27     },
28     {
29       "name": "protobufjs",
30       "email": "dcode+npm-protobufjs@dcode.io"
31     }
32   ],
33   "name": "@protobufjs/utf8",
34   "optionalDependencies": {},
35   "readme": "ERROR: No README data found!",
36   "repository": {
37     "type": "git",
38     "url": "git+https://github.com/dcodeIO/protobuf.js.git"
39   },
40   "scripts": {
41     "coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js",
42     "test": "tape tests/*.js"
43   },
44   "types": "index.d.ts",
45   "version": "1.1.0"
46 }