GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
909 B

2 months ago
  1. {
  2. "name": "http-parser-js",
  3. "version": "0.5.8",
  4. "description": "A pure JS HTTP parser for node.",
  5. "main": "http-parser.js",
  6. "types": "http-parser.d.ts",
  7. "scripts": {
  8. "test": "python tests/test.py && node tests/iojs/test-http-parser-durability.js",
  9. "testv12": "python tests/test.py --node-args=\"--http-parser=legacy\" && node --http-parser=legacy tests/iojs/test-http-parser-durability.js"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/creationix/http-parser-js.git"
  14. },
  15. "files": [
  16. "http-parser.js",
  17. "http-parser.d.ts"
  18. ],
  19. "keywords": [
  20. "http"
  21. ],
  22. "author": "Tim Caswell (https://github.com/creationix)",
  23. "contributors": [
  24. "Jimb Esser (https://github.com/Jimbly)",
  25. "Lawrence Rowe (https://github.com/lrowe)",
  26. "Jan Schär (https://github.com/jscissr)",
  27. "Paul Rütter (https://github.com/paulrutter)"
  28. ],
  29. "license": "MIT"
  30. }