package.json 2.9 KB

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