package.json
2.17 KB
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
{
"_from": "whatwg-mimetype@^3.0.0",
"_id": "whatwg-mimetype@3.0.0",
"_inBundle": false,
"_integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
"_location": "/whatwg-mimetype",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "whatwg-mimetype@^3.0.0",
"name": "whatwg-mimetype",
"escapedName": "whatwg-mimetype",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/data-urls",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
"_shasum": "5fa1a7623867ff1af6ca3dc72ad6b8a4208beba7",
"_spec": "whatwg-mimetype@^3.0.0",
"_where": "C:\\Users\\bshoo\\Desktop\\OSS\\Singer-Composer\\node_modules\\jsdom",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
"url": "https://domenic.me/"
},
"bugs": {
"url": "https://github.com/jsdom/whatwg-mimetype/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard",
"devDependencies": {
"@domenic/eslint-config": "^1.4.0",
"eslint": "^7.32.0",
"jest": "^27.2.0",
"minipass-fetch": "^1.4.1",
"printable-string": "^0.3.0",
"whatwg-encoding": "^2.0.0"
},
"engines": {
"node": ">=12"
},
"files": [
"lib/"
],
"homepage": "https://github.com/jsdom/whatwg-mimetype#readme",
"jest": {
"coverageDirectory": "coverage",
"coverageReporters": [
"lcov",
"text-summary"
],
"testEnvironment": "node",
"testMatch": [
"<rootDir>/test/**/*.js"
]
},
"keywords": [
"content-type",
"mime type",
"mimesniff",
"http",
"whatwg"
],
"license": "MIT",
"main": "lib/mime-type.js",
"name": "whatwg-mimetype",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/whatwg-mimetype.git"
},
"scripts": {
"coverage": "jest --coverage",
"lint": "eslint .",
"pretest": "node scripts/get-latest-platform-tests.js",
"test": "jest"
},
"version": "3.0.0"
}