package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "multiparty@4.1.3",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "multiparty@4.1.3",
  9. "_id": "multiparty@4.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-PEPH/LGJbhdGBDap3Qtu8WaOT5Q=",
  12. "_location": "/multiparty",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "multiparty@4.1.3",
  18. "name": "multiparty",
  19. "escapedName": "multiparty",
  20. "rawSpec": "4.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.3"
  23. },
  24. "_requiredBy": [
  25. "/static-server2"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.1.3.tgz",
  28. "_spec": "4.1.3",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Andrew Kelley",
  32. "email": "superjoe30@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/pillarjs/multiparty/issues"
  36. },
  37. "dependencies": {
  38. "fd-slicer": "~1.0.1"
  39. },
  40. "description": "multipart/form-data parser which supports streaming",
  41. "devDependencies": {
  42. "findit2": "~2.2.3",
  43. "istanbul": "~0.4.3",
  44. "mkdirp": "~0.5.1",
  45. "pend": "~1.2.0",
  46. "rimraf": "~2.5.2",
  47. "superagent": "~0.21.0"
  48. },
  49. "directories": {
  50. "example": "examples",
  51. "test": "test"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "homepage": "https://github.com/pillarjs/multiparty#readme",
  57. "keywords": [
  58. "file",
  59. "upload",
  60. "formidable",
  61. "stream",
  62. "s3"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "multiparty",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+ssh://git@github.com/pillarjs/multiparty.git"
  70. },
  71. "scripts": {
  72. "test": "node test/test.js",
  73. "test-cov": "istanbul cover test/test.js",
  74. "test-travis": "istanbul cover test/test.js --report lcovonly"
  75. },
  76. "version": "4.1.3"
  77. }