租房小程序前端代码
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.

85 lines
2.2 KiB

6 months ago
  1. {
  2. "_from": "formstream@^1.1.0",
  3. "_id": "formstream@1.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-q7ORzFqotpwn3Y/GBK2lK7PjtZZwJHz9QE9Phv8zb5IrL9ftGLyi2zjGURON3voK8TaZ+mqJKERYN4lrHYTkUQ==",
  6. "_location": "/formstream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "formstream@^1.1.0",
  12. "name": "formstream",
  13. "escapedName": "formstream",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/urllib"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/formstream/-/formstream-1.5.1.tgz",
  22. "_shasum": "b25f8121aa434cc82e8b36cdd765338b7b8df4de",
  23. "_spec": "formstream@^1.1.0",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\urllib",
  25. "author": {
  26. "name": "fengmk2",
  27. "email": "fengmk2@gmail.com",
  28. "url": "https://github.com/fengmk2"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/node-modules/formstream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "destroy": "^1.0.4",
  36. "mime": "^2.5.2",
  37. "node-hex": "^1.0.1",
  38. "pause-stream": "~0.0.11"
  39. },
  40. "deprecated": false,
  41. "description": "A multipart/form-data encoded stream, helper for file upload.",
  42. "devDependencies": {
  43. "@types/node": "^20.4.3",
  44. "connect-multiparty": "1",
  45. "egg-bin": "^5.6.1",
  46. "express": "^4.16.4",
  47. "git-contributor": "^2.1.5",
  48. "jshint": "^2.13.6",
  49. "pedding": "1",
  50. "should": "4",
  51. "tsd": "^0.28.1",
  52. "urllib": "2"
  53. },
  54. "files": [
  55. "lib",
  56. "types/formstream.d.ts"
  57. ],
  58. "homepage": "https://github.com/node-modules/formstream#readme",
  59. "keywords": [
  60. "form",
  61. "stream",
  62. "multipart",
  63. "form-data",
  64. "upload",
  65. "postfile",
  66. "request"
  67. ],
  68. "license": "MIT",
  69. "main": "lib/formstream.js",
  70. "name": "formstream",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/node-modules/formstream.git"
  74. },
  75. "scripts": {
  76. "ci": "npm run lint && npm run tsd && npm run cov && NODE_DEBUG=formstream npm run cov",
  77. "contributor": "git-contributor",
  78. "cov": "egg-bin cov",
  79. "lint": "jshint .",
  80. "test": "egg-bin test",
  81. "tsd": "tsd"
  82. },
  83. "types": "types/formstream.d.ts",
  84. "version": "1.5.1"
  85. }