source: trip-planner-front/node_modules/shallow-clone/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "shallow-clone@3.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
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"
24 },
25 "_requiredBy": [
26 "/clone-deep"
27 ],
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"
34 },
35 "bugs": {
36 "url": "https://github.com/jonschlinkert/shallow-clone/issues"
37 },
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 ],
48 "dependencies": {
49 "kind-of": "^6.0.2"
50 },
51 "description": "Creates a shallow clone of any JavaScript value.",
52 "devDependencies": {
53 "gulp-format-md": "^2.0.0",
54 "mocha": "^6.1.3"
55 },
56 "engines": {
57 "node": ">=8"
58 },
59 "files": [
60 "index.js"
61 ],
62 "homepage": "https://github.com/jonschlinkert/shallow-clone",
63 "keywords": [
64 "array",
65 "clone",
66 "copy",
67 "extend",
68 "mixin",
69 "object",
70 "primitive",
71 "shallow"
72 ],
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 },
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 }
103 },
104 "version": "3.0.1"
105}
Note: See TracBrowser for help on using the repository browser.