package.json 2.2 KB

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