Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80551 views
1
{
2
"name": "source-map",
3
"description": "Generates and consumes source maps",
4
"version": "0.1.31",
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
"repository": {
77
"type": "git",
78
"url": "git+ssh://[email protected]/mozilla/source-map.git"
79
},
80
"directories": {
81
"lib": "./lib"
82
},
83
"main": "./lib/source-map.js",
84
"engines": {
85
"node": ">=0.8.0"
86
},
87
"licenses": [
88
{
89
"type": "BSD",
90
"url": "http://opensource.org/licenses/BSD-3-Clause"
91
}
92
],
93
"dependencies": {
94
"amdefine": ">=0.0.4"
95
},
96
"devDependencies": {
97
"dryice": ">=0.4.8"
98
},
99
"scripts": {
100
"test": "node test/run-tests.js",
101
"build": "node Makefile.dryice.js"
102
},
103
"_id": "[email protected]",
104
"dist": {
105
"shasum": "9f704d0d69d9e138a81badf6ebb4fde33d151c61",
106
"tarball": "http://registry.npmjs.org/source-map/-/source-map-0.1.31.tgz"
107
},
108
"_from": "[email protected]",
109
"_npmVersion": "1.2.18",
110
"_npmUser": {
111
"name": "nickfitzgerald",
112
"email": "[email protected]"
113
},
114
"maintainers": [
115
{
116
"name": "mozilla-devtools",
117
"email": "[email protected]"
118
},
119
{
120
"name": "mozilla",
121
"email": "[email protected]"
122
},
123
{
124
"name": "nickfitzgerald",
125
"email": "[email protected]"
126
}
127
],
128
"_shasum": "9f704d0d69d9e138a81badf6ebb4fde33d151c61",
129
"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.31.tgz",
130
"bugs": {
131
"url": "https://github.com/mozilla/source-map/issues"
132
},
133
"readme": "ERROR: No README data found!"
134
}
135
136