{ "name": "parse-multipart-mixed-mail-pmb",
  "version": "0.1.4",
  "description": "Split a 'Content-Type: multipart/mixed' email into parsed headers and body parts.",
  "keywords": [
    "attachment",
    "email",
    "mail",
    "mime",
    "multipart",
    "multipart/mixed",
    "parser"
  ],

  "author": "M.K. (https://github.com/mk-pmb)",
  "homepage": "https://github.com/mk-pmb/parse-multipart-mixed-mail-pmb-js/#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mk-pmb/parse-multipart-mixed-mail-pmb-js.git"
  },
  "bugs": {
    "url": "https://github.com/mk-pmb/parse-multipart-mixed-mail-pmb-js/issues"
  },
  "contributors": [],

  "private": false, "license": "ISC",

  "main": "split.mjs",
  "scripts": { "test": "nodemjs test/all.mjs" },
  "directories": { "test": "test" },

  "dependencies": {
    "parse-mail-attachment-pmb": "^0.1.8",
    "split-string-or-buffer-once-pmb": "^1.0.0",
    "typechecks-pmb": "^0.200620.4"
  },
  "devDependencies": {
    "nodemjs": "^0.1.8",
    "p-fatal": "^0.1.3",
    "p-tape": "^4.0.1",
    "usnam-pmb": "^0.2.4"
  },


  "npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-"
}
