package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "bfj@^7.0.2",
  3. "_id": "bfj@7.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
  6. "_location": "/bfj",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bfj@^7.0.2",
  12. "name": "bfj",
  13. "escapedName": "bfj",
  14. "rawSpec": "^7.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.2"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz",
  22. "_shasum": "1988ce76f3add9ac2913fd8ba47aad9e651bfbb2",
  23. "_spec": "bfj@^7.0.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  25. "author": {
  26. "name": "Phil Booth",
  27. "url": "https://gitlab.com/philbooth"
  28. },
  29. "bugs": {
  30. "url": "https://gitlab.com/philbooth/bfj/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Phil Booth",
  36. "email": "pmbooth@gmail.com",
  37. "url": "https://philbooth.me/"
  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.5",
  50. "check-types": "^11.1.1",
  51. "hoopy": "^0.1.4",
  52. "tryer": "^1.0.1"
  53. },
  54. "deprecated": false,
  55. "description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.",
  56. "devDependencies": {
  57. "chai": "^4.2.0",
  58. "eslint": "^6.0.1",
  59. "mocha": "^6.1.4",
  60. "please-release-me": "^2.1.2",
  61. "proxyquire": "^2.1.0",
  62. "request": "^2.88.0",
  63. "spooks": "^2.0.0"
  64. },
  65. "engines": {
  66. "node": ">= 8.0.0"
  67. },
  68. "homepage": "https://gitlab.com/philbooth/bfj",
  69. "keywords": [
  70. "json",
  71. "streamify",
  72. "stringify",
  73. "walk",
  74. "parse",
  75. "parser",
  76. "serialise",
  77. "serialize",
  78. "read",
  79. "write",
  80. "async",
  81. "asynchronous"
  82. ],
  83. "license": "MIT",
  84. "main": "./src",
  85. "name": "bfj",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://gitlab.com/philbooth/bfj.git"
  89. },
  90. "scripts": {
  91. "integration": "mocha --ui tdd --reporter spec --colors test/integration",
  92. "lint": "eslint src",
  93. "perf": "wget -O test/mtg.json http://mtgjson.com/json/AllSets-x.json && node test/performance mtg",
  94. "test": "npm run unit && npm run integration",
  95. "unit": "mocha --ui tdd --reporter spec --recursive --colors --slow 120 test/unit"
  96. },
  97. "version": "7.0.2"
  98. }