{
  "author": {
    "name": "Pierre Curto"
  },
  "license": "MIT",
  "name": "lz4",
  "description": "LZ4 streaming compression and decompression",
  "keywords": [
    "lz4",
    "compression",
    "decompression",
    "stream"
  ],
  "version": "0.6.5",
  "homepage": "http://github.com/pierrec/node-lz4",
  "repository": {
    "type": "git",
    "url": "git://github.com/pierrec/node-lz4.git"
  },
  "main": "./lib/lz4.js",
  "browser": "./build/lz4.js",
  "bugs": {
    "url": "http://github.com/pierrec/node-lz4/issues"
  },
  "gypfile": true,
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/pierrec/node-lz4/raw/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">= 0.10"
  },
  "dependencies": {
    "buffer": "^5.2.1",
    "cuint": "^0.2.2",
    "nan": "^2.13.2",
    "xxhashjs": "^0.2.2"
  },
  "devDependencies": {
    "benchmark": "^1.0.0",
    "browserify": "^16.2.3",
    "jasmine-core": "^2.2.0",
    "karma": "^5.2.3",
    "karma-chrome-launcher": "^0.1.7",
    "karma-cli": "0.0.4",
    "karma-firefox-launcher": "^0.1.4",
    "karma-jasmine": "^0.3.5",
    "karma-mocha": "^0.1.10",
    "minify": "^4.1.1",
    "mocha": "^8.2.1"
  },
  "scripts": {
    "test": "mocha",
    "install": "node-gyp rebuild",
    "prepublish": "./build.sh"
  }
}
