{ "_from": "bfj@^7.0.2", "_id": "bfj@7.1.0", "_inBundle": false, "_integrity": "sha512-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==", "_location": "/bfj", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "bfj@^7.0.2", "name": "bfj", "escapedName": "bfj", "rawSpec": "^7.0.2", "saveSpec": null, "fetchSpec": "^7.0.2" }, "_requiredBy": [ "/react-scripts" ], "_resolved": "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz", "_shasum": "c5177d522103f9040e1b12980fe8c38cf41d3f8b", "_spec": "bfj@^7.0.2", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/react-scripts", "author": { "name": "Phil Booth", "url": "https://gitlab.com/philbooth" }, "bugs": { "url": "https://gitlab.com/philbooth/bfj/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Phil Booth", "email": "pmbooth@gmail.com", "url": "https://philbooth.me/" }, { "name": "Rowan Manning", "url": "https://github.com/rowanmanning" }, { "name": "Benedikt Rötsch", "url": "https://github.com/axe312ger" } ], "dependencies": { "bluebird": "^3.7.2", "check-types": "^11.2.3", "hoopy": "^0.1.4", "jsonpath": "^1.1.1", "tryer": "^1.0.1" }, "deprecated": false, "description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.", "devDependencies": { "axios": "^1.5.0", "chai": "^4.3.8", "eslint": "^8.48.0", "mocha": "^10.2.0", "please-release-me": "^2.1.4", "proxyquire": "^2.1.3", "spooks": "^2.0.0" }, "engines": { "node": ">= 8.0.0" }, "homepage": "https://gitlab.com/philbooth/bfj", "keywords": [ "json", "streamify", "stringify", "walk", "parse", "parser", "serialise", "serialize", "read", "write", "async", "asynchronous" ], "license": "MIT", "main": "./src", "name": "bfj", "repository": { "type": "git", "url": "git+https://gitlab.com/philbooth/bfj.git" }, "scripts": { "integration": "mocha --ui tdd --reporter spec --colors test/integration", "lint": "eslint src", "perf": "wget -O test/mtg.json http://mtgjson.com/json/AllSets-x.json && node test/performance mtg", "test": "npm run unit && npm run integration", "unit": "mocha --ui tdd --reporter spec --recursive --colors --slow 120 test/unit" }, "version": "7.1.0" }