package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "bfj-node4@^5.2.0",
  3. "_id": "bfj-node4@5.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SOmOsowQWfXc7ybFARsK3C4MCOWzERaOMV/Fl3Tgjs+5dJWyzo3oa127jL44eMbQiAN17J7SvAs2TRxEScTUmg==",
  6. "_location": "/bfj-node4",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bfj-node4@^5.2.0",
  12. "name": "bfj-node4",
  13. "escapedName": "bfj-node4",
  14. "rawSpec": "^5.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.2.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-bundle-analyzer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bfj-node4/-/bfj-node4-5.3.1.tgz",
  22. "_shasum": "e23d8b27057f1d0214fc561142ad9db998f26830",
  23. "_spec": "bfj-node4@^5.2.0",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\webpack-bundle-analyzer",
  25. "author": {
  26. "name": "Phil Booth",
  27. "url": "https://github.com/philbooth"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/philbooth/bfj/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Phil Booth",
  36. "email": "pmbooth@gmail.com",
  37. "url": "https://github.com/philbooth"
  38. },
  39. {
  40. "name": "Rowan Manning",
  41. "url": "https://github.com/rowanmanning"
  42. },
  43. {
  44. "name": "Benedikt Rötsch",
  45. "url": "https://github.com/axe312ger"
  46. }
  47. ],
  48. "dependencies": {
  49. "bluebird": "^3.5.1",
  50. "check-types": "^7.3.0",
  51. "tryer": "^1.0.0"
  52. },
  53. "deprecated": "Switch to the `bfj` package for fixes and new features!",
  54. "description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.",
  55. "devDependencies": {
  56. "chai": "4.1.x",
  57. "eslint": "4.19.x",
  58. "mocha": "5.0.x",
  59. "please-release-me": "2.0.x",
  60. "proxyquire": "1.8.x",
  61. "request": "2.85.x",
  62. "spooks": "2.0.x"
  63. },
  64. "engines": {
  65. "node": ">= 4.0.0"
  66. },
  67. "homepage": "https://github.com/philbooth/bfj",
  68. "keywords": [
  69. "json",
  70. "streamify",
  71. "stringify",
  72. "walk",
  73. "parse",
  74. "parser",
  75. "serialise",
  76. "serialize",
  77. "read",
  78. "write",
  79. "async",
  80. "asynchronous"
  81. ],
  82. "license": "MIT",
  83. "main": "./src",
  84. "name": "bfj-node4",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/philbooth/bfj.git"
  88. },
  89. "scripts": {
  90. "integration": "mocha --ui tdd --reporter spec --colors test/integration",
  91. "lint": "eslint src",
  92. "perf": "wget -O test/mtg.json http://mtgjson.com/json/AllSets-x.json && node test/performance mtg",
  93. "test": "npm run unit && npm run integration",
  94. "unit": "mocha --ui tdd --reporter spec --recursive --colors --slow 120 test/unit"
  95. },
  96. "version": "5.3.1"
  97. }