Initial commit
[yaffs-website] / node_modules / clone / package.json
1 {
2   "_args": [
3     [
4       "clone@^1.0.0",
5       "/var/www/yaffs/node_modules/vinyl"
6     ]
7   ],
8   "_from": "clone@>=1.0.0 <2.0.0",
9   "_id": "clone@1.0.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/clone",
13   "_npmUser": {
14     "email": "paul@vorba.ch",
15     "name": "pvorb"
16   },
17   "_npmVersion": "1.4.14",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "clone",
21     "raw": "clone@^1.0.0",
22     "rawSpec": "^1.0.0",
23     "scope": null,
24     "spec": ">=1.0.0 <2.0.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/defaults",
29     "/vinyl"
30   ],
31   "_resolved": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
32   "_shasum": "260b7a99ebb1edfe247538175f783243cb19d149",
33   "_shrinkwrap": null,
34   "_spec": "clone@^1.0.0",
35   "_where": "/var/www/yaffs/node_modules/vinyl",
36   "author": {
37     "email": "paul@vorba.ch",
38     "name": "Paul Vorbach",
39     "url": "http://paul.vorba.ch/"
40   },
41   "bugs": {
42     "url": "https://github.com/pvorb/node-clone/issues"
43   },
44   "contributors": [
45     {
46       "name": "Dustin Diaz",
47       "url": "http://dustindiaz.com"
48     },
49     {
50       "name": "Blake Miner",
51       "email": "miner.blake@gmail.com",
52       "url": "http://www.blakeminer.com/"
53     },
54     {
55       "name": "George Stagas",
56       "email": "gstagas@gmail.com",
57       "url": "http://stagas.com/"
58     },
59     {
60       "name": "Tobiasz Cudnik",
61       "email": "tobiasz.cudnik@gmail.com",
62       "url": "https://github.com/TobiaszCudnik"
63     },
64     {
65       "name": "Pavel Lang",
66       "email": "langpavel@phpskelet.org",
67       "url": "https://github.com/langpavel"
68     },
69     {
70       "name": "Dan MacTough",
71       "url": "http://yabfog.com/"
72     },
73     {
74       "name": "w1nk",
75       "url": "https://github.com/w1nk"
76     },
77     {
78       "name": "Hugh Kennedy",
79       "url": "http://twitter.com/hughskennedy"
80     },
81     {
82       "name": "Tian You",
83       "email": "axqd001@gmail.com",
84       "url": "http://blog.axqd.net/"
85     },
86     {
87       "name": "Ilya Shaisultanov",
88       "url": "https://github.com/diversario"
89     },
90     {
91       "name": "Nathan MacInnes",
92       "email": "nathan@macinn.es",
93       "url": "http://macinn.es/"
94     },
95     {
96       "name": "Benjamin E. Coe",
97       "email": "ben@npmjs.com",
98       "url": "https://twitter.com/benjamincoe"
99     },
100     {
101       "name": "Nathan Zadoks",
102       "url": "https://github.com/nathan7"
103     },
104     {
105       "name": "Róbert Oroszi",
106       "email": "robert+gh@oroszi.net",
107       "url": "https://github.com/oroce"
108     },
109     {
110       "name": "Aurélio A. Heckert",
111       "url": "http://softwarelivre.org/aurium"
112     },
113     {
114       "name": "Guy Ellis",
115       "url": "http://www.guyellisrocks.com/"
116     }
117   ],
118   "dependencies": {},
119   "description": "deep cloning of objects and arrays",
120   "devDependencies": {
121     "nodeunit": "~0.9.0"
122   },
123   "directories": {},
124   "dist": {
125     "shasum": "260b7a99ebb1edfe247538175f783243cb19d149",
126     "tarball": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz"
127   },
128   "engines": {
129     "node": ">=0.8"
130   },
131   "gitHead": "0e8216efc672496b612fd7ab62159117d16ec4a0",
132   "homepage": "https://github.com/pvorb/node-clone",
133   "license": "MIT",
134   "main": "clone.js",
135   "maintainers": [
136     {
137       "name": "pvorb",
138       "email": "paul@vorb.de"
139     }
140   ],
141   "name": "clone",
142   "optionalDependencies": {},
143   "readme": "ERROR: No README data found!",
144   "repository": {
145     "type": "git",
146     "url": "git://github.com/pvorb/node-clone.git"
147   },
148   "scripts": {
149     "test": "nodeunit test.js"
150   },
151   "tags": [
152     "array",
153     "clone",
154     "date",
155     "function",
156     "object"
157   ],
158   "version": "1.0.2"
159 }