[6a3a178] | 1 | {
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/webpack-merge"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 34 | },
|
---|
[59329aa] | 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/jonschlinkert/clone-deep/issues"
|
---|
[6a3a178] | 37 | },
|
---|
| 38 | "dependencies": {
|
---|
| 39 | "is-plain-object": "^2.0.4",
|
---|
| 40 | "kind-of": "^6.0.2",
|
---|
| 41 | "shallow-clone": "^3.0.0"
|
---|
| 42 | },
|
---|
[59329aa] | 43 | "description": "Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.",
|
---|
[6a3a178] | 44 | "devDependencies": {
|
---|
| 45 | "gulp-format-md": "^2.0.0",
|
---|
| 46 | "mocha": "^5.2.0"
|
---|
| 47 | },
|
---|
[59329aa] | 48 | "engines": {
|
---|
| 49 | "node": ">=6"
|
---|
| 50 | },
|
---|
| 51 | "files": [
|
---|
| 52 | "index.js"
|
---|
| 53 | ],
|
---|
| 54 | "homepage": "https://github.com/jonschlinkert/clone-deep",
|
---|
[6a3a178] | 55 | "keywords": [
|
---|
| 56 | "array",
|
---|
| 57 | "assign",
|
---|
| 58 | "buffer",
|
---|
| 59 | "clamped",
|
---|
| 60 | "clone",
|
---|
| 61 | "clone-array",
|
---|
| 62 | "clone-array-deep",
|
---|
| 63 | "clone-buffer",
|
---|
| 64 | "clone-date",
|
---|
| 65 | "clone-deep",
|
---|
| 66 | "clone-map",
|
---|
| 67 | "clone-object",
|
---|
| 68 | "clone-object-deep",
|
---|
| 69 | "clone-reg-exp",
|
---|
| 70 | "clone-regex",
|
---|
| 71 | "clone-regexp",
|
---|
| 72 | "clone-set",
|
---|
| 73 | "date",
|
---|
| 74 | "deep",
|
---|
| 75 | "extend",
|
---|
| 76 | "mixin",
|
---|
| 77 | "mixin-object",
|
---|
| 78 | "object",
|
---|
| 79 | "regex",
|
---|
| 80 | "regexp",
|
---|
| 81 | "shallow",
|
---|
| 82 | "symbol"
|
---|
| 83 | ],
|
---|
[59329aa] | 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 | },
|
---|
[6a3a178] | 94 | "verb": {
|
---|
| 95 | "toc": false,
|
---|
| 96 | "layout": "default",
|
---|
| 97 | "tasks": [
|
---|
| 98 | "readme"
|
---|
| 99 | ],
|
---|
| 100 | "plugins": [
|
---|
| 101 | "gulp-format-md"
|
---|
| 102 | ],
|
---|
| 103 | "related": {
|
---|
| 104 | "list": [
|
---|
| 105 | "is-plain-object",
|
---|
| 106 | "isobject",
|
---|
| 107 | "kind-of",
|
---|
| 108 | "shallow-clone"
|
---|
| 109 | ]
|
---|
| 110 | },
|
---|
| 111 | "lint": {
|
---|
| 112 | "reflinks": true
|
---|
| 113 | }
|
---|
[59329aa] | 114 | },
|
---|
| 115 | "version": "4.0.1"
|
---|
[6a3a178] | 116 | }
|
---|