package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "parseurl@1.3.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parseurl@1.3.3",
  10. "_id": "parseurl@1.3.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  13. "_location": "/parseurl",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parseurl@1.3.3",
  19. "name": "parseurl",
  20. "escapedName": "parseurl",
  21. "rawSpec": "1.3.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.3"
  24. },
  25. "_requiredBy": [
  26. "/express",
  27. "/serve-index",
  28. "/serve-static"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  31. "_spec": "1.3.3",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "bugs": {
  34. "url": "https://github.com/pillarjs/parseurl/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Douglas Christopher Wilson",
  39. "email": "doug@somethingdoug.com"
  40. },
  41. {
  42. "name": "Jonathan Ong",
  43. "email": "me@jongleberry.com",
  44. "url": "http://jongleberry.com"
  45. }
  46. ],
  47. "description": "parse a url with memoization",
  48. "devDependencies": {
  49. "beautify-benchmark": "0.2.4",
  50. "benchmark": "2.1.4",
  51. "eslint": "5.16.0",
  52. "eslint-config-standard": "12.0.0",
  53. "eslint-plugin-import": "2.17.1",
  54. "eslint-plugin-node": "7.0.1",
  55. "eslint-plugin-promise": "4.1.1",
  56. "eslint-plugin-standard": "4.0.0",
  57. "fast-url-parser": "1.1.3",
  58. "istanbul": "0.4.5",
  59. "mocha": "6.1.3"
  60. },
  61. "engines": {
  62. "node": ">= 0.8"
  63. },
  64. "files": [
  65. "LICENSE",
  66. "HISTORY.md",
  67. "README.md",
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/pillarjs/parseurl#readme",
  71. "license": "MIT",
  72. "name": "parseurl",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/pillarjs/parseurl.git"
  76. },
  77. "scripts": {
  78. "bench": "node benchmark/index.js",
  79. "lint": "eslint .",
  80. "test": "mocha --check-leaks --bail --reporter spec test/",
  81. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
  82. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
  83. },
  84. "version": "1.3.3"
  85. }