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

    rceaed42 r59329aa  
    11{
    2   "name": "unset-value",
    3   "description": "Delete nested properties from an object using dot notation.",
    4   "version": "1.0.0",
    5   "homepage": "https://github.com/jonschlinkert/unset-value",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "<wtgtybhertgeghgtwtg@gmail.com> (https://github.com/wtgtybhertgeghgtwtg)",
    9     "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "unset-value@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/unset-value",
     8  "_development": true,
     9  "_from": "unset-value@1.0.0",
     10  "_id": "unset-value@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
     13  "_location": "/unset-value",
     14  "_phantomChildren": {
     15    "get-value": "2.0.6",
     16    "isarray": "1.0.0"
     17  },
     18  "_requested": {
     19    "type": "version",
     20    "registry": true,
     21    "raw": "unset-value@1.0.0",
     22    "name": "unset-value",
     23    "escapedName": "unset-value",
     24    "rawSpec": "1.0.0",
     25    "saveSpec": null,
     26    "fetchSpec": "1.0.0"
     27  },
     28  "_requiredBy": [
     29    "/cache-base"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
     32  "_spec": "1.0.0",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Jon Schlinkert",
     36    "url": "https://github.com/jonschlinkert"
     37  },
    1238  "bugs": {
    1339    "url": "https://github.com/jonschlinkert/unset-value/issues"
    1440  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     41  "contributors": [
     42    {
     43      "email": "wtgtybhertgeghgtwtg@gmail.com",
     44      "url": "https://github.com/wtgtybhertgeghgtwtg"
     45    },
     46    {
     47      "name": "Jon Schlinkert",
     48      "email": "jon.schlinkert@sellside.com",
     49      "url": "http://twitter.com/jonschlinkert"
     50    }
    1851  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
    2652  "dependencies": {
    2753    "has-value": "^0.3.1",
    2854    "isobject": "^3.0.0"
    2955  },
     56  "description": "Delete nested properties from an object using dot notation.",
    3057  "devDependencies": {
    3158    "gulp-format-md": "^0.1.11",
     
    3360    "should": "*"
    3461  },
     62  "engines": {
     63    "node": ">=0.10.0"
     64  },
     65  "files": [
     66    "index.js"
     67  ],
     68  "homepage": "https://github.com/jonschlinkert/unset-value",
    3569  "keywords": [
    3670    "del",
     
    4579    "value"
    4680  ],
     81  "license": "MIT",
     82  "main": "index.js",
     83  "name": "unset-value",
     84  "repository": {
     85    "type": "git",
     86    "url": "git+https://github.com/jonschlinkert/unset-value.git"
     87  },
     88  "scripts": {
     89    "test": "mocha"
     90  },
    4791  "verb": {
    4892    "related": {
     
    68112      "reflinks": true
    69113    }
    70   }
     114  },
     115  "version": "1.0.0"
    71116}
Note: See TracChangeset for help on using the changeset viewer.