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

    rceaed42 r59329aa  
    11{
    2   "name": "cookie-signature",
    3   "version": "1.0.6",
     2  "_args": [
     3    [
     4      "cookie-signature@1.0.6",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "cookie-signature@1.0.6",
     10  "_id": "cookie-signature@1.0.6",
     11  "_inBundle": false,
     12  "_integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=",
     13  "_location": "/cookie-signature",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "cookie-signature@1.0.6",
     19    "name": "cookie-signature",
     20    "escapedName": "cookie-signature",
     21    "rawSpec": "1.0.6",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.6"
     24  },
     25  "_requiredBy": [
     26    "/express"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
     29  "_spec": "1.0.6",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "TJ Holowaychuk",
     33    "email": "tj@learnboost.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/visionmedia/node-cookie-signature/issues"
     37  },
     38  "dependencies": {},
    439  "description": "Sign and unsign cookies",
    5   "keywords": ["cookie", "sign", "unsign"],
    6   "author": "TJ Holowaychuk <tj@learnboost.com>",
    7   "license": "MIT",
    8   "repository": { "type": "git", "url": "https://github.com/visionmedia/node-cookie-signature.git"},
    9   "dependencies": {},
    1040  "devDependencies": {
    1141    "mocha": "*",
    1242    "should": "*"
    1343  },
     44  "homepage": "https://github.com/visionmedia/node-cookie-signature#readme",
     45  "keywords": [
     46    "cookie",
     47    "sign",
     48    "unsign"
     49  ],
     50  "license": "MIT",
     51  "main": "index",
     52  "name": "cookie-signature",
     53  "repository": {
     54    "type": "git",
     55    "url": "git+https://github.com/visionmedia/node-cookie-signature.git"
     56  },
    1457  "scripts": {
    1558    "test": "mocha --require should --reporter spec"
    1659  },
    17   "main": "index"
     60  "version": "1.0.6"
    1861}
Note: See TracChangeset for help on using the changeset viewer.