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

    rceaed42 r59329aa  
    11{
    2   "name": "cacache",
    3   "version": "15.2.0",
     2  "_args": [
     3    [
     4      "cacache@15.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "cacache@15.2.0",
     10  "_id": "cacache@15.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-uKoJSHmnrqXgthDFx/IU6ED/5xd+NNGe+Bb+kLZy7Ku4P+BaiWEUflAKPZ7eAzsYGcsAGASJZsybXp+quEcHTw==",
     13  "_location": "/cacache",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "cacache@15.2.0",
     19    "name": "cacache",
     20    "escapedName": "cacache",
     21    "rawSpec": "15.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "15.2.0"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular",
     27    "/make-fetch-happen",
     28    "/pacote"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/cacache/-/cacache-15.2.0.tgz",
     31  "_spec": "15.2.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "bugs": {
     34    "url": "https://github.com/npm/cacache/issues"
     35  },
    436  "cache-version": {
    537    "content": "2",
    638    "index": "5"
    739  },
    8   "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
    9   "main": "index.js",
    10   "files": [
    11     "*.js",
    12     "lib"
    13   ],
    14   "scripts": {
    15     "benchmarks": "node test/benchmarks",
    16     "preversion": "npm test",
    17     "postversion": "npm publish",
    18     "prepublishOnly": "git push origin --follow-tags",
    19     "test": "tap",
    20     "snap": "tap",
    21     "coverage": "tap",
    22     "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
    23     "lint": "npm run npmclilint -- \"*.*js\" \"lib/**/*.*js\" \"test/**/*.*js\"",
    24     "npmclilint": "npmcli-lint",
    25     "lintfix": "npm run lint -- --fix",
    26     "postsnap": "npm run lintfix --"
    27   },
    28   "repository": "https://github.com/npm/cacache",
    29   "keywords": [
    30     "cache",
    31     "caching",
    32     "content-addressable",
    33     "sri",
    34     "sri hash",
    35     "subresource integrity",
    36     "cache",
    37     "storage",
    38     "store",
    39     "file store",
    40     "filesystem",
    41     "disk cache",
    42     "disk storage"
    43   ],
    44   "license": "ISC",
    4540  "dependencies": {
    4641    "@npmcli/move-file": "^1.0.1",
     
    6257    "unique-filename": "^1.1.1"
    6358  },
     59  "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
    6460  "devDependencies": {
    6561    "@npmcli/lint": "^1.0.1",
     
    7066    "tap": "^15.0.9"
    7167  },
     68  "engines": {
     69    "node": ">= 10"
     70  },
     71  "files": [
     72    "*.js",
     73    "lib"
     74  ],
     75  "homepage": "https://github.com/npm/cacache#readme",
     76  "keywords": [
     77    "cache",
     78    "caching",
     79    "content-addressable",
     80    "sri",
     81    "sri hash",
     82    "subresource integrity",
     83    "cache",
     84    "storage",
     85    "store",
     86    "file store",
     87    "filesystem",
     88    "disk cache",
     89    "disk storage"
     90  ],
     91  "license": "ISC",
     92  "main": "index.js",
     93  "name": "cacache",
     94  "repository": {
     95    "type": "git",
     96    "url": "git+https://github.com/npm/cacache.git"
     97  },
     98  "scripts": {
     99    "benchmarks": "node test/benchmarks",
     100    "coverage": "tap",
     101    "lint": "npm run npmclilint -- \"*.*js\" \"lib/**/*.*js\" \"test/**/*.*js\"",
     102    "lintfix": "npm run lint -- --fix",
     103    "npmclilint": "npmcli-lint",
     104    "postsnap": "npm run lintfix --",
     105    "postversion": "npm publish",
     106    "prepublishOnly": "git push origin --follow-tags",
     107    "preversion": "npm test",
     108    "snap": "tap",
     109    "test": "tap",
     110    "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test"
     111  },
    72112  "tap": {
    73113    "100": true,
    74114    "test-regex": "test/[^/]*.js"
    75115  },
    76   "engines": {
    77     "node": ">= 10"
    78   }
     116  "version": "15.2.0"
    79117}
Note: See TracChangeset for help on using the changeset viewer.