package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "parseurl@~1.3.2",
  6. "scope": null,
  7. "escapedName": "parseurl",
  8. "name": "parseurl",
  9. "rawSpec": "~1.3.2",
  10. "spec": ">=1.3.2 <1.4.0",
  11. "type": "range"
  12. },
  13. "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express"
  14. ]
  15. ],
  16. "_from": "parseurl@>=1.3.2 <1.4.0",
  17. "_id": "parseurl@1.3.2",
  18. "_inCache": true,
  19. "_location": "/parseurl",
  20. "_nodeVersion": "6.11.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/parseurl-1.3.2.tgz_1504992079883_0.05658079497516155"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "parseurl@~1.3.2",
  33. "scope": null,
  34. "escapedName": "parseurl",
  35. "name": "parseurl",
  36. "rawSpec": "~1.3.2",
  37. "spec": ">=1.3.2 <1.4.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/express",
  42. "/finalhandler",
  43. "/serve-static"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz",
  46. "_shasum": "fc289d4ed8993119460c156253262cdc8de65bf3",
  47. "_shrinkwrap": null,
  48. "_spec": "parseurl@~1.3.2",
  49. "_where": "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\express",
  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. "name": "Jonathan Ong",
  60. "email": "me@jongleberry.com",
  61. "url": "http://jongleberry.com"
  62. }
  63. ],
  64. "dependencies": {},
  65. "description": "parse a url with memoization",
  66. "devDependencies": {
  67. "beautify-benchmark": "0.2.4",
  68. "benchmark": "2.1.4",
  69. "eslint": "3.19.0",
  70. "eslint-config-standard": "10.2.1",
  71. "eslint-plugin-import": "2.7.0",
  72. "eslint-plugin-node": "5.1.1",
  73. "eslint-plugin-promise": "3.5.0",
  74. "eslint-plugin-standard": "3.0.1",
  75. "fast-url-parser": "1.1.3",
  76. "istanbul": "0.4.5",
  77. "mocha": "2.5.3"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "shasum": "fc289d4ed8993119460c156253262cdc8de65bf3",
  82. "tarball": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz"
  83. },
  84. "engines": {
  85. "node": ">= 0.8"
  86. },
  87. "files": [
  88. "LICENSE",
  89. "HISTORY.md",
  90. "README.md",
  91. "index.js"
  92. ],
  93. "gitHead": "0022a009d0973a44ae3849e83112ea4d12ad5b49",
  94. "homepage": "https://github.com/pillarjs/parseurl#readme",
  95. "license": "MIT",
  96. "maintainers": [
  97. {
  98. "name": "dougwilson",
  99. "email": "doug@somethingdoug.com"
  100. }
  101. ],
  102. "name": "parseurl",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/pillarjs/parseurl.git"
  108. },
  109. "scripts": {
  110. "bench": "node benchmark/index.js",
  111. "lint": "eslint .",
  112. "test": "mocha --check-leaks --bail --reporter spec test/",
  113. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
  114. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
  115. },
  116. "version": "1.3.2"
  117. }