package.json 2.6 KB
{
  "_from": "bfj-node4@^5.2.0",
  "_id": "bfj-node4@5.3.1",
  "_inBundle": false,
  "_integrity": "sha512-SOmOsowQWfXc7ybFARsK3C4MCOWzERaOMV/Fl3Tgjs+5dJWyzo3oa127jL44eMbQiAN17J7SvAs2TRxEScTUmg==",
  "_location": "/bfj-node4",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bfj-node4@^5.2.0",
    "name": "bfj-node4",
    "escapedName": "bfj-node4",
    "rawSpec": "^5.2.0",
    "saveSpec": null,
    "fetchSpec": "^5.2.0"
  },
  "_requiredBy": [
    "/webpack-bundle-analyzer"
  ],
  "_resolved": "https://registry.npmjs.org/bfj-node4/-/bfj-node4-5.3.1.tgz",
  "_shasum": "e23d8b27057f1d0214fc561142ad9db998f26830",
  "_spec": "bfj-node4@^5.2.0",
  "_where": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\一二三\\src\\finance_serv\\node_modules\\webpack-bundle-analyzer",
  "author": {
    "name": "Phil Booth",
    "url": "https://github.com/philbooth"
  },
  "bugs": {
    "url": "https://github.com/philbooth/bfj/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Phil Booth",
      "email": "pmbooth@gmail.com",
      "url": "https://github.com/philbooth"
    },
    {
      "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",
    "tryer": "^1.0.0"
  },
  "deprecated": "Switch to the `bfj` package for fixes and new features!",
  "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.x",
    "proxyquire": "1.8.x",
    "request": "2.85.x",
    "spooks": "2.0.x"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "homepage": "https://github.com/philbooth/bfj",
  "keywords": [
    "json",
    "streamify",
    "stringify",
    "walk",
    "parse",
    "parser",
    "serialise",
    "serialize",
    "read",
    "write",
    "async",
    "asynchronous"
  ],
  "license": "MIT",
  "main": "./src",
  "name": "bfj-node4",
  "repository": {
    "type": "git",
    "url": "git+https://github.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": "5.3.1"
}