{ "name": "bfj", "version": "6.1.1", "description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.", "homepage": "https://gitlab.com/philbooth/bfj", "bugs": "https://gitlab.com/philbooth/bfj/issues", "license": "MIT", "author": "Phil Booth (https://gitlab.com/philbooth)", "main": "./src", "keywords": [ "json", "streamify", "stringify", "walk", "parse", "parser", "serialise", "serialize", "read", "write", "async", "asynchronous" ], "repository": { "type": "git", "url": "https://gitlab.com/philbooth/bfj.git" }, "engines": { "node": ">= 6.0.0" }, "dependencies": { "bluebird": "^3.5.1", "check-types": "^7.3.0", "hoopy": "^0.1.2", "tryer": "^1.0.0" }, "devDependencies": { "chai": "4.1.x", "eslint": "4.19.x", "mocha": "5.0.x", "please-release-me": "^2.0.2", "proxyquire": "1.8.x", "request": "2.85.x", "spooks": "2.0.x" }, "scripts": { "lint": "eslint src", "test": "npm run unit && npm run integration", "unit": "mocha --ui tdd --reporter spec --recursive --colors --slow 120 test/unit", "integration": "mocha --ui tdd --reporter spec --colors test/integration", "perf": "wget -O test/mtg.json http://mtgjson.com/json/AllSets-x.json && node test/performance mtg" } }