package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "parseurl@~1.3.1",
  6. "scope": null,
  7. "escapedName": "parseurl",
  8. "name": "parseurl",
  9. "rawSpec": "~1.3.1",
  10. "spec": ">=1.3.1 <1.4.0",
  11. "type": "range"
  12. },
  13. "/home/tati/shared/especificos-web-V2/back/node_modules/express"
  14. ]
  15. ],
  16. "_from": "parseurl@>=1.3.1 <1.4.0",
  17. "_id": "parseurl@1.3.1",
  18. "_inCache": true,
  19. "_location": "/parseurl",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "parseurl@~1.3.1",
  28. "scope": null,
  29. "escapedName": "parseurl",
  30. "name": "parseurl",
  31. "rawSpec": "~1.3.1",
  32. "spec": ">=1.3.1 <1.4.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/express",
  37. "/finalhandler",
  38. "/serve-static"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz",
  41. "_shasum": "c8ab8c9223ba34888aa64a297b28853bec18da56",
  42. "_shrinkwrap": null,
  43. "_spec": "parseurl@~1.3.1",
  44. "_where": "/home/tati/shared/especificos-web-V2/back/node_modules/express",
  45. "author": {
  46. "name": "Jonathan Ong",
  47. "email": "me@jongleberry.com",
  48. "url": "http://jongleberry.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/pillarjs/parseurl/issues"
  52. },
  53. "contributors": [
  54. {
  55. "name": "Douglas Christopher Wilson",
  56. "email": "doug@somethingdoug.com"
  57. }
  58. ],
  59. "dependencies": {},
  60. "description": "parse a url with memoization",
  61. "devDependencies": {
  62. "beautify-benchmark": "0.2.4",
  63. "benchmark": "2.0.0",
  64. "fast-url-parser": "1.1.3",
  65. "istanbul": "0.4.2",
  66. "mocha": "~1.21.5"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "c8ab8c9223ba34888aa64a297b28853bec18da56",
  71. "tarball": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz"
  72. },
  73. "engines": {
  74. "node": ">= 0.8"
  75. },
  76. "files": [
  77. "LICENSE",
  78. "HISTORY.md",
  79. "README.md",
  80. "index.js"
  81. ],
  82. "gitHead": "6d22d376d75b927ab2b5347ce3a1d6735133dd43",
  83. "homepage": "https://github.com/pillarjs/parseurl",
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "jongleberry",
  88. "email": "jonathanrichardong@gmail.com"
  89. },
  90. {
  91. "name": "dougwilson",
  92. "email": "doug@somethingdoug.com"
  93. },
  94. {
  95. "name": "tjholowaychuk",
  96. "email": "tj@vision-media.ca"
  97. },
  98. {
  99. "name": "mscdex",
  100. "email": "mscdex@mscdex.net"
  101. },
  102. {
  103. "name": "fishrock123",
  104. "email": "fishrock123@rocketmail.com"
  105. },
  106. {
  107. "name": "defunctzombie",
  108. "email": "shtylman@gmail.com"
  109. }
  110. ],
  111. "name": "parseurl",
  112. "optionalDependencies": {},
  113. "readme": "ERROR: No README data found!",
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/pillarjs/parseurl.git"
  117. },
  118. "scripts": {
  119. "bench": "node benchmark/index.js",
  120. "test": "mocha --check-leaks --bail --reporter spec test/",
  121. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
  122. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
  123. },
  124. "version": "1.3.1"
  125. }