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.

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "formidable@^1.2.1",
  3. "_id": "formidable@1.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-V8gLm+41I/8kguQ4/o1D3RIHRmhYFG4pnNyonvua+40rqcEmT4+V71yaZ3B457xbbgCsCfjSPi65u/W6vK1U5Q==",
  6. "_location": "/formidable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "formidable@^1.2.1",
  12. "name": "formidable",
  13. "escapedName": "formidable",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/superagent"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/formidable/-/formidable-1.2.2.tgz",
  22. "_shasum": "bf69aea2972982675f00865342b982986f6b8dd9",
  23. "_spec": "formidable@^1.2.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\superagent",
  25. "bugs": {
  26. "url": "https://github.com/node-formidable/formidable/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "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. "benchmark-2020-01-29_xeon-x3440.png"
  42. ],
  43. "funding": "https://ko-fi.com/tunnckoCore/commissions",
  44. "homepage": "https://github.com/node-formidable/formidable",
  45. "license": "MIT",
  46. "main": "./lib/index.js",
  47. "name": "formidable",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/node-formidable/formidable.git"
  51. },
  52. "scripts": {
  53. "clean": "rm test/tmp/*",
  54. "test": "node test/run.js"
  55. },
  56. "version": "1.2.2"
  57. }