Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | {
|
---|
2 | "author": {
|
---|
3 | "name": "Robert Kieffer",
|
---|
4 | "url": "http://github.com/broofa",
|
---|
5 | "email": "robert@broofa.com"
|
---|
6 | },
|
---|
7 | "engines": {
|
---|
8 | "node": ">=4.0.0"
|
---|
9 | },
|
---|
10 | "bin": {
|
---|
11 | "mime": "cli.js"
|
---|
12 | },
|
---|
13 | "contributors": [],
|
---|
14 | "description": "A comprehensive library for mime-type mapping",
|
---|
15 | "license": "MIT",
|
---|
16 | "dependencies": {},
|
---|
17 | "devDependencies": {
|
---|
18 | "benchmark": "*",
|
---|
19 | "chalk": "4.1.0",
|
---|
20 | "eslint": "7.20.0",
|
---|
21 | "mime-db": "1.46.0",
|
---|
22 | "mime-score": "1.2.0",
|
---|
23 | "mime-types": "2.1.28",
|
---|
24 | "mocha": "8.3.0",
|
---|
25 | "runmd": "*",
|
---|
26 | "standard-version": "9.1.0"
|
---|
27 | },
|
---|
28 | "files": [
|
---|
29 | "index.js",
|
---|
30 | "lite.js",
|
---|
31 | "Mime.js",
|
---|
32 | "cli.js",
|
---|
33 | "/types"
|
---|
34 | ],
|
---|
35 | "scripts": {
|
---|
36 | "prepare": "node src/build.js && runmd --output README.md src/README_js.md",
|
---|
37 | "release": "standard-version",
|
---|
38 | "benchmark": "node src/benchmark.js",
|
---|
39 | "md": "runmd --watch --output README.md src/README_js.md",
|
---|
40 | "test": "mocha src/test.js"
|
---|
41 | },
|
---|
42 | "keywords": [
|
---|
43 | "util",
|
---|
44 | "mime"
|
---|
45 | ],
|
---|
46 | "name": "mime",
|
---|
47 | "repository": {
|
---|
48 | "url": "https://github.com/broofa/mime",
|
---|
49 | "type": "git"
|
---|
50 | },
|
---|
51 | "version": "2.5.2"
|
---|
52 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.