package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "busboy@^0.2.11",
  3. "_id": "busboy@0.2.14",
  4. "_inBundle": false,
  5. "_integrity": "sha1-bCpiLvz0fFe7vh4qnDetNseSVFM=",
  6. "_location": "/busboy",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.2",
  9. "inherits": "2.0.3",
  10. "isarray": "0.0.1"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "busboy@^0.2.11",
  16. "name": "busboy",
  17. "escapedName": "busboy",
  18. "rawSpec": "^0.2.11",
  19. "saveSpec": null,
  20. "fetchSpec": "^0.2.11"
  21. },
  22. "_requiredBy": [
  23. "/multer"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/busboy/-/busboy-0.2.14.tgz",
  26. "_shasum": "6c2a622efcf47c57bbbe1e2a9c37ad36c7925453",
  27. "_spec": "busboy@^0.2.11",
  28. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\multer",
  29. "author": {
  30. "name": "Brian White",
  31. "email": "mscdex@mscdex.net"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mscdex/busboy/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "dicer": "0.2.5",
  39. "readable-stream": "1.1.x"
  40. },
  41. "deprecated": false,
  42. "description": "A streaming parser for HTML form data for node.js",
  43. "engines": {
  44. "node": ">=0.8.0"
  45. },
  46. "homepage": "https://github.com/mscdex/busboy#readme",
  47. "keywords": [
  48. "uploads",
  49. "forms",
  50. "multipart",
  51. "form-data"
  52. ],
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "http://github.com/mscdex/busboy/raw/master/LICENSE"
  57. }
  58. ],
  59. "main": "./lib/main",
  60. "name": "busboy",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/mscdex/busboy.git"
  64. },
  65. "scripts": {
  66. "test": "node test/test.js"
  67. },
  68. "version": "0.2.14"
  69. }