package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "http-parser-js@0.4.10",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "http-parser-js@0.4.10",
  9. "_id": "http-parser-js@0.4.10",
  10. "_inBundle": false,
  11. "_integrity": "sha1-ksnBN0w1CF912zWexWzCV8u5P6Q=",
  12. "_location": "/http-parser-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "http-parser-js@0.4.10",
  18. "name": "http-parser-js",
  19. "escapedName": "http-parser-js",
  20. "rawSpec": "0.4.10",
  21. "saveSpec": null,
  22. "fetchSpec": "0.4.10"
  23. },
  24. "_requiredBy": [
  25. "/websocket-driver"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.10.tgz",
  28. "_spec": "0.4.10",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  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. ],
  59. "homepage": "https://github.com/creationix/http-parser-js#readme",
  60. "keywords": [
  61. "http"
  62. ],
  63. "license": "MIT",
  64. "main": "http-parser.js",
  65. "name": "http-parser-js",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/creationix/http-parser-js.git"
  69. },
  70. "scripts": {
  71. "test": "python tests/test.py && node tests/iojs/test-http-parser-durability.js"
  72. },
  73. "version": "0.4.10"
  74. }