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