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

    rceaed42 r59329aa  
    11{
    2   "name": "set-value",
    3   "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
    4   "version": "2.0.1",
    5   "homepage": "https://github.com/jonschlinkert/set-value",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    9     "(https://github.com/wtgtybhertgeghgtwtg)",
    10     "Vadim Demedes (https://vadimdemedes.com)"
     2  "_args": [
     3    [
     4      "set-value@2.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "repository": "jonschlinkert/set-value",
     8  "_development": true,
     9  "_from": "set-value@2.0.1",
     10  "_id": "set-value@2.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
     13  "_location": "/set-value",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "set-value@2.0.1",
     19    "name": "set-value",
     20    "escapedName": "set-value",
     21    "rawSpec": "2.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.1"
     24  },
     25  "_requiredBy": [
     26    "/cache-base",
     27    "/union-value"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
     30  "_spec": "2.0.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Jon Schlinkert",
     34    "url": "https://github.com/jonschlinkert"
     35  },
    1336  "bugs": {
    1437    "url": "https://github.com/jonschlinkert/set-value/issues"
    1538  },
    16   "license": "MIT",
    17   "files": [
    18     "index.js"
     39  "contributors": [
     40    {
     41      "name": "Jon Schlinkert",
     42      "url": "http://twitter.com/jonschlinkert"
     43    },
     44    {
     45      "url": "https://github.com/wtgtybhertgeghgtwtg"
     46    },
     47    {
     48      "name": "Vadim Demedes",
     49      "url": "https://vadimdemedes.com"
     50    }
    1951  ],
    20   "main": "index.js",
    21   "engines": {
    22     "node": ">=0.10.0"
    23   },
    24   "scripts": {
    25     "test": "mocha"
    26   },
    2752  "dependencies": {
    2853    "extend-shallow": "^2.0.1",
     
    3156    "split-string": "^3.0.1"
    3257  },
     58  "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
    3359  "devDependencies": {
    3460    "gulp-format-md": "^0.1.12",
    3561    "mocha": "^3.4.2"
    3662  },
     63  "engines": {
     64    "node": ">=0.10.0"
     65  },
     66  "files": [
     67    "index.js"
     68  ],
     69  "homepage": "https://github.com/jonschlinkert/set-value",
    3770  "keywords": [
    3871    "get",
     
    5285    "values"
    5386  ],
     87  "license": "MIT",
     88  "main": "index.js",
     89  "name": "set-value",
     90  "repository": {
     91    "type": "git",
     92    "url": "git+https://github.com/jonschlinkert/set-value.git"
     93  },
     94  "scripts": {
     95    "test": "mocha"
     96  },
    5497  "verb": {
    5598    "toc": false,
     
    76119      "reflinks": true
    77120    }
    78   }
     121  },
     122  "version": "2.0.1"
    79123}
Note: See TracChangeset for help on using the changeset viewer.