source: trip-planner-front/node_modules/make-fetch-happen/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.9 KB
Line 
1{
2 "_args": [
3 [
4 "make-fetch-happen@9.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "make-fetch-happen@9.1.0",
10 "_id": "make-fetch-happen@9.1.0",
11 "_inBundle": false,
12 "_integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==",
13 "_location": "/make-fetch-happen",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "make-fetch-happen@9.1.0",
19 "name": "make-fetch-happen",
20 "escapedName": "make-fetch-happen",
21 "rawSpec": "9.1.0",
22 "saveSpec": null,
23 "fetchSpec": "9.1.0"
24 },
25 "_requiredBy": [
26 "/npm-registry-fetch"
27 ],
28 "_resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz",
29 "_spec": "9.1.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Kat Marchán",
33 "email": "kzm@zkat.tech"
34 },
35 "bugs": {
36 "url": "https://github.com/npm/make-fetch-happen/issues"
37 },
38 "dependencies": {
39 "agentkeepalive": "^4.1.3",
40 "cacache": "^15.2.0",
41 "http-cache-semantics": "^4.1.0",
42 "http-proxy-agent": "^4.0.1",
43 "https-proxy-agent": "^5.0.0",
44 "is-lambda": "^1.0.1",
45 "lru-cache": "^6.0.0",
46 "minipass": "^3.1.3",
47 "minipass-collect": "^1.0.2",
48 "minipass-fetch": "^1.3.2",
49 "minipass-flush": "^1.0.5",
50 "minipass-pipeline": "^1.2.4",
51 "negotiator": "^0.6.2",
52 "promise-retry": "^2.0.1",
53 "socks-proxy-agent": "^6.0.0",
54 "ssri": "^8.0.0"
55 },
56 "description": "Opinionated, caching, retrying fetch client",
57 "devDependencies": {
58 "eslint": "^7.26.0",
59 "eslint-plugin-import": "^2.23.2",
60 "eslint-plugin-node": "^11.1.0",
61 "eslint-plugin-promise": "^5.1.0",
62 "eslint-plugin-standard": "^5.0.0",
63 "mkdirp": "^1.0.4",
64 "nock": "^13.0.11",
65 "npmlog": "^5.0.0",
66 "require-inject": "^1.4.2",
67 "rimraf": "^3.0.2",
68 "safe-buffer": "^5.2.1",
69 "standard-version": "^9.3.0",
70 "tap": "^15.0.9"
71 },
72 "engines": {
73 "node": ">= 10"
74 },
75 "files": [
76 "lib"
77 ],
78 "homepage": "https://github.com/npm/make-fetch-happen#readme",
79 "keywords": [
80 "http",
81 "request",
82 "fetch",
83 "mean girls",
84 "caching",
85 "cache",
86 "subresource integrity"
87 ],
88 "license": "ISC",
89 "main": "lib/index.js",
90 "name": "make-fetch-happen",
91 "repository": {
92 "type": "git",
93 "url": "git+https://github.com/npm/make-fetch-happen.git"
94 },
95 "scripts": {
96 "eslint": "eslint",
97 "lint": "npm run eslint -- lib test",
98 "lintfix": "npm run lint -- --fix",
99 "posttest": "npm run lint",
100 "postversion": "npm publish",
101 "prepublishOnly": "git push --follow-tags",
102 "preversion": "npm t",
103 "test": "tap"
104 },
105 "tap": {
106 "color": 1,
107 "files": "test/*.js",
108 "check-coverage": true
109 },
110 "version": "9.1.0"
111}
Note: See TracBrowser for help on using the repository browser.