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