{
  "name": "@hapi/subtext",
  "description": "HTTP payload parsing",
  "version": "8.1.3",
  "repository": "git://github.com/hapijs/subtext",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "keywords": [
    "http",
    "payload",
    "file",
    "stream",
    "multipart"
  ],
  "eslintConfig": {
    "extends": [
      "plugin:@hapi/module"
    ]
  },
  "dependencies": {
    "@hapi/boom": "^10.0.1",
    "@hapi/bourne": "^3.0.0",
    "@hapi/content": "^6.0.2",
    "@hapi/file": "^3.0.0",
    "@hapi/hoek": "^11.0.7",
    "@hapi/pez": "^6.1.1",
    "@hapi/wreck": "^18.1.1"
  },
  "devDependencies": {
    "@hapi/code": "^9.0.3",
    "@hapi/eslint-plugin": "^6.0.0",
    "@hapi/lab": "^25.3.2",
    "form-data": "^4.0.5"
  },
  "scripts": {
    "test": "lab -a @hapi/code -t 100 -L",
    "test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
  },
  "license": "BSD-3-Clause"

,"_resolved": "https://registry.npmjs.org/@hapi/subtext/-/subtext-8.1.3.tgz"
,"_integrity": "sha512-WTpEZQjBP3UJ3gGunNl3w5Ao1EOJsuu2vttZ2KEcG+csSLxc0dI6VIkl2md2jDlHiQ2ARAoqdSUScy05A/NHtA=="
,"_from": "@hapi/subtext@8.1.3"
}