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