You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "parseurl@~1.3.3",
  5. "/var/www/noelle.codes/node/node_modules/express"
  6. ]
  7. ],
  8. "_from": "parseurl@>=1.3.3 <1.4.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "parseurl@1.3.3",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/parseurl",
  14. "_nodeVersion": "8.15.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/parseurl_1.3.3_1555388186313_0.9689221694795169"
  18. },
  19. "_npmUser": {
  20. "email": "doug@somethingdoug.com",
  21. "name": "dougwilson"
  22. },
  23. "_npmVersion": "6.4.1",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "parseurl",
  27. "raw": "parseurl@~1.3.3",
  28. "rawSpec": "~1.3.3",
  29. "scope": null,
  30. "spec": ">=1.3.3 <1.4.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/express",
  35. "/finalhandler",
  36. "/serve-static"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  39. "_shasum": "9da19e7bee8d12dff0513ed5b76957793bc2e8d4",
  40. "_shrinkwrap": null,
  41. "_spec": "parseurl@~1.3.3",
  42. "_where": "/var/www/noelle.codes/node/node_modules/express",
  43. "bugs": {
  44. "url": "https://github.com/pillarjs/parseurl/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Douglas Christopher Wilson",
  49. "email": "doug@somethingdoug.com"
  50. },
  51. {
  52. "name": "Jonathan Ong",
  53. "email": "me@jongleberry.com",
  54. "url": "http://jongleberry.com"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "parse a url with memoization",
  59. "devDependencies": {
  60. "beautify-benchmark": "0.2.4",
  61. "benchmark": "2.1.4",
  62. "eslint": "5.16.0",
  63. "eslint-config-standard": "12.0.0",
  64. "eslint-plugin-import": "2.17.1",
  65. "eslint-plugin-node": "7.0.1",
  66. "eslint-plugin-promise": "4.1.1",
  67. "eslint-plugin-standard": "4.0.0",
  68. "fast-url-parser": "1.1.3",
  69. "istanbul": "0.4.5",
  70. "mocha": "6.1.3"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "fileCount": 5,
  75. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  76. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctVcbCRA9TVsSAnZWagAAUsoQAItlF92ss4WrI6lZGFUQ\n94+a7wb5I/oCJxcya6zpvv9F0TjfE2Gv/wdM5wTah83LqQ/FQbKiOKlarWAy\nUFC9i3oFqNCNf9Q4JoiUvFgFpA8K3VdjFL2FG5kXtxSPBEJ7DQ2LiFtp0316\nRJ7BFr6ICgWHl/IA8K0OvLmx4X8/nlbF0Gjuvzdv4dWFkkxWGDNaath51wRt\nKnp32YsQxzQPZJaDFpfOOfweIL4M1Xw3Mzm9T3C7IEdDIH1VeLis41IwVMx6\naCMDeTe9p29yl+uvf6JIBq7gYS1jSmfUgstTU34fu1bgaqavgs5wbv73ECEQ\nYWpS/27rVa/wjAfzIEyahL8Tgw7i3ZuwGaHVApOdackwGY3GZXLufRw5aZt+\n1e20FvF6iap14ONf6fDavmBgla6L5zQfsKPP1uynoPYiPAwLnDGyfK63WNQ4\nuE3CTFJwq8vKZ5byW2g8LrAE1+rDzy2FUWDkLc6sGTz0Nyk+ixM0i8qlA5/Q\nj8qzolmkHixA8UQkgMuCD1pbfDvrj8mrHicZkJLtc8z4mHvZKgAFClTfhcx9\n6LuUqhpkK1LD5kc4HImtYlwZ2NbLSc0QSthgCzxL429GWoxsPl6HnDfStZqR\n6UeYTkoLWR2K9tvhykwPHhCt/cTSpuWnlnDqovHap4ogM/HvLqcKkaomOdVa\nuzpW\r\n=CkLQ\r\n-----END PGP SIGNATURE-----\r\n",
  77. "shasum": "9da19e7bee8d12dff0513ed5b76957793bc2e8d4",
  78. "tarball": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  79. "unpackedSize": 10299
  80. },
  81. "engines": {
  82. "node": ">= 0.8"
  83. },
  84. "gitHead": "0a5323370b02f4eff4069472d1e96a0094aef621",
  85. "homepage": "https://github.com/pillarjs/parseurl#readme",
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "dougwilson",
  90. "email": "doug@somethingdoug.com"
  91. }
  92. ],
  93. "name": "parseurl",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/pillarjs/parseurl.git"
  99. },
  100. "scripts": {
  101. "bench": "node benchmark/index.js",
  102. "lint": "eslint .",
  103. "test": "mocha --check-leaks --bail --reporter spec test/",
  104. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
  105. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
  106. },
  107. "version": "1.3.3"
  108. }