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.1.43",
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
"repository": {
129
"type": "git",
130
"url": "git+ssh://[email protected]/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": "[email protected]",
159
"_shasum": "c24bc146ca517c1471f5dacbe2571b2b7f9e3346",
160
"_from": "source-map@>=0.1.31 <0.2.0",
161
"_npmVersion": "1.4.9",
162
"_npmUser": {
163
"name": "nickfitzgerald",
164
"email": "[email protected]"
165
},
166
"maintainers": [
167
{
168
"name": "mozilla-devtools",
169
"email": "[email protected]"
170
},
171
{
172
"name": "mozilla",
173
"email": "[email protected]"
174
},
175
{
176
"name": "nickfitzgerald",
177
"email": "[email protected]"
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
"readme": "ERROR: No README data found!"
186
}
187
188