package.json 2.2 KB

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