package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "formstream@^1.1.0",
  3. "_id": "formstream@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yHRxt3qLFnhsKAfhReM4w17jP+U1OlhUjnKPPtonwKbIJO7oBP0MvoxkRUwb8AU9n0MIkYy5X5dK6pQnbj+R2Q==",
  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.1.1.tgz",
  22. "_shasum": "17259d2440c35ca9736db9f45fb3ba3f8669c750",
  23. "_spec": "formstream@^1.1.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\urllib",
  25. "author": {
  26. "name": "fengmk2",
  27. "email": "fengmk2@gmail.com",
  28. "url": "https://fengmk2.com"
  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. "autod": "*",
  43. "connect-multiparty": "1",
  44. "express": "^4.16.4",
  45. "istanbul": "*",
  46. "mocha": "3",
  47. "pedding": "1",
  48. "should": "4",
  49. "urllib": "2"
  50. },
  51. "files": [
  52. "lib"
  53. ],
  54. "homepage": "https://github.com/node-modules/formstream#readme",
  55. "keywords": [
  56. "form",
  57. "stream",
  58. "multipart",
  59. "form-data",
  60. "upload",
  61. "postfile",
  62. "request"
  63. ],
  64. "license": "MIT",
  65. "main": "lib/formstream.js",
  66. "name": "formstream",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/node-modules/formstream.git"
  70. },
  71. "scripts": {
  72. "autod": "autod -w --prefix '^'",
  73. "jshint": "jshint .",
  74. "test": "mocha -R spec -t 5000 -r should test/*.test.js",
  75. "test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 5000 -r should test/*.test.js",
  76. "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 5000 -r should test/*.test.js"
  77. },
  78. "version": "1.1.1"
  79. }