package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "parseurl@1.3.3",
  5. "/Users/mac/projects/mime/mine"
  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. "/finalhandler",
  28. "/serve-index",
  29. "/serve-static"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  32. "_spec": "1.3.3",
  33. "_where": "/Users/mac/projects/mime/mine",
  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. }