package.json 2.1 KB

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