package.json 2.9 KB

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