Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80758 views
1
{
2
"name": "source-map",
3
"description": "Generates and consumes source maps",
4
"version": "0.1.34",
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
"repository": {
97
"type": "git",
98
"url": "http://github.com/mozilla/source-map.git"
99
},
100
"directories": {
101
"lib": "./lib"
102
},
103
"main": "./lib/source-map.js",
104
"engines": {
105
"node": ">=0.8.0"
106
},
107
"licenses": [
108
{
109
"type": "BSD",
110
"url": "http://opensource.org/licenses/BSD-3-Clause"
111
}
112
],
113
"dependencies": {
114
"amdefine": ">=0.0.4"
115
},
116
"devDependencies": {
117
"dryice": ">=0.4.8"
118
},
119
"scripts": {
120
"test": "node test/run-tests.js",
121
"build": "node Makefile.dryice.js"
122
},
123
"bugs": {
124
"url": "https://github.com/mozilla/source-map/issues"
125
},
126
"_id": "[email protected]",
127
"_shasum": "a7cfe89aec7b1682c3b198d0acfb47d7d090566b",
128
"_from": "[email protected]",
129
"_npmVersion": "1.4.9",
130
"_npmUser": {
131
"name": "nickfitzgerald",
132
"email": "[email protected]"
133
},
134
"maintainers": [
135
{
136
"name": "mozilla-devtools",
137
"email": "[email protected]"
138
},
139
{
140
"name": "mozilla",
141
"email": "[email protected]"
142
},
143
{
144
"name": "nickfitzgerald",
145
"email": "[email protected]"
146
}
147
],
148
"dist": {
149
"shasum": "a7cfe89aec7b1682c3b198d0acfb47d7d090566b",
150
"tarball": "http://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz"
151
},
152
"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz"
153
}
154
155