1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_from": "bfj@^7.0.2",
- "_id": "bfj@7.0.2",
- "_inBundle": false,
- "_integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
- "_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.0.2.tgz",
- "_shasum": "1988ce76f3add9ac2913fd8ba47aad9e651bfbb2",
- "_spec": "bfj@^7.0.2",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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.5.5",
- "check-types": "^11.1.1",
- "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": ">= 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.0.2"
- }
|