6fbd23e9f3d408b46176e91357368c0143287d0d
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / parseurl / package.json
1 {
2   "name": "parseurl",
3   "description": "parse a url with memoization",
4   "version": "1.3.0",
5   "author": {
6     "name": "Jonathan Ong",
7     "email": "me@jongleberry.com",
8     "url": "http://jongleberry.com"
9   },
10   "contributors": [
11     {
12       "name": "Douglas Christopher Wilson",
13       "email": "doug@somethingdoug.com"
14     }
15   ],
16   "repository": {
17     "type": "git",
18     "url": "https://github.com/expressjs/parseurl"
19   },
20   "license": "MIT",
21   "devDependencies": {
22     "benchmark": "1.0.0",
23     "beautify-benchmark": "0.2.4",
24     "fast-url-parser": "~1.0.0",
25     "istanbul": "0.3.0",
26     "mocha": "~1.21.4"
27   },
28   "scripts": {
29     "bench": "node benchmark/index.js",
30     "test": "mocha --check-leaks --bail --reporter spec test/",
31     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
32     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
33   },
34   "gitHead": "03b7ccca240e2bef5df6c25797e99175d28fb2cb",
35   "bugs": {
36     "url": "https://github.com/expressjs/parseurl/issues"
37   },
38   "homepage": "https://github.com/expressjs/parseurl",
39   "_id": "parseurl@1.3.0",
40   "_shasum": "b58046db4223e145afa76009e61bac87cc2281b3",
41   "_from": "parseurl@~1.3.0",
42   "_npmVersion": "1.4.21",
43   "_npmUser": {
44     "name": "dougwilson",
45     "email": "doug@somethingdoug.com"
46   },
47   "maintainers": [
48     {
49       "name": "jongleberry",
50       "email": "jonathanrichardong@gmail.com"
51     },
52     {
53       "name": "shtylman",
54       "email": "shtylman@gmail.com"
55     },
56     {
57       "name": "dougwilson",
58       "email": "doug@somethingdoug.com"
59     },
60     {
61       "name": "tjholowaychuk",
62       "email": "tj@vision-media.ca"
63     },
64     {
65       "name": "mscdex",
66       "email": "mscdex@mscdex.net"
67     },
68     {
69       "name": "fishrock123",
70       "email": "fishrock123@rocketmail.com"
71     }
72   ],
73   "dist": {
74     "shasum": "b58046db4223e145afa76009e61bac87cc2281b3",
75     "tarball": "http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz"
76   },
77   "directories": {},
78   "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz",
79   "readme": "ERROR: No README data found!"
80 }