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

    rceaed42 r59329aa  
    11{
    2   "name": "map-cache",
    3   "description": "Basic cache object for storing key-value pairs.",
    4   "version": "0.2.2",
    5   "homepage": "https://github.com/jonschlinkert/map-cache",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/map-cache",
     2  "_args": [
     3    [
     4      "map-cache@0.2.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "map-cache@0.2.2",
     10  "_id": "map-cache@0.2.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
     13  "_location": "/map-cache",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "map-cache@0.2.2",
     19    "name": "map-cache",
     20    "escapedName": "map-cache",
     21    "rawSpec": "0.2.2",
     22    "saveSpec": null,
     23    "fetchSpec": "0.2.2"
     24  },
     25  "_requiredBy": [
     26    "/fragment-cache",
     27    "/snapdragon"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
     30  "_spec": "0.2.2",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Jon Schlinkert",
     34    "url": "https://github.com/jonschlinkert"
     35  },
    836  "bugs": {
    937    "url": "https://github.com/jonschlinkert/map-cache/issues"
    1038  },
    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"
    21   },
     39  "description": "Basic cache object for storing key-value pairs.",
    2240  "devDependencies": {
    2341    "gulp-format-md": "^0.1.9",
    2442    "should": "^8.3.1"
    2543  },
     44  "engines": {
     45    "node": ">=0.10.0"
     46  },
     47  "files": [
     48    "index.js"
     49  ],
     50  "homepage": "https://github.com/jonschlinkert/map-cache",
    2651  "keywords": [
    2752    "cache",
     
    3358    "store"
    3459  ],
     60  "license": "MIT",
     61  "main": "index.js",
     62  "name": "map-cache",
     63  "repository": {
     64    "type": "git",
     65    "url": "git+https://github.com/jonschlinkert/map-cache.git"
     66  },
     67  "scripts": {
     68    "test": "mocha"
     69  },
    3570  "verb": {
    3671    "run": true,
     
    5691      "reflinks": true
    5792    }
    58   }
     93  },
     94  "version": "0.2.2"
    5995}
Note: See TracChangeset for help on using the changeset viewer.