package.json 1.5 KB

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