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

    rceaed42 r59329aa  
    11{
    2   "name": "cache-base",
    3   "description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.",
    4   "version": "1.0.1",
    5   "homepage": "https://github.com/jonschlinkert/cache-base",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    9     "(https://github.com/wtgtybhertgeghgtwtg)"
     2  "_args": [
     3    [
     4      "cache-base@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/cache-base",
     8  "_development": true,
     9  "_from": "cache-base@1.0.1",
     10  "_id": "cache-base@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
     13  "_location": "/cache-base",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "cache-base@1.0.1",
     19    "name": "cache-base",
     20    "escapedName": "cache-base",
     21    "rawSpec": "1.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.1"
     24  },
     25  "_requiredBy": [
     26    "/base"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
     29  "_spec": "1.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1235  "bugs": {
    1336    "url": "https://github.com/jonschlinkert/cache-base/issues"
    1437  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     38  "contributors": [
     39    {
     40      "name": "Jon Schlinkert",
     41      "url": "http://twitter.com/jonschlinkert"
     42    },
     43    {
     44      "url": "https://github.com/wtgtybhertgeghgtwtg"
     45    }
    1846  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
    2647  "dependencies": {
    2748    "collection-visit": "^1.0.0",
     
    3556    "unset-value": "^1.0.0"
    3657  },
     58  "description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.",
    3759  "devDependencies": {
    3860    "gulp-format-md": "^1.0.0",
    3961    "mocha": "^3.4.2"
    4062  },
     63  "engines": {
     64    "node": ">=0.10.0"
     65  },
     66  "files": [
     67    "index.js"
     68  ],
     69  "homepage": "https://github.com/jonschlinkert/cache-base",
    4170  "keywords": [
    4271    "base",
     
    5281    "store"
    5382  ],
     83  "license": "MIT",
     84  "main": "index.js",
     85  "name": "cache-base",
     86  "repository": {
     87    "type": "git",
     88    "url": "git+https://github.com/jonschlinkert/cache-base.git"
     89  },
     90  "scripts": {
     91    "test": "mocha"
     92  },
    5493  "verb": {
    5594    "run": true,
     
    79118      "reflinks": true
    80119    }
    81   }
     120  },
     121  "version": "1.0.1"
    82122}
Note: See TracChangeset for help on using the changeset viewer.