source: trip-planner-front/node_modules/clone/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 3.1 KB
Line 
1{
2 "_args": [
3 [
4 "clone@1.0.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "clone@1.0.4",
10 "_id": "clone@1.0.4",
11 "_inBundle": false,
12 "_integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=",
13 "_location": "/clone",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "clone@1.0.4",
19 "name": "clone",
20 "escapedName": "clone",
21 "rawSpec": "1.0.4",
22 "saveSpec": null,
23 "fetchSpec": "1.0.4"
24 },
25 "_requiredBy": [
26 "/defaults"
27 ],
28 "_resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
29 "_spec": "1.0.4",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Paul Vorbach",
33 "email": "paul@vorba.ch",
34 "url": "http://paul.vorba.ch/"
35 },
36 "bugs": {
37 "url": "https://github.com/pvorb/node-clone/issues"
38 },
39 "contributors": [
40 {
41 "name": "Blake Miner",
42 "email": "miner.blake@gmail.com",
43 "url": "http://www.blakeminer.com/"
44 },
45 {
46 "name": "Tian You",
47 "email": "axqd001@gmail.com",
48 "url": "http://blog.axqd.net/"
49 },
50 {
51 "name": "George Stagas",
52 "email": "gstagas@gmail.com",
53 "url": "http://stagas.com/"
54 },
55 {
56 "name": "Tobiasz Cudnik",
57 "email": "tobiasz.cudnik@gmail.com",
58 "url": "https://github.com/TobiaszCudnik"
59 },
60 {
61 "name": "Pavel Lang",
62 "email": "langpavel@phpskelet.org",
63 "url": "https://github.com/langpavel"
64 },
65 {
66 "name": "Dan MacTough",
67 "url": "http://yabfog.com/"
68 },
69 {
70 "name": "w1nk",
71 "url": "https://github.com/w1nk"
72 },
73 {
74 "name": "Hugh Kennedy",
75 "url": "http://twitter.com/hughskennedy"
76 },
77 {
78 "name": "Dustin Diaz",
79 "url": "http://dustindiaz.com"
80 },
81 {
82 "name": "Ilya Shaisultanov",
83 "url": "https://github.com/diversario"
84 },
85 {
86 "name": "Nathan MacInnes",
87 "email": "nathan@macinn.es",
88 "url": "http://macinn.es/"
89 },
90 {
91 "name": "Benjamin E. Coe",
92 "email": "ben@npmjs.com",
93 "url": "https://twitter.com/benjamincoe"
94 },
95 {
96 "name": "Nathan Zadoks",
97 "url": "https://github.com/nathan7"
98 },
99 {
100 "name": "Róbert Oroszi",
101 "email": "robert+gh@oroszi.net",
102 "url": "https://github.com/oroce"
103 },
104 {
105 "name": "Aurélio A. Heckert",
106 "url": "http://softwarelivre.org/aurium"
107 },
108 {
109 "name": "Guy Ellis",
110 "url": "http://www.guyellisrocks.com/"
111 }
112 ],
113 "dependencies": {},
114 "description": "deep cloning of objects and arrays",
115 "devDependencies": {
116 "nodeunit": "~0.9.0"
117 },
118 "engines": {
119 "node": ">=0.8"
120 },
121 "homepage": "https://github.com/pvorb/node-clone#readme",
122 "license": "MIT",
123 "main": "clone.js",
124 "name": "clone",
125 "optionalDependencies": {},
126 "repository": {
127 "type": "git",
128 "url": "git://github.com/pvorb/node-clone.git"
129 },
130 "scripts": {
131 "test": "nodeunit test.js"
132 },
133 "tags": [
134 "clone",
135 "object",
136 "array",
137 "function",
138 "date"
139 ],
140 "version": "1.0.4"
141}
Note: See TracBrowser for help on using the repository browser.