milo-parser 0.4.0

A fast and embeddable HTTP/1.1 parser.
Documentation
{
  "name": "@perseveranza-pets/milo",
  "version": "0.4.0",
  "description": "A fast and embeddable HTTP/1.1 parser.",
  "homepage": "https://sw.cowtech.it/milo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ShogunPanda/milo.git"
  },
  "keywords": [
    "http",
    "parser"
  ],
  "bugs": {
    "url": "https://github.com/ShogunPanda/milo/issues"
  },
  "author": "Shogun <shogun@cowtech.it>",
  "license": "ISC",
  "private": false,
  "type": "module",
  "files": [
    "binary",
    "src",
    "CODE_OF_CONDUCT.md",
    "LICENSE.md",
    "README.md"
  ],
  "main": "src/simd/index.js",
  "exports": {
    ".": {
      "import": "./src/simd/index.js",
      "require": "./src/simd/index.js"
    },
    "./unbundled": {
      "import": "./src/simd/unbundled.js",
      "require": "./src/simd/unbundled.js"
    },
    "./no-simd": {
      "import": "./src/no-simd/index.js",
      "require": "./src/no-simd/index.js"
    },
    "./no-simd/unbundled": {
      "import": "./src/no-simd/unbundled.js",
      "require": "./src/no-simd/unbundled.js"
    }
  },
  "engines": {
    "node": ">= 22.21.0"
  }
}