package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "bfj@6.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bfj@6.1.1",
  10. "_id": "bfj@6.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-BaO3eE+9cs+jwi5WAC75kzZRbEg=",
  13. "_location": "/bfj",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bfj@6.1.1",
  19. "name": "bfj",
  20. "escapedName": "bfj",
  21. "rawSpec": "6.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "6.1.1"
  24. },
  25. "_requiredBy": [
  26. "/webpack-bundle-analyzer"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/bfj/download/bfj-6.1.1.tgz",
  29. "_spec": "6.1.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Phil Booth",
  33. "url": "https://gitlab.com/philbooth"
  34. },
  35. "bugs": {
  36. "url": "https://gitlab.com/philbooth/bfj/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Phil Booth",
  41. "email": "pmbooth@gmail.com",
  42. "url": "https://philbooth.me/"
  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. "hoopy": "^0.1.2",
  57. "tryer": "^1.0.0"
  58. },
  59. "description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.",
  60. "devDependencies": {
  61. "chai": "4.1.x",
  62. "eslint": "4.19.x",
  63. "mocha": "5.0.x",
  64. "please-release-me": "^2.0.2",
  65. "proxyquire": "1.8.x",
  66. "request": "2.85.x",
  67. "spooks": "2.0.x"
  68. },
  69. "engines": {
  70. "node": ">= 6.0.0"
  71. },
  72. "homepage": "https://gitlab.com/philbooth/bfj",
  73. "keywords": [
  74. "json",
  75. "streamify",
  76. "stringify",
  77. "walk",
  78. "parse",
  79. "parser",
  80. "serialise",
  81. "serialize",
  82. "read",
  83. "write",
  84. "async",
  85. "asynchronous"
  86. ],
  87. "license": "MIT",
  88. "main": "./src",
  89. "name": "bfj",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://gitlab.com/philbooth/bfj.git"
  93. },
  94. "scripts": {
  95. "integration": "mocha --ui tdd --reporter spec --colors test/integration",
  96. "lint": "eslint src",
  97. "perf": "wget -O test/mtg.json http://mtgjson.com/json/AllSets-x.json && node test/performance mtg",
  98. "test": "npm run unit && npm run integration",
  99. "unit": "mocha --ui tdd --reporter spec --recursive --colors --slow 120 test/unit"
  100. },
  101. "version": "6.1.1"
  102. }