You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
2.9 KiB

{
"_from": "msgpack-lite@^0.1.20",
"_id": "msgpack-lite@0.1.26",
"_inBundle": false,
"_integrity": "sha1-3TxQsm8FnyXn7e42REGDWOKprYk=",
"_location": "/msgpack-lite",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "msgpack-lite@^0.1.20",
"name": "msgpack-lite",
"escapedName": "msgpack-lite",
"rawSpec": "^0.1.20",
"saveSpec": null,
"fetchSpec": "^0.1.20"
},
"_requiredBy": [
"/ascoltatori"
],
"_resolved": "https://registry.npmjs.org/msgpack-lite/-/msgpack-lite-0.1.26.tgz",
"_shasum": "dd3c50b26f059f25e7edee3644418358e2a9ad89",
"_spec": "msgpack-lite@^0.1.20",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/ascoltatori",
"author": {
"name": "@kawanet"
},
"bin": {
"msgpack": "./bin/msgpack"
},
"browser": "lib/browser.js",
"bugs": {
"url": "https://github.com/kawanet/msgpack-lite/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Christopher Vermilion",
"email": "chris@figlyinc.com"
},
{
"name": "Frederik Dudzik",
"email": "4004blog@gmail.com"
},
{
"name": "Garrett Serack",
"email": "gserack@gmail.com"
},
{
"name": "Jesse Armand",
"email": "jesse@jessearmand.com"
},
{
"name": "Joshua Wise",
"email": "josh@joshuawise.ninja"
},
{
"name": "Maciej Hirsz",
"email": "maciej.hirsz@gmail.com"
}
],
"dependencies": {
"event-lite": "^0.1.1",
"ieee754": "^1.1.8",
"int64-buffer": "^0.1.9",
"isarray": "^1.0.0"
},
"deprecated": false,
"description": "Fast Pure JavaScript MessagePack Encoder and Decoder",
"devDependencies": {
"async": "^2.1.1",
"browserify": "^13.1.0",
"concat-stream": "^1.5.2",
"jshint": "^2.9.3",
"mocha": "^3.1.2",
"msgpack.codec": "git+https://github.com/kawanet/msgpack-javascript.git#msgpack.codec",
"uglify-js": "^2.7.3",
"zuul": "^3.11.1"
},
"homepage": "https://github.com/kawanet/msgpack-lite",
"jshintConfig": {
"es3": true,
"globals": {
"JSON": true,
"Symbol": true,
"Map": true,
"window": true
},
"mocha": true,
"node": true,
"undef": true
},
"keywords": [
"arraybuffer",
"buffer",
"fluentd",
"messagepack",
"msgpack",
"serialize",
"stream",
"typedarray",
"uint8array"
],
"license": "MIT",
"main": "index.js",
"name": "msgpack-lite",
"repository": {
"type": "git",
"url": "git+https://github.com/kawanet/msgpack-lite.git"
},
"scripts": {
"benchmark": "./lib/benchmark.js",
"benchmark-lite": "./lib/benchmark.js msgpack-lite",
"benchmark-stream": "./lib/benchmark-stream.js",
"fixpack": "fixpack",
"make": "make",
"size": "make clean dist/msgpack.min.js && gzip -9fkv dist/msgpack.min.js && ls -l dist",
"test": "make test",
"test-browser-local": "make test-browser-local"
},
"version": "0.1.26"
}