source: trip-planner-front/node_modules/type-is/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "type-is@1.6.18",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "type-is@1.6.18",
10 "_id": "type-is@1.6.18",
11 "_inBundle": false,
12 "_integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
13 "_location": "/type-is",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "type-is@1.6.18",
19 "name": "type-is",
20 "escapedName": "type-is",
21 "rawSpec": "1.6.18",
22 "saveSpec": null,
23 "fetchSpec": "1.6.18"
24 },
25 "_requiredBy": [
26 "/body-parser",
27 "/express"
28 ],
29 "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
30 "_spec": "1.6.18",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "bugs": {
33 "url": "https://github.com/jshttp/type-is/issues"
34 },
35 "contributors": [
36 {
37 "name": "Douglas Christopher Wilson",
38 "email": "doug@somethingdoug.com"
39 },
40 {
41 "name": "Jonathan Ong",
42 "email": "me@jongleberry.com",
43 "url": "http://jongleberry.com"
44 }
45 ],
46 "dependencies": {
47 "media-typer": "0.3.0",
48 "mime-types": "~2.1.24"
49 },
50 "description": "Infer the content-type of a request.",
51 "devDependencies": {
52 "eslint": "5.16.0",
53 "eslint-config-standard": "12.0.0",
54 "eslint-plugin-import": "2.17.2",
55 "eslint-plugin-markdown": "1.0.0",
56 "eslint-plugin-node": "8.0.1",
57 "eslint-plugin-promise": "4.1.1",
58 "eslint-plugin-standard": "4.0.0",
59 "mocha": "6.1.4",
60 "nyc": "14.0.0"
61 },
62 "engines": {
63 "node": ">= 0.6"
64 },
65 "files": [
66 "LICENSE",
67 "HISTORY.md",
68 "index.js"
69 ],
70 "homepage": "https://github.com/jshttp/type-is#readme",
71 "keywords": [
72 "content",
73 "type",
74 "checking"
75 ],
76 "license": "MIT",
77 "name": "type-is",
78 "repository": {
79 "type": "git",
80 "url": "git+https://github.com/jshttp/type-is.git"
81 },
82 "scripts": {
83 "lint": "eslint --plugin markdown --ext js,md .",
84 "test": "mocha --reporter spec --check-leaks --bail test/",
85 "test-cov": "nyc --reporter=html --reporter=text npm test",
86 "test-travis": "nyc --reporter=text npm test"
87 },
88 "version": "1.6.18"
89}
Note: See TracBrowser for help on using the repository browser.