813e2b18f91405d67194fb35026fb6f57a4fe001
[VSoRC/.git] / node_modules / parseurl / package.json
1 {
2   "_from": "parseurl@~1.3.3",
3   "_id": "parseurl@1.3.3",
4   "_inBundle": false,
5   "_integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
6   "_location": "/parseurl",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "parseurl@~1.3.3",
12     "name": "parseurl",
13     "escapedName": "parseurl",
14     "rawSpec": "~1.3.3",
15     "saveSpec": null,
16     "fetchSpec": "~1.3.3"
17   },
18   "_requiredBy": [
19     "/express",
20     "/finalhandler",
21     "/serve-static"
22   ],
23   "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
24   "_shasum": "9da19e7bee8d12dff0513ed5b76957793bc2e8d4",
25   "_spec": "parseurl@~1.3.3",
26   "_where": "/home/josuer08/Documents/web/node_modules/express",
27   "bugs": {
28     "url": "https://github.com/pillarjs/parseurl/issues"
29   },
30   "bundleDependencies": false,
31   "contributors": [
32     {
33       "name": "Douglas Christopher Wilson",
34       "email": "doug@somethingdoug.com"
35     },
36     {
37       "name": "Jonathan Ong",
38       "email": "me@jongleberry.com",
39       "url": "http://jongleberry.com"
40     }
41   ],
42   "deprecated": false,
43   "description": "parse a url with memoization",
44   "devDependencies": {
45     "beautify-benchmark": "0.2.4",
46     "benchmark": "2.1.4",
47     "eslint": "5.16.0",
48     "eslint-config-standard": "12.0.0",
49     "eslint-plugin-import": "2.17.1",
50     "eslint-plugin-node": "7.0.1",
51     "eslint-plugin-promise": "4.1.1",
52     "eslint-plugin-standard": "4.0.0",
53     "fast-url-parser": "1.1.3",
54     "istanbul": "0.4.5",
55     "mocha": "6.1.3"
56   },
57   "engines": {
58     "node": ">= 0.8"
59   },
60   "files": [
61     "LICENSE",
62     "HISTORY.md",
63     "README.md",
64     "index.js"
65   ],
66   "homepage": "https://github.com/pillarjs/parseurl#readme",
67   "license": "MIT",
68   "name": "parseurl",
69   "repository": {
70     "type": "git",
71     "url": "git+https://github.com/pillarjs/parseurl.git"
72   },
73   "scripts": {
74     "bench": "node benchmark/index.js",
75     "lint": "eslint .",
76     "test": "mocha --check-leaks --bail --reporter spec test/",
77     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
78     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
79   },
80   "version": "1.3.3"
81 }