- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/minipass-fetch/package.json
rceaed42 r59329aa 1 1 { 2 "name": "minipass-fetch", 3 "version": "1.4.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 }, 4 41 "description": "An implementation of window.fetch in Node.js using Minipass streams", 5 "license": "MIT",6 "main": "lib/index.js",7 "scripts": {8 "test": "tap",9 "snap": "tap",10 "preversion": "npm test",11 "postversion": "npm publish",12 "postpublish": "git push origin --follow-tags"13 },14 "tap": {15 "coverage-map": "map.js",16 "check-coverage": true17 },18 42 "devDependencies": { 19 43 "@ungap/url-search-params": "^0.1.2", … … 26 50 "whatwg-url": "^7.0.0" 27 51 }, 28 "dependencies": { 29 "minipass": "^3.1.0", 30 "minipass-sized": "^1.0.3", 31 "minizlib": "^2.0.0" 52 "engines": { 53 "node": ">=8" 32 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", 33 69 "optionalDependencies": { 34 70 "encoding": "^0.1.12" … … 38 74 "url": "git+https://github.com/npm/minipass-fetch.git" 39 75 }, 40 "keywords": [ 41 "fetch", 42 "minipass", 43 "node-fetch", 44 "window.fetch" 45 ], 46 "files": [ 47 "index.js", 48 "lib/*.js" 49 ], 50 "engines": { 51 "node": ">=8" 52 } 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" 53 88 }
Note:
See TracChangeset
for help on using the changeset viewer.