source: trip-planner-front/node_modules/negotiator/package.json@ 8d391a1

Last change on this file since 8d391a1 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 "negotiator@0.6.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "negotiator@0.6.2",
10 "_id": "negotiator@0.6.2",
11 "_inBundle": false,
12 "_integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
13 "_location": "/negotiator",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "negotiator@0.6.2",
19 "name": "negotiator",
20 "escapedName": "negotiator",
21 "rawSpec": "0.6.2",
22 "saveSpec": null,
23 "fetchSpec": "0.6.2"
24 },
25 "_requiredBy": [
26 "/accepts",
27 "/make-fetch-happen"
28 ],
29 "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
30 "_spec": "0.6.2",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "bugs": {
33 "url": "https://github.com/jshttp/negotiator/issues"
34 },
35 "contributors": [
36 {
37 "name": "Douglas Christopher Wilson",
38 "email": "doug@somethingdoug.com"
39 },
40 {
41 "name": "Federico Romero",
42 "email": "federico.romero@outboxlabs.com"
43 },
44 {
45 "name": "Isaac Z. Schlueter",
46 "email": "i@izs.me",
47 "url": "http://blog.izs.me/"
48 }
49 ],
50 "description": "HTTP content negotiation",
51 "devDependencies": {
52 "eslint": "5.16.0",
53 "eslint-plugin-markdown": "1.0.0",
54 "mocha": "6.1.4",
55 "nyc": "14.0.0"
56 },
57 "engines": {
58 "node": ">= 0.6"
59 },
60 "files": [
61 "lib/",
62 "HISTORY.md",
63 "LICENSE",
64 "index.js",
65 "README.md"
66 ],
67 "homepage": "https://github.com/jshttp/negotiator#readme",
68 "keywords": [
69 "http",
70 "content negotiation",
71 "accept",
72 "accept-language",
73 "accept-encoding",
74 "accept-charset"
75 ],
76 "license": "MIT",
77 "name": "negotiator",
78 "repository": {
79 "type": "git",
80 "url": "git+https://github.com/jshttp/negotiator.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": "0.6.2"
89}
Note: See TracBrowser for help on using the repository browser.