aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/mime/package.json
blob: 7040fa3ff3d4371dd903d6e34066b5aed45cbd19 (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
{
  "_args": [
    [
      {
        "raw": "mime@1.4.1",
        "scope": null,
        "escapedName": "mime",
        "name": "mime",
        "rawSpec": "1.4.1",
        "spec": "1.4.1",
        "type": "version"
      },
      "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/send"
    ]
  ],
  "_from": "mime@1.4.1",
  "_id": "mime@1.4.1",
  "_inCache": true,
  "_location": "/mime",
  "_nodeVersion": "7.10.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/mime-1.4.1.tgz_1506364709246_0.33135218149982393"
  },
  "_npmUser": {
    "name": "broofa",
    "email": "robert@broofa.com"
  },
  "_npmVersion": "5.4.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "mime@1.4.1",
    "scope": null,
    "escapedName": "mime",
    "name": "mime",
    "rawSpec": "1.4.1",
    "spec": "1.4.1",
    "type": "version"
  },
  "_requiredBy": [
    "/send"
  ],
  "_resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz",
  "_shasum": "121f9ebc49e3766f311a76e1fa1c8003c4b03aa6",
  "_shrinkwrap": null,
  "_spec": "mime@1.4.1",
  "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/send",
  "author": {
    "name": "Robert Kieffer",
    "email": "robert@broofa.com",
    "url": "http://github.com/broofa"
  },
  "bin": {
    "mime": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/broofa/node-mime/issues"
  },
  "contributors": [
    {
      "name": "Benjamin Thomas",
      "email": "benjamin@benjaminthomas.org",
      "url": "http://github.com/bentomas"
    }
  ],
  "dependencies": {},
  "description": "A comprehensive library for mime-type mapping",
  "devDependencies": {
    "mime-db": "1.30.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==",
    "shasum": "121f9ebc49e3766f311a76e1fa1c8003c4b03aa6",
    "tarball": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz"
  },
  "gitHead": "eb24bae372a76acd2c95fd05f8837814c33a9e3d",
  "homepage": "https://github.com/broofa/node-mime#readme",
  "keywords": [
    "util",
    "mime"
  ],
  "license": "MIT",
  "main": "mime.js",
  "maintainers": [
    {
      "name": "broofa",
      "email": "robert@broofa.com"
    },
    {
      "name": "bentomas",
      "email": "benjamin@benjaminthomas.org"
    }
  ],
  "name": "mime",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "url": "git+https://github.com/broofa/node-mime.git",
    "type": "git"
  },
  "scripts": {
    "prepublish": "node build/build.js > types.json",
    "test": "node build/test.js"
  },
  "version": "1.4.1"
}