{
  "_from": "formdata-node@^4.3.2",
  "_id": "formdata-node@4.4.1",
  "_inBundle": false,
  "_integrity": "sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==",
  "_location": "/formdata-node",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "formdata-node@^4.3.2",
    "name": "formdata-node",
    "escapedName": "formdata-node",
    "rawSpec": "^4.3.2",
    "saveSpec": null,
    "fetchSpec": "^4.3.2"
  },
  "_requiredBy": [
    "/@anthropic-ai/sdk",
    "/openai"
  ],
  "_resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-4.4.1.tgz",
  "_shasum": "23f6a5cb9cb55315912cbec4ff7b0f59bbd191e2",
  "_spec": "formdata-node@^4.3.2",
  "_where": "/home/hlxgazog/nodevenv/ai.opunet.com/chat/mic2/10/lib/node_modules/@anthropic-ai/sdk",
  "author": {
    "name": "Nick K.",
    "email": "io@octetstream.me"
  },
  "browser": "./lib/cjs/browser.js",
  "bugs": {
    "url": "https://github.com/octet-stream/form-data/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "node-domexception": "1.0.0",
    "web-streams-polyfill": "4.0.0-beta.3"
  },
  "deprecated": false,
  "description": "Spec-compliant FormData implementation for Node.js",
  "devDependencies": {
    "@octetstream/eslint-config": "5.0.0",
    "@types/node": "17.0.19",
    "@types/sinon": "10.0.11",
    "@typescript-eslint/eslint-plugin": "4.32.0",
    "@typescript-eslint/parser": "4.32.0",
    "@zoltu/typescript-transformer-append-js-extension": "1.0.1",
    "ava": "4.0.1",
    "c8": "7.12.0",
    "eslint": "7.32.0",
    "eslint-config-airbnb-typescript": "12.3.1",
    "eslint-import-resolver-typescript": "2.5.0",
    "eslint-plugin-ava": "12.0.0",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-react": "7.26.1",
    "husky": "7.0.4",
    "lint-staged": "12.3.4",
    "rimraf": "^3.0.2",
    "sinon": "13.0.1",
    "ts-node": "10.5.0",
    "ttypescript": "1.5.13",
    "typescript": "4.5.5"
  },
  "engines": {
    "node": ">= 12.20"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "node": {
        "types": "./@type/index.d.ts",
        "import": "./lib/esm/index.js",
        "require": "./lib/cjs/index.js"
      },
      "browser": {
        "types": "./@type/browser.d.ts",
        "import": "./lib/esm/browser.js",
        "require": "./lib/cjs/browser.js"
      },
      "default": "./lib/esm/index.js"
    },
    "./file-from-path": {
      "types": "./@type/fileFromPath.d.ts",
      "import": "./lib/esm/fileFromPath.js",
      "require": "./lib/cjs/fileFromPath.js"
    }
  },
  "homepage": "https://github.com/octet-stream/form-data#readme",
  "keywords": [
    "form-data",
    "node",
    "form",
    "upload",
    "files-upload",
    "ponyfill"
  ],
  "license": "MIT",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/browser.js",
  "name": "formdata-node",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octet-stream/form-data.git"
  },
  "scripts": {
    "build": "npm run build:esm && npm run build:cjs && npm run build:types",
    "build:cjs": "ttsc --project tsconfig.cjs.json",
    "build:esm": "ttsc --project tsconfig.esm.json",
    "build:types": "ttsc --project tsconfig.d.ts.json",
    "ci": "c8 npm test && c8 report --reporter=json",
    "cleanup": "npx rimraf @type \"lib/**/*.js\"",
    "coverage": "c8 npm test",
    "eslint": "eslint lib/**/*.ts",
    "husky": "husky install",
    "prepare": "npm run cleanup && npm run build",
    "report:html": "c8 -r=html npm test",
    "staged": "lint-staged",
    "test": "ava --fail-fast"
  },
  "sideEffects": false,
  "types": "./@type/index.d.ts",
  "typesVersions": {
    "*": {
      "file-from-path": [
        "@type/fileFromPath.d.ts"
      ]
    }
  },
  "version": "4.4.1"
}
