{
  "_from": "notepack.io@~2.2.0",
  "_id": "notepack.io@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-9b5w3t5VSH6ZPosoYnyDONnUTF8o0UkBw7JLA6eBlYJWyGT1Q3vQa8Hmuj1/X6RYvHjjygBDgw6fJhe0JEojfw==",
  "_location": "/notepack.io",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "notepack.io@~2.2.0",
    "name": "notepack.io",
    "escapedName": "notepack.io",
    "rawSpec": "~2.2.0",
    "saveSpec": null,
    "fetchSpec": "~2.2.0"
  },
  "_requiredBy": [
    "/@socket.io/redis-adapter",
    "/socket.io-redis"
  ],
  "_resolved": "https://registry.npmjs.org/notepack.io/-/notepack.io-2.2.0.tgz",
  "_shasum": "d7ea71d1cb90094f88c6f3c8d84277c2d0cd101c",
  "_spec": "notepack.io@~2.2.0",
  "_where": "/home/phpv8aaitd/public_html/bro/node_modules/@socket.io/redis-adapter",
  "author": {
    "name": "Damien Arrachequesne",
    "email": "damien.arrachequesne@gmail.com"
  },
  "browser": {
    "./lib/encode.js": "./browser/encode.js",
    "./lib/decode.js": "./browser/decode.js"
  },
  "bugs": {
    "url": "https://github.com/darrachequesne/notepack/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A fast Node.js implementation of the latest MessagePack spec",
  "devDependencies": {
    "benchmark": "^2.1.2",
    "benchtable": "^0.1.0",
    "chai": "^3.5.0",
    "istanbul": "^0.4.5",
    "jshint": "^2.9.5",
    "mocha": "^3.2.0",
    "msgpack-js": "^0.3.0",
    "msgpack-lite": "^0.1.26",
    "uglify-js": "^3.4.9"
  },
  "files": [
    "lib/",
    "browser/",
    "dist/*.js"
  ],
  "homepage": "https://github.com/darrachequesne/notepack",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "notepack.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/darrachequesne/notepack.git"
  },
  "scripts": {
    "build": "uglifyjs --compress --mangle --mangle-props keep_quoted -- dist/notepack.js > dist/notepack.min.js",
    "lint": "jshint lib/*.js browser/*.js test/*.js",
    "test": "npm run lint && istanbul cover _mocha -r test/support/env test/"
  },
  "version": "2.2.0"
}
