package.json 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "http-parser-js",
  3. "version": "0.5.2",
  4. "description": "A pure JS HTTP parser for node.",
  5. "main": "http-parser.js",
  6. "scripts": {
  7. "test": "python tests/test.py && node tests/iojs/test-http-parser-durability.js",
  8. "testv12": "python tests/test.py --node-args=\"--http-parser=legacy\" && node --http-parser=legacy tests/iojs/test-http-parser-durability.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/creationix/http-parser-js.git"
  13. },
  14. "files": [
  15. "http-parser.js"
  16. ],
  17. "keywords": [
  18. "http"
  19. ],
  20. "author": "Tim Caswell (https://github.com/creationix)",
  21. "contributors": [
  22. "Jimb Esser (https://github.com/Jimbly)",
  23. "Lawrence Rowe (https://github.com/lrowe)",
  24. "Jan Schär (https://github.com/jscissr)",
  25. "Paul Rütter (https://github.com/paulrutter)"
  26. ],
  27. "license": "MIT",
  28. "__npminstall_done": "Thu Dec 24 2020 20:21:06 GMT+0800 (CST)",
  29. "_from": "http-parser-js@0.5.2",
  30. "_resolved": "https://registry.npm.taobao.org/http-parser-js/download/http-parser-js-0.5.2.tgz"
  31. }