package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "formstream@^1.1.0",
  3. "_id": "formstream@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FkW++ub+VbE5dpwukJVDizNWhSgp8FhmhI65pF7BZSVStBqe6Wgxe2Z9/Vhsn7l7nXCPwP+G1cyYlX8VwWOf0g==",
  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.npmjs.org/formstream/-/formstream-1.3.1.tgz",
  22. "_shasum": "6c6f53c1c09f0ffc43231022b355b1d5feda3016",
  23. "_spec": "formstream@^1.1.0",
  24. "_where": "F:\\HBuilderProjects\\test\\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. "pause-stream": "~0.0.11"
  38. },
  39. "deprecated": false,
  40. "description": "A multipart/form-data encoded stream, helper for file upload.",
  41. "devDependencies": {
  42. "@types/node": "^20.4.3",
  43. "connect-multiparty": "1",
  44. "egg-bin": "^5.6.1",
  45. "express": "^4.16.4",
  46. "jshint": "^2.13.6",
  47. "pedding": "1",
  48. "should": "4",
  49. "tsd": "^0.28.1",
  50. "urllib": "2"
  51. },
  52. "files": [
  53. "lib",
  54. "types/formstream.d.ts"
  55. ],
  56. "homepage": "https://github.com/node-modules/formstream#readme",
  57. "keywords": [
  58. "form",
  59. "stream",
  60. "multipart",
  61. "form-data",
  62. "upload",
  63. "postfile",
  64. "request"
  65. ],
  66. "license": "MIT",
  67. "main": "lib/formstream.js",
  68. "name": "formstream",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/node-modules/formstream.git"
  72. },
  73. "scripts": {
  74. "ci": "npm run lint && npm run tsd && npm run cov",
  75. "cov": "egg-bin cov",
  76. "lint": "jshint .",
  77. "test": "egg-bin test",
  78. "tsd": "tsd"
  79. },
  80. "types": "types/formstream.d.ts",
  81. "version": "1.3.1"
  82. }