Files
FloatApi/node_modules/packet-reader/package.json
T
2022-03-07 22:07:57 +07:00

56 lines
1.3 KiB
JSON

{
"_args": [
[
"packet-reader@1.0.0",
"/home/app"
]
],
"_from": "packet-reader@1.0.0",
"_id": "packet-reader@1.0.0",
"_inBundle": false,
"_integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ==",
"_location": "/packet-reader",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "packet-reader@1.0.0",
"name": "packet-reader",
"escapedName": "packet-reader",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/pg"
],
"_resolved": "https://registry.npmjs.org/packet-reader/-/packet-reader-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/app",
"author": {
"name": "Brian M. Carlson"
},
"bugs": {
"url": "https://github.com/brianc/node-packet-reader/issues"
},
"description": "Read binary packets...",
"devDependencies": {
"mocha": "~1.21.5"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/brianc/node-packet-reader",
"license": "MIT",
"main": "index.js",
"name": "packet-reader",
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-packet-reader.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.0"
}