Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80552 views
1
{
2
"name": "source-map",
3
"description": "Generates and consumes source maps",
4
"version": "0.4.2",
5
"homepage": "https://github.com/mozilla/source-map",
6
"author": {
7
"name": "Nick Fitzgerald",
8
"email": "[email protected]"
9
},
10
"contributors": [
11
{
12
"name": "Tobias Koppers",
13
"email": "[email protected]"
14
},
15
{
16
"name": "Duncan Beevers",
17
"email": "[email protected]"
18
},
19
{
20
"name": "Stephen Crane",
21
"email": "[email protected]"
22
},
23
{
24
"name": "Ryan Seddon",
25
"email": "[email protected]"
26
},
27
{
28
"name": "Miles Elam",
29
"email": "[email protected]"
30
},
31
{
32
"name": "Mihai Bazon",
33
"email": "[email protected]"
34
},
35
{
36
"name": "Michael Ficarra",
37
"email": "[email protected]"
38
},
39
{
40
"name": "Todd Wolfson",
41
"email": "[email protected]"
42
},
43
{
44
"name": "Alexander Solovyov",
45
"email": "[email protected]"
46
},
47
{
48
"name": "Felix Gnass",
49
"email": "[email protected]"
50
},
51
{
52
"name": "Conrad Irwin",
53
"email": "[email protected]"
54
},
55
{
56
"name": "usrbincc",
57
"email": "[email protected]"
58
},
59
{
60
"name": "David Glasser",
61
"email": "[email protected]"
62
},
63
{
64
"name": "Chase Douglas",
65
"email": "[email protected]"
66
},
67
{
68
"name": "Evan Wallace",
69
"email": "[email protected]"
70
},
71
{
72
"name": "Heather Arthur",
73
"email": "[email protected]"
74
},
75
{
76
"name": "Hugh Kennedy",
77
"email": "[email protected]"
78
},
79
{
80
"name": "David Glasser",
81
"email": "[email protected]"
82
},
83
{
84
"name": "Simon Lydell",
85
"email": "[email protected]"
86
},
87
{
88
"name": "Jmeas Smith",
89
"email": "[email protected]"
90
},
91
{
92
"name": "Michael Z Goddard",
93
"email": "[email protected]"
94
},
95
{
96
"name": "azu",
97
"email": "[email protected]"
98
},
99
{
100
"name": "John Gozde",
101
"email": "[email protected]"
102
},
103
{
104
"name": "Adam Kirkton",
105
"email": "[email protected]"
106
},
107
{
108
"name": "Chris Montgomery",
109
"email": "[email protected]"
110
},
111
{
112
"name": "J. Ryan Stinnett",
113
"email": "[email protected]"
114
},
115
{
116
"name": "Jack Herrington",
117
"email": "[email protected]"
118
},
119
{
120
"name": "Chris Truter",
121
"email": "[email protected]"
122
},
123
{
124
"name": "Daniel Espeset",
125
"email": "[email protected]"
126
},
127
{
128
"name": "Jamie Wong",
129
"email": "[email protected]"
130
},
131
{
132
"name": "Eddy Bruël",
133
"email": "[email protected]"
134
},
135
{
136
"name": "Hawken Rives",
137
"email": "[email protected]"
138
}
139
],
140
"repository": {
141
"type": "git",
142
"url": "git+ssh://[email protected]/mozilla/source-map.git"
143
},
144
"directories": {
145
"lib": "./lib"
146
},
147
"main": "./lib/source-map.js",
148
"engines": {
149
"node": ">=0.8.0"
150
},
151
"licenses": [
152
{
153
"type": "BSD",
154
"url": "http://opensource.org/licenses/BSD-3-Clause"
155
}
156
],
157
"dependencies": {
158
"amdefine": ">=0.0.4"
159
},
160
"devDependencies": {
161
"dryice": ">=0.4.8"
162
},
163
"scripts": {
164
"test": "node test/run-tests.js",
165
"build": "node Makefile.dryice.js"
166
},
167
"bugs": {
168
"url": "https://github.com/mozilla/source-map/issues"
169
},
170
"_id": "[email protected]",
171
"_shasum": "dc9f3114394ab7c1f9782972f3d11820fff06f1f",
172
"_from": "source-map@>=0.4.2 <0.5.0",
173
"_npmVersion": "1.4.9",
174
"_npmUser": {
175
"name": "nickfitzgerald",
176
"email": "[email protected]"
177
},
178
"maintainers": [
179
{
180
"name": "mozilla-devtools",
181
"email": "[email protected]"
182
},
183
{
184
"name": "mozilla",
185
"email": "[email protected]"
186
},
187
{
188
"name": "nickfitzgerald",
189
"email": "[email protected]"
190
}
191
],
192
"dist": {
193
"shasum": "dc9f3114394ab7c1f9782972f3d11820fff06f1f",
194
"tarball": "http://registry.npmjs.org/source-map/-/source-map-0.4.2.tgz"
195
},
196
"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.2.tgz",
197
"readme": "ERROR: No README data found!"
198
}
199
200