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

    rceaed42 r59329aa  
    11{
    2   "name": "fragment-cache",
    3   "description": "A cache for managing namespaced sub-caches",
    4   "version": "0.2.1",
    5   "homepage": "https://github.com/jonschlinkert/fragment-cache",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/fragment-cache",
     2  "_args": [
     3    [
     4      "fragment-cache@0.2.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "fragment-cache@0.2.1",
     10  "_id": "fragment-cache@0.2.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
     13  "_location": "/fragment-cache",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "fragment-cache@0.2.1",
     19    "name": "fragment-cache",
     20    "escapedName": "fragment-cache",
     21    "rawSpec": "0.2.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.2.1"
     24  },
     25  "_requiredBy": [
     26    "/extglob",
     27    "/http-proxy-middleware/micromatch",
     28    "/nanomatch",
     29    "/webpack-dev-server/micromatch"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
     32  "_spec": "0.2.1",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Jon Schlinkert",
     36    "url": "https://github.com/jonschlinkert"
     37  },
    838  "bugs": {
    939    "url": "https://github.com/jonschlinkert/fragment-cache/issues"
    10   },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    2140  },
    2241  "dependencies": {
    2342    "map-cache": "^0.2.2"
    2443  },
     44  "description": "A cache for managing namespaced sub-caches",
    2545  "devDependencies": {
    2646    "gulp": "^3.9.1",
     
    3151    "mocha": "^3.2.0"
    3252  },
     53  "engines": {
     54    "node": ">=0.10.0"
     55  },
     56  "files": [
     57    "index.js"
     58  ],
     59  "homepage": "https://github.com/jonschlinkert/fragment-cache",
    3360  "keywords": [
    3461    "cache",
    3562    "fragment"
    3663  ],
     64  "license": "MIT",
     65  "main": "index.js",
     66  "name": "fragment-cache",
     67  "repository": {
     68    "type": "git",
     69    "url": "git+https://github.com/jonschlinkert/fragment-cache.git"
     70  },
     71  "scripts": {
     72    "test": "mocha"
     73  },
    3774  "verb": {
    3875    "plugins": [
     
    5794      "reflinks": true
    5895    }
    59   }
     96  },
     97  "version": "0.2.1"
    6098}
Note: See TracChangeset for help on using the changeset viewer.