package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "express-fileupload",
  3. "_id": "express-fileupload@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/Fu4+pVQ1lED3jb17kqAjxYS3b/m0WWUSWBOCxBjdXc41SpXV1lUVc3LGAFLaLf6EkcUMzeAYRNJ7dWW9n/Jmw==",
  6. "_location": "/express-fileupload",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "express-fileupload",
  12. "name": "express-fileupload",
  13. "escapedName": "express-fileupload",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.4.tgz",
  23. "_shasum": "a4e7900bd2b63d88c6158d7c8202a370d1e839cf",
  24. "_spec": "express-fileupload",
  25. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register",
  26. "author": {
  27. "name": "Richard Girges",
  28. "email": "richardgirges@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/richardgirges/express-fileupload/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "busboy": "^0.2.14"
  36. },
  37. "deprecated": false,
  38. "description": "Simple express file upload middleware that wraps around Busboy",
  39. "devDependencies": {
  40. "body-parser": "^1.18.3",
  41. "coveralls": "^3.0.2",
  42. "eslint": "^5.9.0",
  43. "express": "^4.16.3",
  44. "istanbul": "^0.4.5",
  45. "md5": "^2.2.1",
  46. "mocha": "^5.2.0",
  47. "rimraf": "^2.6.2",
  48. "supertest": "^3.3.0"
  49. },
  50. "engines": {
  51. "node": ">=6.0.0"
  52. },
  53. "homepage": "https://github.com/richardgirges/express-fileupload#readme",
  54. "keywords": [
  55. "express",
  56. "file-upload",
  57. "upload",
  58. "forms",
  59. "multipart",
  60. "files",
  61. "busboy",
  62. "middleware"
  63. ],
  64. "license": "MIT",
  65. "main": "./lib/index",
  66. "name": "express-fileupload",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/richardgirges/express-fileupload.git"
  70. },
  71. "scripts": {
  72. "coveralls": "cat ./coverage/lcov.info | coveralls",
  73. "lint": "eslint ./",
  74. "test": "istanbul cover _mocha -- -R spec"
  75. },
  76. "version": "1.1.4"
  77. }