package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "http-parser-js",
  3. "version": "0.5.6",
  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. "http-parser.d.ts"
  17. ],
  18. "keywords": [
  19. "http"
  20. ],
  21. "author": "Tim Caswell (https://github.com/creationix)",
  22. "contributors": [
  23. "Jimb Esser (https://github.com/Jimbly)",
  24. "Lawrence Rowe (https://github.com/lrowe)",
  25. "Jan Schär (https://github.com/jscissr)",
  26. "Paul Rütter (https://github.com/paulrutter)"
  27. ],
  28. "license": "MIT",
  29. "__npminstall_done": true,
  30. "_from": "http-parser-js@0.5.6",
  31. "_resolved": "https://registry.npmmirror.com/http-parser-js/-/http-parser-js-0.5.6.tgz"
  32. }