summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/mime-types/package.json
blob: 8e7b5f62ba3b50a7c2294816ab607c59bfb070c8 (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
{
  "_args": [
    [
      "mime-types@~2.1.7",
      "/Users/rebecca/code/npm/node_modules/request"
    ]
  ],
  "_from": "mime-types@>=2.1.7 <2.2.0",
  "_id": "mime-types@2.1.10",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/mime-types",
  "_nodeVersion": "4.2.3",
  "_npmOperationalInternal": {
    "host": "packages-9-west.internal.npmjs.com",
    "tmp": "tmp/mime-types-2.1.10.tgz_1455575237256_0.9163766100537032"
  },
  "_npmUser": {
    "email": "doug@somethingdoug.com",
    "name": "dougwilson"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "mime-types",
    "raw": "mime-types@~2.1.7",
    "rawSpec": "~2.1.7",
    "scope": null,
    "spec": ">=2.1.7 <2.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request",
    "/request/form-data"
  ],
  "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.10.tgz",
  "_shasum": "b93c7cb4362e16d41072a7e54538fb4d43070837",
  "_shrinkwrap": null,
  "_spec": "mime-types@~2.1.7",
  "_where": "/Users/rebecca/code/npm/node_modules/request",
  "bugs": {
    "url": "https://github.com/jshttp/mime-types/issues"
  },
  "contributors": [
    {
      "email": "doug@somethingdoug.com",
      "name": "Douglas Christopher Wilson"
    },
    {
      "email": "fishrock123@rocketmail.com",
      "name": "Jeremiah Senkpiel",
      "url": "https://searchbeam.jit.su"
    },
    {
      "email": "me@jongleberry.com",
      "name": "Jonathan Ong",
      "url": "http://jongleberry.com"
    }
  ],
  "dependencies": {
    "mime-db": "~1.22.0"
  },
  "description": "The ultimate javascript content-type utility.",
  "devDependencies": {
    "istanbul": "0.4.2",
    "mocha": "1.21.5"
  },
  "directories": {},
  "dist": {
    "shasum": "b93c7cb4362e16d41072a7e54538fb4d43070837",
    "tarball": "http://registry.npmjs.org/mime-types/-/mime-types-2.1.10.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "index.js"
  ],
  "gitHead": "70785d38e9cc251137b00f73ab3d3257c4aea203",
  "homepage": "https://github.com/jshttp/mime-types#readme",
  "keywords": [
    "mime",
    "types"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "doug@somethingdoug.com",
      "name": "dougwilson"
    },
    {
      "email": "fishrock123@rocketmail.com",
      "name": "fishrock123"
    },
    {
      "email": "jonathanrichardong@gmail.com",
      "name": "jongleberry"
    }
  ],
  "name": "mime-types",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/mime-types.git"
  },
  "scripts": {
    "test": "mocha --reporter spec test/test.js",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
  },
  "version": "2.1.10"
}