package.json 2.4 KB

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