source: trip-planner-front/node_modules/mime-db/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.7 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "mime-db@1.51.0",
3 "_id": "mime-db@1.51.0",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==",
[59329aa]6 "_location": "/mime-db",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
[e29cc2e]11 "raw": "mime-db@1.51.0",
[59329aa]12 "name": "mime-db",
13 "escapedName": "mime-db",
[e29cc2e]14 "rawSpec": "1.51.0",
[59329aa]15 "saveSpec": null,
[e29cc2e]16 "fetchSpec": "1.51.0"
[59329aa]17 },
18 "_requiredBy": [
19 "/compressible",
20 "/mime-types"
[6a3a178]21 ],
[e29cc2e]22 "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz",
23 "_shasum": "d9ff62451859b18342d960850dc3cfb77e63fb0c",
24 "_spec": "mime-db@1.51.0",
25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\mime-types",
[59329aa]26 "bugs": {
27 "url": "https://github.com/jshttp/mime-db/issues"
28 },
[e29cc2e]29 "bundleDependencies": false,
[59329aa]30 "contributors": [
31 {
32 "name": "Douglas Christopher Wilson",
33 "email": "doug@somethingdoug.com"
34 },
35 {
36 "name": "Jonathan Ong",
37 "email": "me@jongleberry.com",
38 "url": "http://jongleberry.com"
39 },
40 {
41 "name": "Robert Kieffer",
42 "email": "robert@broofa.com",
43 "url": "http://github.com/broofa"
44 }
45 ],
[e29cc2e]46 "deprecated": false,
[59329aa]47 "description": "Media Type Database",
[6a3a178]48 "devDependencies": {
49 "bluebird": "3.7.2",
50 "co": "4.6.0",
51 "cogent": "1.0.1",
52 "csv-parse": "4.16.3",
53 "eslint": "7.32.0",
54 "eslint-config-standard": "15.0.1",
[e29cc2e]55 "eslint-plugin-import": "2.25.2",
[6a3a178]56 "eslint-plugin-markdown": "2.2.1",
57 "eslint-plugin-node": "11.1.0",
[e29cc2e]58 "eslint-plugin-promise": "5.1.1",
[6a3a178]59 "eslint-plugin-standard": "4.1.0",
60 "gnode": "0.1.2",
[e29cc2e]61 "mocha": "9.1.3",
[6a3a178]62 "nyc": "15.1.0",
63 "raw-body": "2.4.1",
64 "stream-to-array": "2.3.0"
65 },
[59329aa]66 "engines": {
67 "node": ">= 0.6"
68 },
[6a3a178]69 "files": [
70 "HISTORY.md",
71 "LICENSE",
72 "README.md",
73 "db.json",
74 "index.js"
75 ],
[59329aa]76 "homepage": "https://github.com/jshttp/mime-db#readme",
77 "keywords": [
78 "mime",
79 "db",
80 "type",
81 "types",
82 "database",
83 "charset",
84 "charsets"
85 ],
86 "license": "MIT",
87 "name": "mime-db",
88 "repository": {
89 "type": "git",
90 "url": "git+https://github.com/jshttp/mime-db.git"
[6a3a178]91 },
92 "scripts": {
93 "build": "node scripts/build",
94 "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
95 "lint": "eslint .",
96 "test": "mocha --reporter spec --bail --check-leaks test/",
97 "test-ci": "nyc --reporter=lcov --reporter=text npm test",
98 "test-cov": "nyc --reporter=html --reporter=text npm test",
99 "update": "npm run fetch && npm run build",
100 "version": "node scripts/version-history.js && git add HISTORY.md"
[59329aa]101 },
[e29cc2e]102 "version": "1.51.0"
[6a3a178]103}
Note: See TracBrowser for help on using the repository browser.