package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "formidable@^1.2.2",
  3. "_id": "formidable@1.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ==",
  6. "_location": "/formidable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "formidable@^1.2.2",
  12. "name": "formidable",
  13. "escapedName": "formidable",
  14. "rawSpec": "^1.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.2"
  17. },
  18. "_requiredBy": [
  19. "/superagent"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/formidable/-/formidable-1.2.6.tgz",
  22. "_shasum": "d2a51d60162bbc9b4a055d8457a7c75315d1a168",
  23. "_spec": "formidable@^1.2.2",
  24. "_where": "D:\\website\\Other\\score\\node_modules\\superagent",
  25. "bugs": {
  26. "url": "https://github.com/node-formidable/formidable/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": "Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau",
  30. "description": "(DEPRECATED! Install formidable@v2) A node.js module for parsing form data, especially file uploads.",
  31. "devDependencies": {
  32. "findit": "^0.1.2",
  33. "gently": "^0.8.0",
  34. "hashish": "^0.0.4",
  35. "request": "^2.11.4",
  36. "urun": "^0.0.6",
  37. "utest": "^0.0.8"
  38. },
  39. "files": [
  40. "lib"
  41. ],
  42. "funding": "https://ko-fi.com/tunnckoCore/commissions",
  43. "homepage": "https://github.com/node-formidable/formidable",
  44. "license": "MIT",
  45. "main": "./lib/index.js",
  46. "name": "formidable",
  47. "publishConfig": {
  48. "access": "public",
  49. "tag": "v1"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/node-formidable/formidable.git"
  54. },
  55. "scripts": {
  56. "clean": "rm test/tmp/*",
  57. "test": "node test/run.js"
  58. },
  59. "version": "1.2.6"
  60. }