package.json 2.3 KB

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