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

    rceaed42 r59329aa  
    11{
    2   "name": "cookie",
     2  "_args": [
     3    [
     4      "cookie@0.4.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "cookie@0.4.1",
     10  "_id": "cookie@0.4.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==",
     13  "_location": "/cookie",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "cookie@0.4.1",
     19    "name": "cookie",
     20    "escapedName": "cookie",
     21    "rawSpec": "0.4.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.4.1"
     24  },
     25  "_requiredBy": [
     26    "/engine.io"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
     29  "_spec": "0.4.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Roman Shtylman",
     33    "email": "shtylman@gmail.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/jshttp/cookie/issues"
     37  },
     38  "contributors": [
     39    {
     40      "name": "Douglas Christopher Wilson",
     41      "email": "doug@somethingdoug.com"
     42    }
     43  ],
    344  "description": "HTTP server cookie parsing and serialization",
    4   "version": "0.4.1",
    5   "author": "Roman Shtylman <shtylman@gmail.com>",
    6   "contributors": [
    7     "Douglas Christopher Wilson <doug@somethingdoug.com>"
    8   ],
    9   "license": "MIT",
    10   "keywords": [
    11     "cookie",
    12     "cookies"
    13   ],
    14   "repository": "jshttp/cookie",
    1545  "devDependencies": {
    1646    "beautify-benchmark": "0.2.4",
     
    2151    "nyc": "15.0.1"
    2252  },
     53  "engines": {
     54    "node": ">= 0.6"
     55  },
    2356  "files": [
    2457    "HISTORY.md",
     
    2760    "index.js"
    2861  ],
    29   "engines": {
    30     "node": ">= 0.6"
     62  "homepage": "https://github.com/jshttp/cookie#readme",
     63  "keywords": [
     64    "cookie",
     65    "cookies"
     66  ],
     67  "license": "MIT",
     68  "name": "cookie",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/jshttp/cookie.git"
    3172  },
    3273  "scripts": {
     
    3778    "test-cov": "nyc --reporter=html --reporter=text npm test",
    3879    "version": "node scripts/version-history.js && git add HISTORY.md"
    39   }
     80  },
     81  "version": "0.4.1"
    4082}
Note: See TracChangeset for help on using the changeset viewer.