]> git.r.bdr.sh - rbdr/dotfiles/blob
b840ac54123a0564180d3ede2a5fe68a30535d31
[rbdr/dotfiles] /
1 {
2 "name": "source-map",
3 "description": "Generates and consumes source maps",
4 "version": "0.1.43",
5 "homepage": "https://github.com/mozilla/source-map",
6 "author": {
7 "name": "Nick Fitzgerald",
8 "email": "nfitzgerald@mozilla.com"
9 },
10 "contributors": [
11 {
12 "name": "Tobias Koppers",
13 "email": "tobias.koppers@googlemail.com"
14 },
15 {
16 "name": "Duncan Beevers",
17 "email": "duncan@dweebd.com"
18 },
19 {
20 "name": "Stephen Crane",
21 "email": "scrane@mozilla.com"
22 },
23 {
24 "name": "Ryan Seddon",
25 "email": "seddon.ryan@gmail.com"
26 },
27 {
28 "name": "Miles Elam",
29 "email": "miles.elam@deem.com"
30 },
31 {
32 "name": "Mihai Bazon",
33 "email": "mihai.bazon@gmail.com"
34 },
35 {
36 "name": "Michael Ficarra",
37 "email": "github.public.email@michael.ficarra.me"
38 },
39 {
40 "name": "Todd Wolfson",
41 "email": "todd@twolfson.com"
42 },
43 {
44 "name": "Alexander Solovyov",
45 "email": "alexander@solovyov.net"
46 },
47 {
48 "name": "Felix Gnass",
49 "email": "fgnass@gmail.com"
50 },
51 {
52 "name": "Conrad Irwin",
53 "email": "conrad.irwin@gmail.com"
54 },
55 {
56 "name": "usrbincc",
57 "email": "usrbincc@yahoo.com"
58 },
59 {
60 "name": "David Glasser",
61 "email": "glasser@davidglasser.net"
62 },
63 {
64 "name": "Chase Douglas",
65 "email": "chase@newrelic.com"
66 },
67 {
68 "name": "Evan Wallace",
69 "email": "evan.exe@gmail.com"
70 },
71 {
72 "name": "Heather Arthur",
73 "email": "fayearthur@gmail.com"
74 },
75 {
76 "name": "Hugh Kennedy",
77 "email": "hughskennedy@gmail.com"
78 },
79 {
80 "name": "David Glasser",
81 "email": "glasser@davidglasser.net"
82 },
83 {
84 "name": "Simon Lydell",
85 "email": "simon.lydell@gmail.com"
86 },
87 {
88 "name": "Jmeas Smith",
89 "email": "jellyes2@gmail.com"
90 },
91 {
92 "name": "Michael Z Goddard",
93 "email": "mzgoddard@gmail.com"
94 },
95 {
96 "name": "azu",
97 "email": "azu@users.noreply.github.com"
98 },
99 {
100 "name": "John Gozde",
101 "email": "john@gozde.ca"
102 },
103 {
104 "name": "Adam Kirkton",
105 "email": "akirkton@truefitinnovation.com"
106 },
107 {
108 "name": "Chris Montgomery",
109 "email": "christopher.montgomery@dowjones.com"
110 },
111 {
112 "name": "J. Ryan Stinnett",
113 "email": "jryans@gmail.com"
114 },
115 {
116 "name": "Jack Herrington",
117 "email": "jherrington@walmartlabs.com"
118 },
119 {
120 "name": "Chris Truter",
121 "email": "jeffpalentine@gmail.com"
122 },
123 {
124 "name": "Daniel Espeset",
125 "email": "daniel@danielespeset.com"
126 }
127 ],
128 "repository": {
129 "type": "git",
130 "url": "http://github.com/mozilla/source-map.git"
131 },
132 "directories": {
133 "lib": "./lib"
134 },
135 "main": "./lib/source-map.js",
136 "engines": {
137 "node": ">=0.8.0"
138 },
139 "licenses": [
140 {
141 "type": "BSD",
142 "url": "http://opensource.org/licenses/BSD-3-Clause"
143 }
144 ],
145 "dependencies": {
146 "amdefine": ">=0.0.4"
147 },
148 "devDependencies": {
149 "dryice": ">=0.4.8"
150 },
151 "scripts": {
152 "test": "node test/run-tests.js",
153 "build": "node Makefile.dryice.js"
154 },
155 "bugs": {
156 "url": "https://github.com/mozilla/source-map/issues"
157 },
158 "_id": "source-map@0.1.43",
159 "_shasum": "c24bc146ca517c1471f5dacbe2571b2b7f9e3346",
160 "_from": "source-map@>=0.1.43 <0.2.0",
161 "_npmVersion": "1.4.9",
162 "_npmUser": {
163 "name": "nickfitzgerald",
164 "email": "fitzgen@gmail.com"
165 },
166 "maintainers": [
167 {
168 "name": "mozilla-devtools",
169 "email": "mozilla-developer-tools@googlegroups.com"
170 },
171 {
172 "name": "mozilla",
173 "email": "dherman@mozilla.com"
174 },
175 {
176 "name": "nickfitzgerald",
177 "email": "fitzgen@gmail.com"
178 }
179 ],
180 "dist": {
181 "shasum": "c24bc146ca517c1471f5dacbe2571b2b7f9e3346",
182 "tarball": "http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz"
183 },
184 "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz"
185 }