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/tough-cookie/package.json

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "tough-cookie@2.5.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "tough-cookie@2.5.0",
     10  "_id": "tough-cookie@2.5.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
     13  "_location": "/tough-cookie",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "tough-cookie@2.5.0",
     19    "name": "tough-cookie",
     20    "escapedName": "tough-cookie",
     21    "rawSpec": "2.5.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.5.0"
     24  },
     25  "_requiredBy": [
     26    "/request"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
     29  "_spec": "2.5.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    231  "author": {
    332    "name": "Jeremy Stashewsky",
    4     "email": "jstash@gmail.com",
    5     "website": "https://github.com/stash"
     33    "email": "jstash@gmail.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/salesforce/tough-cookie/issues"
    637  },
    738  "contributors": [
    839    {
    9       "name": "Alexander Savin",
    10       "website": "https://github.com/apsavin"
     40      "name": "Alexander Savin"
    1141    },
    1242    {
    13       "name": "Ian Livingstone",
    14       "website": "https://github.com/ianlivingstone"
     43      "name": "Ian Livingstone"
    1544    },
    1645    {
    17       "name": "Ivan Nikulin",
    18       "website": "https://github.com/inikulin"
     46      "name": "Ivan Nikulin"
    1947    },
    2048    {
    21       "name": "Lalit Kapoor",
    22       "website": "https://github.com/lalitkapoor"
     49      "name": "Lalit Kapoor"
    2350    },
    2451    {
    25       "name": "Sam Thompson",
    26       "website": "https://github.com/sambthompson"
     52      "name": "Sam Thompson"
    2753    },
    2854    {
    29       "name": "Sebastian Mayr",
    30       "website": "https://github.com/Sebmaster"
     55      "name": "Sebastian Mayr"
    3156    }
    3257  ],
    33   "license": "BSD-3-Clause",
    34   "name": "tough-cookie",
     58  "dependencies": {
     59    "psl": "^1.1.28",
     60    "punycode": "^2.1.1"
     61  },
    3562  "description": "RFC6265 Cookies and Cookie Jar for node.js",
     63  "devDependencies": {
     64    "async": "^1.4.2",
     65    "genversion": "^2.1.0",
     66    "nyc": "^11.6.0",
     67    "string.prototype.repeat": "^0.2.0",
     68    "vows": "^0.8.2"
     69  },
     70  "engines": {
     71    "node": ">=0.8"
     72  },
     73  "files": [
     74    "lib"
     75  ],
     76  "homepage": "https://github.com/salesforce/tough-cookie",
    3677  "keywords": [
    3778    "HTTP",
     
    4485    "RFC2965"
    4586  ],
    46   "version": "2.5.0",
    47   "homepage": "https://github.com/salesforce/tough-cookie",
     87  "license": "BSD-3-Clause",
     88  "main": "./lib/cookie",
     89  "name": "tough-cookie",
    4890  "repository": {
    4991    "type": "git",
    5092    "url": "git://github.com/salesforce/tough-cookie.git"
    5193  },
    52   "bugs": {
    53     "url": "https://github.com/salesforce/tough-cookie/issues"
     94  "scripts": {
     95    "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
     96    "test": "vows test/*_test.js",
     97    "version": "genversion lib/version.js && git add lib/version.js"
    5498  },
    55   "main": "./lib/cookie",
    56   "files": [
    57     "lib"
    58   ],
    59   "scripts": {
    60     "version": "genversion lib/version.js && git add lib/version.js",
    61     "test": "vows test/*_test.js",
    62     "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js"
    63   },
    64   "engines": {
    65     "node": ">=0.8"
    66   },
    67   "devDependencies": {
    68     "async": "^1.4.2",
    69     "genversion": "^2.1.0",
    70     "nyc": "^11.6.0",
    71     "string.prototype.repeat": "^0.2.0",
    72     "vows": "^0.8.2"
    73   },
    74   "dependencies": {
    75     "psl": "^1.1.28",
    76     "punycode": "^2.1.1"
    77   }
     99  "version": "2.5.0"
    78100}
Note: See TracChangeset for help on using the changeset viewer.