source: trip-planner-front/node_modules/vary/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.1 KB
Line 
1{
2 "_args": [
3 [
4 "vary@1.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "vary@1.1.2",
10 "_id": "vary@1.1.2",
11 "_inBundle": false,
12 "_integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
13 "_location": "/vary",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "vary@1.1.2",
19 "name": "vary",
20 "escapedName": "vary",
21 "rawSpec": "1.1.2",
22 "saveSpec": null,
23 "fetchSpec": "1.1.2"
24 },
25 "_requiredBy": [
26 "/compression",
27 "/cors",
28 "/express"
29 ],
30 "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
31 "_spec": "1.1.2",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Douglas Christopher Wilson",
35 "email": "doug@somethingdoug.com"
36 },
37 "bugs": {
38 "url": "https://github.com/jshttp/vary/issues"
39 },
40 "description": "Manipulate the HTTP Vary header",
41 "devDependencies": {
42 "beautify-benchmark": "0.2.4",
43 "benchmark": "2.1.4",
44 "eslint": "3.19.0",
45 "eslint-config-standard": "10.2.1",
46 "eslint-plugin-import": "2.7.0",
47 "eslint-plugin-markdown": "1.0.0-beta.6",
48 "eslint-plugin-node": "5.1.1",
49 "eslint-plugin-promise": "3.5.0",
50 "eslint-plugin-standard": "3.0.1",
51 "istanbul": "0.4.5",
52 "mocha": "2.5.3",
53 "supertest": "1.1.0"
54 },
55 "engines": {
56 "node": ">= 0.8"
57 },
58 "files": [
59 "HISTORY.md",
60 "LICENSE",
61 "README.md",
62 "index.js"
63 ],
64 "homepage": "https://github.com/jshttp/vary#readme",
65 "keywords": [
66 "http",
67 "res",
68 "vary"
69 ],
70 "license": "MIT",
71 "name": "vary",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/jshttp/vary.git"
75 },
76 "scripts": {
77 "bench": "node benchmark/index.js",
78 "lint": "eslint --plugin markdown --ext js,md .",
79 "test": "mocha --reporter spec --bail --check-leaks test/",
80 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
81 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
82 },
83 "version": "1.1.2"
84}
Note: See TracBrowser for help on using the repository browser.