package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "http-parser-js@>=0.5.1",
  3. "_id": "http-parser-js@0.5.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==",
  6. "_location": "/http-parser-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-parser-js@>=0.5.1",
  12. "name": "http-parser-js",
  13. "escapedName": "http-parser-js",
  14. "rawSpec": ">=0.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": ">=0.5.1"
  17. },
  18. "_requiredBy": [
  19. "/websocket-driver"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
  22. "_shasum": "af23090d9ac4e24573de6f6aecc9d84a48bf20e3",
  23. "_spec": "http-parser-js@>=0.5.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\websocket-driver",
  25. "author": {
  26. "name": "Tim Caswell",
  27. "url": "https://github.com/creationix"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/creationix/http-parser-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jimb Esser",
  36. "url": "https://github.com/Jimbly"
  37. },
  38. {
  39. "name": "Lawrence Rowe",
  40. "url": "https://github.com/lrowe"
  41. },
  42. {
  43. "name": "Jan Schär",
  44. "url": "https://github.com/jscissr"
  45. },
  46. {
  47. "name": "Paul Rütter",
  48. "url": "https://github.com/paulrutter"
  49. }
  50. ],
  51. "deprecated": false,
  52. "description": "A pure JS HTTP parser for node.",
  53. "files": [
  54. "http-parser.js",
  55. "http-parser.d.ts"
  56. ],
  57. "homepage": "https://github.com/creationix/http-parser-js#readme",
  58. "keywords": [
  59. "http"
  60. ],
  61. "license": "MIT",
  62. "main": "http-parser.js",
  63. "name": "http-parser-js",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/creationix/http-parser-js.git"
  67. },
  68. "scripts": {
  69. "test": "python tests/test.py && node tests/iojs/test-http-parser-durability.js",
  70. "testv12": "python tests/test.py --node-args=\"--http-parser=legacy\" && node --http-parser=legacy tests/iojs/test-http-parser-durability.js"
  71. },
  72. "types": "http-parser.d.ts",
  73. "version": "0.5.8"
  74. }