aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/mime/package.json
blob: 36ef26b9697556eb7986ccede54c68974a3617a4 (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.3.4",
        "scope": null,
        "escapedName": "mime",
        "name": "mime",
        "rawSpec": "^1.3.4",
        "spec": ">=1.3.4 <2.0.0",
        "type": "range"
      },
      "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma"
    ]
  ],
  "_from": "mime@>=1.3.4 <2.0.0",
  "_id": "mime@1.3.4",
  "_inCache": true,
  "_location": "/mime",
  "_npmUser": {
    "name": "broofa",
    "email": "robert@broofa.com"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "raw": "mime@^1.3.4",
    "scope": null,
    "escapedName": "mime",
    "name": "mime",
    "rawSpec": "^1.3.4",
    "spec": ">=1.3.4 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/karma",
    "/send"
  ],
  "_resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz",
  "_shasum": "115f9e3b6b3daf2959983cb38f149a2d40eb5d53",
  "_shrinkwrap": null,
  "_spec": "mime@^1.3.4",
  "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma",
  "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.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "115f9e3b6b3daf2959983cb38f149a2d40eb5d53",
    "tarball": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz"
  },
  "gitHead": "1628f6e0187095009dcef4805c3a49706f137974",
  "homepage": "https://github.com/broofa/node-mime",
  "keywords": [
    "util",
    "mime"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/broofa/node-mime/master/LICENSE"
    }
  ],
  "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.3.4"
}