package.json 2.0 KB

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