{
  "name": "larvitreqparser",
  "version": "0.5.160",
  "description": "Middleware to larvitbase or Express to handle forms",
  "main": "index.js",
  "scripts": {
    "lint": "eslint ./",
    "test": "npm run lint && nyc --reporter=lcov tape test/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/larvit/larvitreqparser.git"
  },
  "keywords": [
    "middleware",
    "forms",
    "form"
  ],
  "author": {
    "name": "Mikael 'Lilleman' Göransson",
    "email": "lilleman@larvit.se",
    "url": "http://github.com/larvit/larvitbase"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/larvit/larvitreqparser/issues"
  },
  "homepage": "https://github.com/larvit/larvitreqparser#readme",
  "devDependencies": {
    "axios": "1.20.0",
    "eslint": "8.57.1",
    "form-data": "4.0.6",
    "nyc": "18.0.0",
    "tape": "5.10.2"
  },
  "dependencies": {
    "async": "3.2.6",
    "busboy": "1.6.0",
    "fs-extra": "11.4.0",
    "larvitutils": "5.1.208",
    "qs": "6.16.0",
    "uuid": "11.1.0"
  }
}
