Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80559 views
1
{
2
"name": "source-map",
3
"description": "Generates and consumes source maps",
4
"version": "0.3.0",
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
"repository": {
137
"type": "git",
138
"url": "git+ssh://[email protected]/mozilla/source-map.git"
139
},
140
"directories": {
141
"lib": "./lib"
142
},
143
"main": "./lib/source-map.js",
144
"engines": {
145
"node": ">=0.8.0"
146
},
147
"licenses": [
148
{
149
"type": "BSD",
150
"url": "http://opensource.org/licenses/BSD-3-Clause"
151
}
152
],
153
"dependencies": {
154
"amdefine": ">=0.0.4"
155
},
156
"devDependencies": {
157
"dryice": ">=0.4.8"
158
},
159
"scripts": {
160
"test": "node test/run-tests.js",
161
"build": "node Makefile.dryice.js"
162
},
163
"bugs": {
164
"url": "https://github.com/mozilla/source-map/issues"
165
},
166
"_id": "[email protected]",
167
"_shasum": "8586fb9a5a005e5b501e21cd18b6f21b457ad1f9",
168
"_from": "source-map@>=0.3.0 <0.4.0",
169
"_npmVersion": "1.4.9",
170
"_npmUser": {
171
"name": "nickfitzgerald",
172
"email": "[email protected]"
173
},
174
"maintainers": [
175
{
176
"name": "mozilla-devtools",
177
"email": "[email protected]"
178
},
179
{
180
"name": "mozilla",
181
"email": "[email protected]"
182
},
183
{
184
"name": "nickfitzgerald",
185
"email": "[email protected]"
186
}
187
],
188
"dist": {
189
"shasum": "8586fb9a5a005e5b501e21cd18b6f21b457ad1f9",
190
"tarball": "http://registry.npmjs.org/source-map/-/source-map-0.3.0.tgz"
191
},
192
"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.3.0.tgz",
193
"readme": "ERROR: No README data found!"
194
}
195
196