Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / @protobufjs / fetch / package.json
diff --git a/legacy-libs/@protobufjs/fetch/package.json b/legacy-libs/@protobufjs/fetch/package.json
new file mode 100644 (file)
index 0000000..26781bf
--- /dev/null
@@ -0,0 +1,49 @@
+{
+  "author": {
+    "name": "Daniel Wirtz",
+    "email": "dcode+protobufjs@dcode.io"
+  },
+  "bugs": {
+    "url": "https://github.com/dcodeIO/protobuf.js/issues"
+  },
+  "dependencies": {
+    "@protobufjs/aspromise": "^1.1.1",
+    "@protobufjs/inquire": "^1.1.0"
+  },
+  "description": "Fetches the contents of a file accross node and browsers.",
+  "devDependencies": {
+    "istanbul": "^0.4.5",
+    "tape": "^4.6.3"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "ba99fb598614af65700c1619ff06d454b0d84c45",
+    "tarball": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz"
+  },
+  "homepage": "https://github.com/dcodeIO/protobuf.js#readme",
+  "license": "BSD-3-Clause",
+  "main": "index.js",
+  "maintainers": [
+    {
+      "name": "dcode",
+      "email": "dcode+npm@dcode.io"
+    },
+    {
+      "name": "protobufjs",
+      "email": "dcode+protobufjs@dcode.io"
+    }
+  ],
+  "name": "@protobufjs/fetch",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/dcodeIO/protobuf.js.git"
+  },
+  "scripts": {
+    "coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js",
+    "test": "tape tests/*.js"
+  },
+  "types": "index.d.ts",
+  "version": "1.1.0"
+}