blob: ba9b5c39d00820d8e75424bffcc9ee5e71c255f6 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "clone@^2.1.1",
3 "_id": "clone@2.1.2",
4 "_inBundle": false,
5 "_integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=",
6 "_location": "/clone",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "clone@^2.1.1",
12 "name": "clone",
13 "escapedName": "clone",
14 "rawSpec": "^2.1.1",
15 "saveSpec": null,
16 "fetchSpec": "^2.1.1"
17 },
18 "_requiredBy": [
19 "/vinyl"
20 ],
21 "_resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
22 "_shasum": "1b7f4b9f591f1e8f83670401600345a02887435f",
23 "_spec": "clone@^2.1.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\vinyl",
25 "author": {
26 "name": "Paul Vorbach",
27 "email": "paul@vorba.ch",
28 "url": "http://paul.vorba.ch/"
29 },
30 "bugs": {
31 "url": "https://github.com/pvorb/node-clone/issues"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Blake Miner",
37 "email": "miner.blake@gmail.com",
38 "url": "http://www.blakeminer.com/"
39 },
40 {
41 "name": "Tian You",
42 "email": "axqd001@gmail.com",
43 "url": "http://blog.axqd.net/"
44 },
45 {
46 "name": "George Stagas",
47 "email": "gstagas@gmail.com",
48 "url": "http://stagas.com/"
49 },
50 {
51 "name": "Tobiasz Cudnik",
52 "email": "tobiasz.cudnik@gmail.com",
53 "url": "https://github.com/TobiaszCudnik"
54 },
55 {
56 "name": "Pavel Lang",
57 "email": "langpavel@phpskelet.org",
58 "url": "https://github.com/langpavel"
59 },
60 {
61 "name": "Dan MacTough",
62 "url": "http://yabfog.com/"
63 },
64 {
65 "name": "w1nk",
66 "url": "https://github.com/w1nk"
67 },
68 {
69 "name": "Hugh Kennedy",
70 "url": "http://twitter.com/hughskennedy"
71 },
72 {
73 "name": "Dustin Diaz",
74 "url": "http://dustindiaz.com"
75 },
76 {
77 "name": "Ilya Shaisultanov",
78 "url": "https://github.com/diversario"
79 },
80 {
81 "name": "Nathan MacInnes",
82 "email": "nathan@macinn.es",
83 "url": "http://macinn.es/"
84 },
85 {
86 "name": "Benjamin E. Coe",
87 "email": "ben@npmjs.com",
88 "url": "https://twitter.com/benjamincoe"
89 },
90 {
91 "name": "Nathan Zadoks",
92 "url": "https://github.com/nathan7"
93 },
94 {
95 "name": "Róbert Oroszi",
96 "email": "robert+gh@oroszi.net",
97 "url": "https://github.com/oroce"
98 },
99 {
100 "name": "Aurélio A. Heckert",
101 "url": "http://softwarelivre.org/aurium"
102 },
103 {
104 "name": "Guy Ellis",
105 "url": "http://www.guyellisrocks.com/"
106 },
107 {
108 "name": "fscherwi",
109 "url": "https://fscherwi.github.io"
110 },
111 {
112 "name": "rictic",
113 "url": "https://github.com/rictic"
114 },
115 {
116 "name": "Martin Jurča",
117 "url": "https://github.com/jurca"
118 },
119 {
120 "name": "Misery Lee",
121 "email": "miserylee@foxmail.com",
122 "url": "https://github.com/miserylee"
123 },
124 {
125 "name": "Clemens Wolff",
126 "url": "https://github.com/c-w"
127 }
128 ],
129 "dependencies": {},
130 "deprecated": false,
131 "description": "deep cloning of objects and arrays",
132 "devDependencies": {
133 "nodeunit": "~0.9.0"
134 },
135 "engines": {
136 "node": ">=0.8"
137 },
138 "homepage": "https://github.com/pvorb/node-clone#readme",
139 "license": "MIT",
140 "main": "clone.js",
141 "name": "clone",
142 "optionalDependencies": {},
143 "repository": {
144 "type": "git",
145 "url": "git://github.com/pvorb/node-clone.git"
146 },
147 "scripts": {
148 "test": "nodeunit test.js"
149 },
150 "tags": [
151 "clone",
152 "object",
153 "array",
154 "function",
155 "date"
156 ],
157 "version": "2.1.2"
158}