{
  "_args": [
    [
      "@web3-storage/multipart-parser@1.0.0",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "@web3-storage/multipart-parser@1.0.0",
  "_id": "@web3-storage/multipart-parser@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-BEO6al7BYqcnfX15W2cnGR+Q566ACXAT9UQykORCWW80lmkpWsnEob6zJS1ZVBKsSJC8+7vJkHwlp+lXG1UCdw==",
  "_location": "/@web3-storage/multipart-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@web3-storage/multipart-parser@1.0.0",
    "name": "@web3-storage/multipart-parser",
    "escapedName": "@web3-storage%2fmultipart-parser",
    "scope": "@web3-storage",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/@web-std/fetch"
  ],
  "_resolved": "https://registry.npmjs.org/@web3-storage/multipart-parser/-/multipart-parser-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "vasco-santos"
  },
  "browser": {
    ".": "./cjs/src/index.js"
  },
  "bugs": {
    "url": "https://github.com/web3-storage/multipart-parser/issues"
  },
  "description": "A simple multipart/form-data parser to use with ReadableStreams",
  "devDependencies": {
    "ipjs": "^5.0.3",
    "playwright-test": "^6.0.0",
    "standard": "^16.0.3",
    "tape": "^5.2.2",
    "typescript": "^4.3.5",
    "web-streams-polyfill": "^3.1.0"
  },
  "exports": {
    ".": {
      "browser": "./esm/src/index.js",
      "require": "./cjs/src/index.js",
      "import": "./esm/src/index.js"
    }
  },
  "homepage": "https://github.com/web3-storage/multipart-parser#readme",
  "license": "(Apache-2.0 AND MIT)",
  "main": "./cjs/src/index.js",
  "name": "@web3-storage/multipart-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web3-storage/multipart-parser.git"
  },
  "scripts": {
    "build": "npm run build:js && npm run build:types",
    "build:copy": "cp -a tsconfig.json src test dist/ ",
    "build:js": "ipjs build --main && npm run build:copy",
    "build:types": "npm run build:copy && cd dist && tsc --build",
    "lint": "standard",
    "test": "playwright-test -r tape -b webkit test/*.spec.js"
  },
  "standard": {
    "ignore": [
      "dist"
    ]
  },
  "types": "./types/index.d.ts",
  "version": "1.0.0"
}
