source: trip-planner-front/node_modules/mime-types/package.json@ e29cc2e

Last change on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.4 KB
Line 
1{
2 "_from": "mime-types@^2.1.27",
3 "_id": "mime-types@2.1.34",
4 "_inBundle": false,
5 "_integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==",
6 "_location": "/mime-types",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "mime-types@^2.1.27",
12 "name": "mime-types",
13 "escapedName": "mime-types",
14 "rawSpec": "^2.1.27",
15 "saveSpec": null,
16 "fetchSpec": "^2.1.27"
17 },
18 "_requiredBy": [
19 "/accepts",
20 "/form-data",
21 "/request",
22 "/serve-index",
23 "/type-is",
24 "/webpack",
25 "/webpack-dev-middleware"
26 ],
27 "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz",
28 "_shasum": "5a712f9ec1503511a945803640fafe09d3793c24",
29 "_spec": "mime-types@^2.1.27",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\webpack",
31 "bugs": {
32 "url": "https://github.com/jshttp/mime-types/issues"
33 },
34 "bundleDependencies": false,
35 "contributors": [
36 {
37 "name": "Douglas Christopher Wilson",
38 "email": "doug@somethingdoug.com"
39 },
40 {
41 "name": "Jeremiah Senkpiel",
42 "email": "fishrock123@rocketmail.com",
43 "url": "https://searchbeam.jit.su"
44 },
45 {
46 "name": "Jonathan Ong",
47 "email": "me@jongleberry.com",
48 "url": "http://jongleberry.com"
49 }
50 ],
51 "dependencies": {
52 "mime-db": "1.51.0"
53 },
54 "deprecated": false,
55 "description": "The ultimate javascript content-type utility.",
56 "devDependencies": {
57 "eslint": "7.32.0",
58 "eslint-config-standard": "14.1.1",
59 "eslint-plugin-import": "2.25.2",
60 "eslint-plugin-markdown": "2.2.1",
61 "eslint-plugin-node": "11.1.0",
62 "eslint-plugin-promise": "5.1.1",
63 "eslint-plugin-standard": "4.1.0",
64 "mocha": "9.1.3",
65 "nyc": "15.1.0"
66 },
67 "engines": {
68 "node": ">= 0.6"
69 },
70 "files": [
71 "HISTORY.md",
72 "LICENSE",
73 "index.js"
74 ],
75 "homepage": "https://github.com/jshttp/mime-types#readme",
76 "keywords": [
77 "mime",
78 "types"
79 ],
80 "license": "MIT",
81 "name": "mime-types",
82 "repository": {
83 "type": "git",
84 "url": "git+https://github.com/jshttp/mime-types.git"
85 },
86 "scripts": {
87 "lint": "eslint .",
88 "test": "mocha --reporter spec test/test.js",
89 "test-ci": "nyc --reporter=lcov --reporter=text npm test",
90 "test-cov": "nyc --reporter=html --reporter=text npm test"
91 },
92 "version": "2.1.34"
93}
Note: See TracBrowser for help on using the repository browser.