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
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "mime-types@^2.1.27",
3 "_id": "mime-types@2.1.34",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==",
[59329aa]6 "_location": "/mime-types",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "mime-types@^2.1.27",
[59329aa]12 "name": "mime-types",
13 "escapedName": "mime-types",
[e29cc2e]14 "rawSpec": "^2.1.27",
[59329aa]15 "saveSpec": null,
[e29cc2e]16 "fetchSpec": "^2.1.27"
[59329aa]17 },
18 "_requiredBy": [
19 "/accepts",
20 "/form-data",
21 "/request",
22 "/serve-index",
23 "/type-is",
24 "/webpack",
25 "/webpack-dev-middleware"
26 ],
[e29cc2e]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",
[59329aa]31 "bugs": {
32 "url": "https://github.com/jshttp/mime-types/issues"
33 },
[e29cc2e]34 "bundleDependencies": false,
[59329aa]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 }
[6a3a178]50 ],
51 "dependencies": {
[e29cc2e]52 "mime-db": "1.51.0"
[6a3a178]53 },
[e29cc2e]54 "deprecated": false,
[59329aa]55 "description": "The ultimate javascript content-type utility.",
[6a3a178]56 "devDependencies": {
57 "eslint": "7.32.0",
58 "eslint-config-standard": "14.1.1",
[e29cc2e]59 "eslint-plugin-import": "2.25.2",
[6a3a178]60 "eslint-plugin-markdown": "2.2.1",
61 "eslint-plugin-node": "11.1.0",
[e29cc2e]62 "eslint-plugin-promise": "5.1.1",
[6a3a178]63 "eslint-plugin-standard": "4.1.0",
[e29cc2e]64 "mocha": "9.1.3",
[6a3a178]65 "nyc": "15.1.0"
66 },
[59329aa]67 "engines": {
68 "node": ">= 0.6"
69 },
[6a3a178]70 "files": [
71 "HISTORY.md",
72 "LICENSE",
73 "index.js"
74 ],
[59329aa]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"
[6a3a178]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"
[59329aa]91 },
[e29cc2e]92 "version": "2.1.34"
[6a3a178]93}
Note: See TracBrowser for help on using the repository browser.