Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / @protobufjs / base64 / package.json
diff --git a/legacy-libs/grpc-cloned/node_modules/@protobufjs/base64/package.json b/legacy-libs/grpc-cloned/node_modules/@protobufjs/base64/package.json
new file mode 100644 (file)
index 0000000..22b27e7
--- /dev/null
@@ -0,0 +1,93 @@
+{
+  "_args": [
+    [
+      {
+        "raw": "@protobufjs/base64@^1.1.2",
+        "scope": "@protobufjs",
+        "escapedName": "@protobufjs%2fbase64",
+        "name": "@protobufjs/base64",
+        "rawSpec": "^1.1.2",
+        "spec": ">=1.1.2 <2.0.0",
+        "type": "range"
+      },
+      "/var/opt/motion2/node_modules/protobufjs"
+    ]
+  ],
+  "_from": "@protobufjs/base64@>=1.1.2 <2.0.0",
+  "_id": "@protobufjs/base64@1.1.2",
+  "_inCache": true,
+  "_location": "/@protobufjs/base64",
+  "_nodeVersion": "8.0.0",
+  "_npmOperationalInternal": {
+    "host": "s3://npm-registry-packages",
+    "tmp": "tmp/base64-1.1.2.tgz_1497000720755_0.053681070916354656"
+  },
+  "_npmUser": {
+    "name": "dcode",
+    "email": "dcode+npm@dcode.io"
+  },
+  "_npmVersion": "5.0.1",
+  "_phantomChildren": {},
+  "_requested": {
+    "raw": "@protobufjs/base64@^1.1.2",
+    "scope": "@protobufjs",
+    "escapedName": "@protobufjs%2fbase64",
+    "name": "@protobufjs/base64",
+    "rawSpec": "^1.1.2",
+    "spec": ">=1.1.2 <2.0.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/protobufjs"
+  ],
+  "_resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
+  "_shasum": "4c85730e59b9a1f1f349047dbf24296034bb2735",
+  "_shrinkwrap": null,
+  "_spec": "@protobufjs/base64@^1.1.2",
+  "_where": "/var/opt/motion2/node_modules/protobufjs",
+  "author": {
+    "name": "Daniel Wirtz",
+    "email": "dcode+protobufjs@dcode.io"
+  },
+  "bugs": {
+    "url": "https://github.com/dcodeIO/protobuf.js/issues"
+  },
+  "dependencies": {},
+  "description": "A minimal base64 implementation for number arrays.",
+  "devDependencies": {
+    "istanbul": "^0.4.5",
+    "tape": "^4.6.3"
+  },
+  "directories": {},
+  "dist": {
+    "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
+    "shasum": "4c85730e59b9a1f1f349047dbf24296034bb2735",
+    "tarball": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz"
+  },
+  "homepage": "https://github.com/dcodeIO/protobuf.js#readme",
+  "license": "BSD-3-Clause",
+  "main": "index.js",
+  "maintainers": [
+    {
+      "name": "dcode",
+      "email": "dcode@dcode.io"
+    },
+    {
+      "name": "protobufjs",
+      "email": "dcode+npm-protobufjs@dcode.io"
+    }
+  ],
+  "name": "@protobufjs/base64",
+  "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.2"
+}