blob: a1d5c0372eb838517c2001eb510a053b1e164b95 [file] [log] [blame]
{
"_args": [
[
"bfj@6.1.1",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "bfj@6.1.1",
"_id": "bfj@6.1.1",
"_inBundle": false,
"_integrity": "sha512-+GUNvzHR4nRyGybQc2WpNJL4MJazMuvf92ueIyA0bIkPRwhhQu3IfZQ2PSoVPpCBJfmoSdOxu5rnotfFLlvYRQ==",
"_location": "/bfj",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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.1.tgz",
"_spec": "6.1.1",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Phil Booth",
"url": "https://gitlab.com/philbooth"
},
"bugs": {
"url": "https://gitlab.com/philbooth/bfj/issues"
},
"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.1",
"check-types": "^7.3.0",
"hoopy": "^0.1.2",
"tryer": "^1.0.0"
},
"description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.",
"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"
},
"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.1"
}