web 3d图形渲染器
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.

28 lines
854 B

  1. {
  2. "name": "http-parser-js",
  3. "version": "0.5.3",
  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. }