用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.2 KiB

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
  1. {
  2. "name": "formstream",
  3. "version": "1.5.1",
  4. "description": "A multipart/form-data encoded stream, helper for file upload.",
  5. "main": "lib/formstream.js",
  6. "types": "types/formstream.d.ts",
  7. "files": [
  8. "lib",
  9. "types/formstream.d.ts"
  10. ],
  11. "scripts": {
  12. "test": "egg-bin test",
  13. "cov": "egg-bin cov",
  14. "ci": "npm run lint && npm run tsd && npm run cov && NODE_DEBUG=formstream npm run cov",
  15. "lint": "jshint .",
  16. "tsd": "tsd",
  17. "contributor": "git-contributor"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/node-modules/formstream.git"
  22. },
  23. "keywords": [
  24. "form",
  25. "stream",
  26. "multipart",
  27. "form-data",
  28. "upload",
  29. "postfile",
  30. "request"
  31. ],
  32. "dependencies": {
  33. "destroy": "^1.0.4",
  34. "mime": "^2.5.2",
  35. "node-hex": "^1.0.1",
  36. "pause-stream": "~0.0.11"
  37. },
  38. "devDependencies": {
  39. "@types/node": "^20.4.3",
  40. "connect-multiparty": "1",
  41. "egg-bin": "^5.6.1",
  42. "express": "^4.16.4",
  43. "git-contributor": "^2.1.5",
  44. "jshint": "^2.13.6",
  45. "pedding": "1",
  46. "should": "4",
  47. "tsd": "^0.28.1",
  48. "urllib": "2"
  49. },
  50. "author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
  51. "license": "MIT"
  52. }