source: trip-planner-front/node_modules/minipass-fetch/package.json@ e29cc2e

Last change on this file since e29cc2e 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 "minipass-fetch@1.4.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "minipass-fetch@1.4.1",
10 "_id": "minipass-fetch@1.4.1",
11 "_inBundle": false,
12 "_integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==",
13 "_location": "/minipass-fetch",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "minipass-fetch@1.4.1",
19 "name": "minipass-fetch",
20 "escapedName": "minipass-fetch",
21 "rawSpec": "1.4.1",
22 "saveSpec": null,
23 "fetchSpec": "1.4.1"
24 },
25 "_requiredBy": [
26 "/make-fetch-happen",
27 "/npm-registry-fetch"
28 ],
29 "_resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz",
30 "_spec": "1.4.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "bugs": {
33 "url": "https://github.com/npm/minipass-fetch/issues"
34 },
35 "dependencies": {
36 "encoding": "^0.1.12",
37 "minipass": "^3.1.0",
38 "minipass-sized": "^1.0.3",
39 "minizlib": "^2.0.0"
40 },
41 "description": "An implementation of window.fetch in Node.js using Minipass streams",
42 "devDependencies": {
43 "@ungap/url-search-params": "^0.1.2",
44 "abort-controller": "^3.0.0",
45 "abortcontroller-polyfill": "~1.3.0",
46 "form-data": "^2.5.1",
47 "parted": "^0.1.1",
48 "string-to-arraybuffer": "^1.0.2",
49 "tap": "^15.0.9",
50 "whatwg-url": "^7.0.0"
51 },
52 "engines": {
53 "node": ">=8"
54 },
55 "files": [
56 "index.js",
57 "lib/*.js"
58 ],
59 "homepage": "https://github.com/npm/minipass-fetch#readme",
60 "keywords": [
61 "fetch",
62 "minipass",
63 "node-fetch",
64 "window.fetch"
65 ],
66 "license": "MIT",
67 "main": "lib/index.js",
68 "name": "minipass-fetch",
69 "optionalDependencies": {
70 "encoding": "^0.1.12"
71 },
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/npm/minipass-fetch.git"
75 },
76 "scripts": {
77 "postpublish": "git push origin --follow-tags",
78 "postversion": "npm publish",
79 "preversion": "npm test",
80 "snap": "tap",
81 "test": "tap"
82 },
83 "tap": {
84 "coverage-map": "map.js",
85 "check-coverage": true
86 },
87 "version": "1.4.1"
88}
Note: See TracBrowser for help on using the repository browser.