package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "parseurl@~1.3.3",
  3. "_id": "parseurl@1.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  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. "/serve-static"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  22. "_shasum": "9da19e7bee8d12dff0513ed5b76957793bc2e8d4",
  23. "_spec": "parseurl@~1.3.3",
  24. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/serve-static",
  25. "bugs": {
  26. "url": "https://github.com/pillarjs/parseurl/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. {
  35. "name": "Jonathan Ong",
  36. "email": "me@jongleberry.com",
  37. "url": "http://jongleberry.com"
  38. }
  39. ],
  40. "deprecated": false,
  41. "description": "parse a url with memoization",
  42. "devDependencies": {
  43. "beautify-benchmark": "0.2.4",
  44. "benchmark": "2.1.4",
  45. "eslint": "5.16.0",
  46. "eslint-config-standard": "12.0.0",
  47. "eslint-plugin-import": "2.17.1",
  48. "eslint-plugin-node": "7.0.1",
  49. "eslint-plugin-promise": "4.1.1",
  50. "eslint-plugin-standard": "4.0.0",
  51. "fast-url-parser": "1.1.3",
  52. "istanbul": "0.4.5",
  53. "mocha": "6.1.3"
  54. },
  55. "engines": {
  56. "node": ">= 0.8"
  57. },
  58. "files": [
  59. "LICENSE",
  60. "HISTORY.md",
  61. "README.md",
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/pillarjs/parseurl#readme",
  65. "license": "MIT",
  66. "name": "parseurl",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/pillarjs/parseurl.git"
  70. },
  71. "scripts": {
  72. "bench": "node benchmark/index.js",
  73. "lint": "eslint .",
  74. "test": "mocha --check-leaks --bail --reporter spec test/",
  75. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
  76. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
  77. },
  78. "version": "1.3.3"
  79. }