{
  "_args": [
    [
      "msgpack5@3.5.0",
      "/var/www/html/trains/api"
    ]
  ],
  "_from": "msgpack5@3.5.0",
  "_id": "msgpack5@3.5.0",
  "_inBundle": false,
  "_integrity": "sha512-Tmi/rSk4rb22n7y6/i5D4Hidv3t/2mDXB2BVC6AIZ/SHt0aM+TpfWI8IlqcVO91wgyQ0MVroHT3ECRuzb5X5tA==",
  "_location": "/msgpack5",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "msgpack5@3.5.0",
    "name": "msgpack5",
    "escapedName": "msgpack5",
    "rawSpec": "3.5.0",
    "saveSpec": null,
    "fetchSpec": "3.5.0"
  },
  "_requiredBy": [
    "/loopback-connector"
  ],
  "_resolved": "https://registry.npmjs.org/msgpack5/-/msgpack5-3.5.0.tgz",
  "_spec": "3.5.0",
  "_where": "/var/www/html/trains/api",
  "author": {
    "name": "Matteo collina",
    "email": "hello@matteocollina.com"
  },
  "bugs": {
    "url": "https://github.com/mcollina/msgpack5/issues"
  },
  "dependencies": {
    "bl": "^1.2.1",
    "inherits": "^2.0.3",
    "readable-stream": "^2.3.3",
    "safe-buffer": "^5.1.1"
  },
  "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",
    "level-test": "^2.0.3",
    "pre-commit": "^1.2.2",
    "standard": "^10.0.0",
    "tape": "^4.7.0",
    "testling": "^1.7.1",
    "uglify-js": "^3.0.0"
  },
  "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.5.0"
}
