]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blob - example/iot-gateway/node_modules/protocol-buffers/package.json
Initial commit
[apps/tidep0084.git] / example / iot-gateway / node_modules / protocol-buffers / package.json
1 {
2   "_args": [
3     [
4       "protocol-buffers@*",
5       "/home/suyash/Projects/TIMAC-Dev/lprf-timac-2-apps/linux/example/gateway"
6     ]
7   ],
8   "_from": "protocol-buffers@*",
9   "_id": "protocol-buffers@3.1.6",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/protocol-buffers",
13   "_nodeVersion": "4.2.3",
14   "_npmOperationalInternal": {
15     "host": "packages-6-west.internal.npmjs.com",
16     "tmp": "tmp/protocol-buffers-3.1.6.tgz_1456243689557_0.5036885451991111"
17   },
18   "_npmUser": {
19     "email": "mathiasbuus@gmail.com",
20     "name": "mafintosh"
21   },
22   "_npmVersion": "2.14.7",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "protocol-buffers",
26     "raw": "protocol-buffers@*",
27     "rawSpec": "*",
28     "scope": null,
29     "spec": "*",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/"
34   ],
35   "_resolved": "https://registry.npmjs.org/protocol-buffers/-/protocol-buffers-3.1.6.tgz",
36   "_shasum": "fee1af7d4c4f35dfa126c33a1b6f579c5b54fc70",
37   "_shrinkwrap": null,
38   "_spec": "protocol-buffers@*",
39   "_where": "/home/suyash/Projects/TIMAC-Dev/lprf-timac-2-apps/linux/example/gateway",
40   "author": {
41     "name": "Mathias Buus"
42   },
43   "browserify": {
44     "transform": [
45       "brfs"
46     ]
47   },
48   "bugs": {
49     "url": "https://github.com/mafintosh/protocol-buffers/issues"
50   },
51   "dependencies": {
52     "brfs": "^1.4.0",
53     "generate-function": "^2.0.0",
54     "generate-object-property": "^1.2.0",
55     "protocol-buffers-schema": "^2.0.1",
56     "signed-varint": "^2.0.0",
57     "varint": "^4.0.0"
58   },
59   "description": "Protocol Buffers for Node.js",
60   "devDependencies": {
61     "standard": "^5.4.1",
62     "tape": "^3.0.3"
63   },
64   "directories": {
65     "test": "test"
66   },
67   "dist": {
68     "shasum": "fee1af7d4c4f35dfa126c33a1b6f579c5b54fc70",
69     "tarball": "http://registry.npmjs.org/protocol-buffers/-/protocol-buffers-3.1.6.tgz"
70   },
71   "gitHead": "6e2b1a8ad7b0c5f76cbb0f1161328e799a5c5cae",
72   "homepage": "https://github.com/mafintosh/protocol-buffers",
73   "keywords": [
74     "buffers",
75     "decode",
76     "encode",
77     "encoding",
78     "encodings",
79     "google",
80     "levelup",
81     "parse",
82     "protobuf",
83     "protocol",
84     "protocolbuffers",
85     "serialize"
86   ],
87   "license": "MIT",
88   "main": "index.js",
89   "maintainers": [
90     {
91       "name": "mafintosh",
92       "email": "mathiasbuus@gmail.com"
93     }
94   ],
95   "name": "protocol-buffers",
96   "optionalDependencies": {},
97   "readme": "ERROR: No README data found!",
98   "repository": {
99     "type": "git",
100     "url": "git+https://github.com/mafintosh/protocol-buffers.git"
101   },
102   "scripts": {
103     "bench": "node bench",
104     "test": "standard && tape test/*.js"
105   },
106   "version": "3.1.6"