Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/python/aiohttp/vendor/llhttp/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  package.json   Sprache: unbekannt

 
Spracherkennung für: .json vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

{
  "name": "llhttp",
  "version": "9.2.1",
  "description": "HTTP parser in LLVM IR",
  "main": "lib/llhttp.js",
  "types": "lib/llhttp.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "bench": "ts-node bench/",
    "build": "ts-node bin/generate.ts",
    "build-ts": "tsc",
    "prebuild-wasm": "npm run wasm -- --prebuild && npm run wasm -- --setup",
    "build-wasm": "npm run wasm -- --docker",
    "wasm": "ts-node bin/build_wasm.ts",
    "clean": "rm -rf lib && rm -rf test/tmp",
    "prepare": "npm run clean && npm run build-ts",
    "test": "node -r ts-node/register/type-check ./test/md-test.ts",
    "lint": "eslint -c eslint.json bin/*.ts src/*.ts src/**/*.ts test/*.ts test/**/*.ts",
    "lint-fix": "eslint --fix -c eslint.json bin/*.ts src/*.ts src/**/*.ts test/*.ts test/**/*.ts",
    "postversion": "RELEASE=`node -e \"process.stdout.write(require('./package').version)\"` make -B postversion",
    "github-release": "RELEASE_V=`node -e \"process.stdout.write('v' + require('./package').version)\"` make github-release"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nodejs/llhttp.git"
  },
  "keywords": [
    "http",
    "llvm",
    "ir",
    "llparse"
  ],
  "author": "Fedor Indutny <fedor@indutny.com> (http://darksi.de/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nodejs/llhttp/issues"
  },
  "homepage": "https://github.com/nodejs/llhttp#readme",
  "devDependencies": {
    "@stylistic/eslint-plugin": "^1.5.4",
    "@types/node": "^20.11.10",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^6.20.0",
    "eslint": "^8.56.0",
    "llparse-dot": "^1.0.1",
    "llparse-test-fixture": "^5.0.1",
    "mdgator": "^1.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "llparse": "^7.1.1"
  }
}

[ Dauer der Verarbeitung: 0.43 Sekunden  ]