This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/bfj/package.json

99 lines
2.5 KiB
JSON

{
"_from": "bfj@^6.1.1",
"_id": "bfj@6.1.2",
"_inBundle": false,
"_integrity": "sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==",
"_location": "/bfj",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bfj@^6.1.1",
"name": "bfj",
"escapedName": "bfj",
"rawSpec": "^6.1.1",
"saveSpec": null,
"fetchSpec": "^6.1.1"
},
"_requiredBy": [
"/webpack-bundle-analyzer"
],
"_resolved": "https://registry.npmjs.org/bfj/-/bfj-6.1.2.tgz",
"_shasum": "325c861a822bcb358a41c78a33b8e6e2086dde7f",
"_spec": "bfj@^6.1.1",
"_where": "/home/soeren/dev/keksaccountgui/node_modules/webpack-bundle-analyzer",
"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.5.5",
"check-types": "^8.0.3",
"hoopy": "^0.1.4",
"tryer": "^1.0.1"
},
"deprecated": false,
"description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.0.1",
"mocha": "^6.1.4",
"please-release-me": "^2.1.2",
"proxyquire": "^2.1.0",
"request": "^2.88.0",
"spooks": "^2.0.0"
},
"engines": {
"node": ">= 6.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": "6.1.2"
}