summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/package.json
blob: bb48d8cf5f291a008c38d8a1d141429b93095249 (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
  "_args": [
    [
      "mime-db@~1.21.0",
      "/Users/rebecca/code/npm/node_modules/request/node_modules/mime-types"
    ]
  ],
  "_from": "mime-db@>=1.21.0 <1.22.0",
  "_id": "mime-db@1.21.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/mime-types/mime-db",
  "_npmUser": {
    "email": "doug@somethingdoug.com",
    "name": "dougwilson"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "name": "mime-db",
    "raw": "mime-db@~1.21.0",
    "rawSpec": "~1.21.0",
    "scope": null,
    "spec": ">=1.21.0 <1.22.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request/mime-types"
  ],
  "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.21.0.tgz",
  "_shasum": "9b5239e3353cf6eb015a00d890261027c36d4bac",
  "_shrinkwrap": null,
  "_spec": "mime-db@~1.21.0",
  "_where": "/Users/rebecca/code/npm/node_modules/request/node_modules/mime-types",
  "bugs": {
    "url": "https://github.com/jshttp/mime-db/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    },
    {
      "name": "Robert Kieffer",
      "email": "robert@broofa.com",
      "url": "http://github.com/broofa"
    }
  ],
  "dependencies": {},
  "description": "Media Type Database",
  "devDependencies": {
    "bluebird": "3.1.1",
    "co": "4.6.0",
    "cogent": "1.0.1",
    "csv-parse": "1.0.1",
    "gnode": "0.1.1",
    "istanbul": "0.4.1",
    "mocha": "1.21.5",
    "raw-body": "2.1.5",
    "stream-to-array": "2.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "9b5239e3353cf6eb015a00d890261027c36d4bac",
    "tarball": "http://registry.npmjs.org/mime-db/-/mime-db-1.21.0.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "db.json",
    "index.js"
  ],
  "gitHead": "9ab92f0a912a602408a64db5741dfef6f82c597f",
  "homepage": "https://github.com/jshttp/mime-db",
  "keywords": [
    "charset",
    "charsets",
    "database",
    "db",
    "mime",
    "type",
    "types"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "name": "mime-db",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/mime-db.git"
  },
  "scripts": {
    "build": "node scripts/build",
    "fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
    "update": "npm run fetch && npm run build"
  },
  "version": "1.21.0"
}