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.

102 lines
2.5 KiB

{
"_from": "msgpack5@^3.3.0",
"_id": "msgpack5@3.6.0",
"_inBundle": false,
"_integrity": "sha512-6HuCZHA57WtNUzrKIvjJ8OMxigzveJ6D5i13y6TsgGu3X3zxABpuBvChpppOoGdB9SyWZcmqUs1fwUV/PpSQ7Q==",
"_location": "/msgpack5",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.4",
"process-nextick-args": "2.0.1",
"safe-buffer": "5.1.2",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "msgpack5@^3.3.0",
"name": "msgpack5",
"escapedName": "msgpack5",
"rawSpec": "^3.3.0",
"saveSpec": null,
"fetchSpec": "^3.3.0"
},
"_requiredBy": [
"/mosca"
],
"_resolved": "https://registry.npmjs.org/msgpack5/-/msgpack5-3.6.0.tgz",
"_shasum": "13912ee47cb0ad037f70def7924ebf38afa19b4f",
"_spec": "msgpack5@^3.3.0",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca",
"author": {
"name": "Matteo collina",
"email": "hello@matteocollina.com"
},
"bugs": {
"url": "https://github.com/mcollina/msgpack5/issues"
},
"bundleDependencies": false,
"dependencies": {
"bl": "^1.2.1",
"inherits": "^2.0.3",
"readable-stream": "^2.3.3",
"safe-buffer": "^5.1.1"
},
"deprecated": false,
"description": "A msgpack v5 implementation for node.js and the browser, with extension points",
"devDependencies": {
"browserify": "^14.0.0",
"faucet": "0.0.1",
"jshint": "^2.9.5",
"memdb": "^1.3.1",
"pre-commit": "^1.2.2",
"standard": "^10.0.3",
"tape": "^4.8.0",
"testling": "^1.7.1",
"uglify-js": "^3.0.28"
},
"homepage": "https://github.com/mcollina/msgpack5",
"keywords": [
"msgpack",
"extension",
"v5",
"MessagePack",
"ext"
],
"license": "MIT",
"main": "index.js",
"name": "msgpack5",
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "git://github.com/mcollina/msgpack5.git"
},
"scripts": {
"browserify": "browserify index.js -o dist/msgpack5.js -s msgpack5",
"build": "npm run browserify && npm run dist",
"dist": "uglifyjs dist/msgpack5.js -o dist/msgpack5.min.js",
"test": "standard && tape test/* | faucet",
"test-browser": "browserify test/* | testling -u"
},
"standard": {
"ignore": [
"dist/"
]
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
},
"version": "3.6.0"
}