Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/make-fetch-happen/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "make-fetch-happen",
    3   "version": "9.1.0",
    4   "description": "Opinionated, caching, retrying fetch client",
    5   "main": "lib/index.js",
    6   "files": [
    7     "lib"
     2  "_args": [
     3    [
     4      "make-fetch-happen@9.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    87  ],
    9   "scripts": {
    10     "preversion": "npm t",
    11     "postversion": "npm publish",
    12     "prepublishOnly": "git push --follow-tags",
    13     "test": "tap",
    14     "posttest": "npm run lint",
    15     "eslint": "eslint",
    16     "lint": "npm run eslint -- lib test",
    17     "lintfix": "npm run lint -- --fix"
     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"
    1824  },
    19   "repository": "https://github.com/npm/make-fetch-happen",
    20   "keywords": [
    21     "http",
    22     "request",
    23     "fetch",
    24     "mean girls",
    25     "caching",
    26     "cache",
    27     "subresource integrity"
     25  "_requiredBy": [
     26    "/npm-registry-fetch"
    2827  ],
     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",
    2931  "author": {
    3032    "name": "Kat Marchán",
    31     "email": "kzm@zkat.tech",
    32     "twitter": "maybekatz"
     33    "email": "kzm@zkat.tech"
    3334  },
    34   "license": "ISC",
     35  "bugs": {
     36    "url": "https://github.com/npm/make-fetch-happen/issues"
     37  },
    3538  "dependencies": {
    3639    "agentkeepalive": "^4.1.3",
     
    5154    "ssri": "^8.0.0"
    5255  },
     56  "description": "Opinionated, caching, retrying fetch client",
    5357  "devDependencies": {
    5458    "eslint": "^7.26.0",
     
    6973    "node": ">= 10"
    7074  },
     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  },
    71105  "tap": {
    72106    "color": 1,
    73107    "files": "test/*.js",
    74108    "check-coverage": true
    75   }
     109  },
     110  "version": "9.1.0"
    76111}
Note: See TracChangeset for help on using the changeset viewer.