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.

124 lines
3.1 KiB

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