package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "parseurl@1.3.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parseurl@1.3.3",
  10. "_id": "parseurl@1.3.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-naGee+6NEt/wUT7Vt2lXeTvC6NQ=",
  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. "/finalhandler",
  28. "/serve-index",
  29. "/serve-static"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/parseurl/download/parseurl-1.3.3.tgz",
  32. "_spec": "1.3.3",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "bugs": {
  35. "url": "https://github.com/pillarjs/parseurl/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Douglas Christopher Wilson",
  40. "email": "doug@somethingdoug.com"
  41. },
  42. {
  43. "name": "Jonathan Ong",
  44. "email": "me@jongleberry.com",
  45. "url": "http://jongleberry.com"
  46. }
  47. ],
  48. "description": "parse a url with memoization",
  49. "devDependencies": {
  50. "beautify-benchmark": "0.2.4",
  51. "benchmark": "2.1.4",
  52. "eslint": "5.16.0",
  53. "eslint-config-standard": "12.0.0",
  54. "eslint-plugin-import": "2.17.1",
  55. "eslint-plugin-node": "7.0.1",
  56. "eslint-plugin-promise": "4.1.1",
  57. "eslint-plugin-standard": "4.0.0",
  58. "fast-url-parser": "1.1.3",
  59. "istanbul": "0.4.5",
  60. "mocha": "6.1.3"
  61. },
  62. "engines": {
  63. "node": ">= 0.8"
  64. },
  65. "files": [
  66. "LICENSE",
  67. "HISTORY.md",
  68. "README.md",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/pillarjs/parseurl#readme",
  72. "license": "MIT",
  73. "name": "parseurl",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/pillarjs/parseurl.git"
  77. },
  78. "scripts": {
  79. "bench": "node benchmark/index.js",
  80. "lint": "eslint .",
  81. "test": "mocha --check-leaks --bail --reporter spec test/",
  82. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
  83. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
  84. },
  85. "version": "1.3.3"
  86. }