b3558d64f431472f18a1ffc83004463ce13e9a32
[aai/esr-gui.git] /
1 {
2   "name": "merge-descriptors",
3   "description": "Merge objects using descriptors",
4   "version": "1.0.1",
5   "author": {
6     "name": "Jonathan Ong",
7     "email": "me@jongleberry.com",
8     "url": "http://jongleberry.com"
9   },
10   "contributors": [
11     {
12       "name": "Douglas Christopher Wilson",
13       "email": "doug@somethingdoug.com"
14     },
15     {
16       "name": "Mike Grabowski",
17       "email": "grabbou@gmail.com"
18     }
19   ],
20   "license": "MIT",
21   "repository": {
22     "type": "git",
23     "url": "https://github.com/component/merge-descriptors"
24   },
25   "devDependencies": {
26     "istanbul": "0.4.1",
27     "mocha": "1.21.5"
28   },
29   "files": [
30     "HISTORY.md",
31     "LICENSE",
32     "README.md",
33     "index.js"
34   ],
35   "scripts": {
36     "test": "mocha --reporter spec --bail --check-leaks test/",
37     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
38     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
39   },
40   "gitHead": "f26c49c3b423b0b2ac31f6e32a84e1632f2d7ac2",
41   "bugs": {
42     "url": "https://github.com/component/merge-descriptors/issues"
43   },
44   "homepage": "https://github.com/component/merge-descriptors",
45   "_id": "merge-descriptors@1.0.1",
46   "_shasum": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61",
47   "_from": "merge-descriptors@1.0.1",
48   "_npmVersion": "1.4.28",
49   "_npmUser": {
50     "name": "dougwilson",
51     "email": "doug@somethingdoug.com"
52   },
53   "maintainers": [
54     {
55       "name": "anthonyshort",
56       "email": "antshort@gmail.com"
57     },
58     {
59       "name": "clintwood",
60       "email": "clint@anotherway.co.za"
61     },
62     {
63       "name": "dfcreative",
64       "email": "df.creative@gmail.com"
65     },
66     {
67       "name": "dominicbarnes",
68       "email": "dominic@dbarnes.info"
69     },
70     {
71       "name": "dougwilson",
72       "email": "doug@somethingdoug.com"
73     },
74     {
75       "name": "ianstormtaylor",
76       "email": "ian@ianstormtaylor.com"
77     },
78     {
79       "name": "jonathanong",
80       "email": "jonathanrichardong@gmail.com"
81     },
82     {
83       "name": "jongleberry",
84       "email": "jonathanrichardong@gmail.com"
85     },
86     {
87       "name": "juliangruber",
88       "email": "julian@juliangruber.com"
89     },
90     {
91       "name": "mattmueller",
92       "email": "mattmuelle@gmail.com"
93     },
94     {
95       "name": "queckezz",
96       "email": "fabian.eichenberger@gmail.com"
97     },
98     {
99       "name": "stephenmathieson",
100       "email": "me@stephenmathieson.com"
101     },
102     {
103       "name": "thehydroimpulse",
104       "email": "dnfagnan@gmail.com"
105     },
106     {
107       "name": "timaschew",
108       "email": "timaschew@gmail.com"
109     },
110     {
111       "name": "timoxley",
112       "email": "secoif@gmail.com"
113     },
114     {
115       "name": "tjholowaychuk",
116       "email": "tj@vision-media.ca"
117     },
118     {
119       "name": "tootallnate",
120       "email": "nathan@tootallnate.net"
121     },
122     {
123       "name": "trevorgerhardt",
124       "email": "trevorgerhardt@gmail.com"
125     },
126     {
127       "name": "yields",
128       "email": "yields@icloud.com"
129     }
130   ],
131   "dist": {
132     "shasum": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61",
133     "tarball": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz"
134   },
135   "directories": {},
136   "_resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz"
137 }