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

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

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "type-is",
3 "description": "Infer the content-type of a request.",
4 "version": "1.6.18",
5 "contributors": [
6 "Douglas Christopher Wilson <doug@somethingdoug.com>",
7 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
8 ],
9 "license": "MIT",
10 "repository": "jshttp/type-is",
11 "dependencies": {
12 "media-typer": "0.3.0",
13 "mime-types": "~2.1.24"
14 },
15 "devDependencies": {
16 "eslint": "5.16.0",
17 "eslint-config-standard": "12.0.0",
18 "eslint-plugin-import": "2.17.2",
19 "eslint-plugin-markdown": "1.0.0",
20 "eslint-plugin-node": "8.0.1",
21 "eslint-plugin-promise": "4.1.1",
22 "eslint-plugin-standard": "4.0.0",
23 "mocha": "6.1.4",
24 "nyc": "14.0.0"
25 },
26 "engines": {
27 "node": ">= 0.6"
28 },
29 "files": [
30 "LICENSE",
31 "HISTORY.md",
32 "index.js"
33 ],
34 "scripts": {
35 "lint": "eslint --plugin markdown --ext js,md .",
36 "test": "mocha --reporter spec --check-leaks --bail test/",
37 "test-cov": "nyc --reporter=html --reporter=text npm test",
38 "test-travis": "nyc --reporter=text npm test"
39 },
40 "keywords": [
41 "content",
42 "type",
43 "checking"
44 ]
45}
Note: See TracBrowser for help on using the repository browser.