102 lines
2.4 KiB
JSON
102 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"bfj@6.1.1",
|
|
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
|
|
]
|
|
],
|
|
"_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": [
|
|
"/react-scripts"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bfj/-/bfj-6.1.1.tgz",
|
|
"_spec": "6.1.1",
|
|
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
|
|
"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"
|
|
}
|