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/clone-deep/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "clone-deep",
    3   "description": "Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.",
    4   "version": "4.0.1",
    5   "homepage": "https://github.com/jonschlinkert/clone-deep",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/clone-deep",
     2  "_args": [
     3    [
     4      "clone-deep@4.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "clone-deep@4.0.1",
     10  "_id": "clone-deep@4.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
     13  "_location": "/clone-deep",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "clone-deep@4.0.1",
     19    "name": "clone-deep",
     20    "escapedName": "clone-deep",
     21    "rawSpec": "4.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-merge"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
     29  "_spec": "4.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  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/clone-deep/issues"
    10   },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=6"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    2137  },
    2238  "dependencies": {
     
    2541    "shallow-clone": "^3.0.0"
    2642  },
     43  "description": "Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.",
    2744  "devDependencies": {
    2845    "gulp-format-md": "^2.0.0",
    2946    "mocha": "^5.2.0"
    3047  },
     48  "engines": {
     49    "node": ">=6"
     50  },
     51  "files": [
     52    "index.js"
     53  ],
     54  "homepage": "https://github.com/jonschlinkert/clone-deep",
    3155  "keywords": [
    3256    "array",
     
    5882    "symbol"
    5983  ],
     84  "license": "MIT",
     85  "main": "index.js",
     86  "name": "clone-deep",
     87  "repository": {
     88    "type": "git",
     89    "url": "git+https://github.com/jonschlinkert/clone-deep.git"
     90  },
     91  "scripts": {
     92    "test": "mocha"
     93  },
    6094  "verb": {
    6195    "toc": false,
     
    78112      "reflinks": true
    79113    }
    80   }
     114  },
     115  "version": "4.0.1"
    81116}
Note: See TracChangeset for help on using the changeset viewer.