[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "shallow-clone@3.0.1",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "shallow-clone@3.0.1",
|
---|
| 10 | "_id": "shallow-clone@3.0.1",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
|
---|
| 13 | "_location": "/shallow-clone",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "shallow-clone@3.0.1",
|
---|
| 19 | "name": "shallow-clone",
|
---|
| 20 | "escapedName": "shallow-clone",
|
---|
| 21 | "rawSpec": "3.0.1",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "3.0.1"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/clone-deep"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 28 | "_resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
|
---|
| 29 | "_spec": "3.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/shallow-clone/issues"
|
---|
[6a3a178] | 37 | },
|
---|
[59329aa] | 38 | "contributors": [
|
---|
| 39 | {
|
---|
| 40 | "name": "Brian Woodward",
|
---|
| 41 | "url": "https://twitter.com/doowb"
|
---|
| 42 | },
|
---|
| 43 | {
|
---|
| 44 | "name": "Jon Schlinkert",
|
---|
| 45 | "url": "http://twitter.com/jonschlinkert"
|
---|
| 46 | }
|
---|
| 47 | ],
|
---|
[6a3a178] | 48 | "dependencies": {
|
---|
| 49 | "kind-of": "^6.0.2"
|
---|
| 50 | },
|
---|
[59329aa] | 51 | "description": "Creates a shallow clone of any JavaScript value.",
|
---|
[6a3a178] | 52 | "devDependencies": {
|
---|
| 53 | "gulp-format-md": "^2.0.0",
|
---|
| 54 | "mocha": "^6.1.3"
|
---|
| 55 | },
|
---|
[59329aa] | 56 | "engines": {
|
---|
| 57 | "node": ">=8"
|
---|
| 58 | },
|
---|
| 59 | "files": [
|
---|
| 60 | "index.js"
|
---|
| 61 | ],
|
---|
| 62 | "homepage": "https://github.com/jonschlinkert/shallow-clone",
|
---|
[6a3a178] | 63 | "keywords": [
|
---|
| 64 | "array",
|
---|
| 65 | "clone",
|
---|
| 66 | "copy",
|
---|
| 67 | "extend",
|
---|
| 68 | "mixin",
|
---|
| 69 | "object",
|
---|
| 70 | "primitive",
|
---|
| 71 | "shallow"
|
---|
| 72 | ],
|
---|
[59329aa] | 73 | "license": "MIT",
|
---|
| 74 | "main": "index.js",
|
---|
| 75 | "name": "shallow-clone",
|
---|
| 76 | "repository": {
|
---|
| 77 | "type": "git",
|
---|
| 78 | "url": "git+https://github.com/jonschlinkert/shallow-clone.git"
|
---|
| 79 | },
|
---|
| 80 | "scripts": {
|
---|
| 81 | "test": "mocha"
|
---|
| 82 | },
|
---|
[6a3a178] | 83 | "verb": {
|
---|
| 84 | "toc": false,
|
---|
| 85 | "layout": "default",
|
---|
| 86 | "tasks": [
|
---|
| 87 | "readme"
|
---|
| 88 | ],
|
---|
| 89 | "plugins": [
|
---|
| 90 | "gulp-format-md"
|
---|
| 91 | ],
|
---|
| 92 | "lint": {
|
---|
| 93 | "reflinks": true
|
---|
| 94 | },
|
---|
| 95 | "related": {
|
---|
| 96 | "list": [
|
---|
| 97 | "assign-deep",
|
---|
| 98 | "clone-deep",
|
---|
| 99 | "is-plain-object",
|
---|
| 100 | "kind-of"
|
---|
| 101 | ]
|
---|
| 102 | }
|
---|
[59329aa] | 103 | },
|
---|
| 104 | "version": "3.0.1"
|
---|
[6a3a178] | 105 | }
|
---|