Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / @protobufjs / pool / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "@protobufjs/pool@^1.1.0",
6         "scope": "@protobufjs",
7         "escapedName": "@protobufjs%2fpool",
8         "name": "@protobufjs/pool",
9         "rawSpec": "^1.1.0",
10         "spec": ">=1.1.0 <2.0.0",
11         "type": "range"
12       },
13       "/var/opt/motion2/node_modules/protobufjs"
14     ]
15   ],
16   "_from": "@protobufjs/pool@>=1.1.0 <2.0.0",
17   "_id": "@protobufjs/pool@1.1.0",
18   "_inCache": true,
19   "_location": "/@protobufjs/pool",
20   "_nodeVersion": "6.9.1",
21   "_npmOperationalInternal": {
22     "host": "packages-18-east.internal.npmjs.com",
23     "tmp": "tmp/pool-1.1.0.tgz_1485367998862_0.3938121625687927"
24   },
25   "_npmUser": {
26     "name": "dcode",
27     "email": "dcode+npm@dcode.io"
28   },
29   "_npmVersion": "4.0.5",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "@protobufjs/pool@^1.1.0",
33     "scope": "@protobufjs",
34     "escapedName": "@protobufjs%2fpool",
35     "name": "@protobufjs/pool",
36     "rawSpec": "^1.1.0",
37     "spec": ">=1.1.0 <2.0.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/protobufjs"
42   ],
43   "_resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
44   "_shasum": "09fd15f2d6d3abfa9b65bc366506d6ad7846ff54",
45   "_shrinkwrap": null,
46   "_spec": "@protobufjs/pool@^1.1.0",
47   "_where": "/var/opt/motion2/node_modules/protobufjs",
48   "author": {
49     "name": "Daniel Wirtz",
50     "email": "dcode+protobufjs@dcode.io"
51   },
52   "bugs": {
53     "url": "https://github.com/dcodeIO/protobuf.js/issues"
54   },
55   "dependencies": {},
56   "description": "A general purpose buffer pool.",
57   "devDependencies": {
58     "istanbul": "^0.4.5",
59     "tape": "^4.6.3"
60   },
61   "directories": {},
62   "dist": {
63     "shasum": "09fd15f2d6d3abfa9b65bc366506d6ad7846ff54",
64     "tarball": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz"
65   },
66   "homepage": "https://github.com/dcodeIO/protobuf.js#readme",
67   "license": "BSD-3-Clause",
68   "main": "index.js",
69   "maintainers": [
70     {
71       "name": "dcode",
72       "email": "dcode@dcode.io"
73     },
74     {
75       "name": "protobufjs",
76       "email": "dcode+npm-protobufjs@dcode.io"
77     }
78   ],
79   "name": "@protobufjs/pool",
80   "optionalDependencies": {},
81   "readme": "ERROR: No README data found!",
82   "repository": {
83     "type": "git",
84     "url": "git+https://github.com/dcodeIO/protobuf.js.git"
85   },
86   "scripts": {
87     "coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js",
88     "test": "tape tests/*.js"
89   },
90   "types": "index.d.ts",
91   "version": "1.1.0"
92 }