source: trip-planner-front/node_modules/content-type/package.json

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "content-type@1.0.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "content-type@1.0.4",
10 "_id": "content-type@1.0.4",
11 "_inBundle": false,
12 "_integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
13 "_location": "/content-type",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "content-type@1.0.4",
19 "name": "content-type",
20 "escapedName": "content-type",
21 "rawSpec": "1.0.4",
22 "saveSpec": null,
23 "fetchSpec": "1.0.4"
24 },
25 "_requiredBy": [
26 "/body-parser",
27 "/express"
28 ],
29 "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
30 "_spec": "1.0.4",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Douglas Christopher Wilson",
34 "email": "doug@somethingdoug.com"
35 },
36 "bugs": {
37 "url": "https://github.com/jshttp/content-type/issues"
38 },
39 "description": "Create and parse HTTP Content-Type header",
40 "devDependencies": {
41 "eslint": "3.19.0",
42 "eslint-config-standard": "10.2.1",
43 "eslint-plugin-import": "2.7.0",
44 "eslint-plugin-node": "5.1.1",
45 "eslint-plugin-promise": "3.5.0",
46 "eslint-plugin-standard": "3.0.1",
47 "istanbul": "0.4.5",
48 "mocha": "~1.21.5"
49 },
50 "engines": {
51 "node": ">= 0.6"
52 },
53 "files": [
54 "LICENSE",
55 "HISTORY.md",
56 "README.md",
57 "index.js"
58 ],
59 "homepage": "https://github.com/jshttp/content-type#readme",
60 "keywords": [
61 "content-type",
62 "http",
63 "req",
64 "res",
65 "rfc7231"
66 ],
67 "license": "MIT",
68 "name": "content-type",
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/jshttp/content-type.git"
72 },
73 "scripts": {
74 "lint": "eslint .",
75 "test": "mocha --reporter spec --check-leaks --bail test/",
76 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
77 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
78 },
79 "version": "1.0.4"
80}
Note: See TracBrowser for help on using the repository browser.