Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 views
1
{
2
"name": "combine-source-map",
3
"version": "0.3.0",
4
"description": "Add source maps of multiple files, offset them and then combine them into one source map",
5
"main": "index.js",
6
"scripts": {
7
"test": "tap test/*.js"
8
},
9
"repository": {
10
"type": "git",
11
"url": "git://github.com/thlorenz/combine-source-map.git"
12
},
13
"homepage": "https://github.com/thlorenz/combine-source-map",
14
"dependencies": {
15
"inline-source-map": "~0.3.0",
16
"convert-source-map": "~0.3.0",
17
"source-map": "~0.1.31"
18
},
19
"devDependencies": {
20
"tap": "~0.4.3"
21
},
22
"keywords": [
23
"source",
24
"map",
25
"sourcemap",
26
"bundle",
27
"combine",
28
"cat",
29
"sourceMappingUrl",
30
"browserify"
31
],
32
"author": {
33
"name": "Thorsten Lorenz",
34
"email": "[email protected]",
35
"url": "http://thlorenz.com"
36
},
37
"license": "MIT",
38
"engine": {
39
"node": ">=0.6"
40
},
41
"bugs": {
42
"url": "https://github.com/thlorenz/combine-source-map/issues"
43
},
44
"_id": "[email protected]",
45
"dist": {
46
"shasum": "d9e74f593d9cd43807312cb5d846d451efaa9eb7",
47
"tarball": "http://registry.npmjs.org/combine-source-map/-/combine-source-map-0.3.0.tgz"
48
},
49
"_from": "combine-source-map@>=0.3.0 <0.4.0",
50
"_npmVersion": "1.3.11",
51
"_npmUser": {
52
"name": "thlorenz",
53
"email": "[email protected]"
54
},
55
"maintainers": [
56
{
57
"name": "thlorenz",
58
"email": "[email protected]"
59
}
60
],
61
"directories": {},
62
"_shasum": "d9e74f593d9cd43807312cb5d846d451efaa9eb7",
63
"_resolved": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.3.0.tgz",
64
"readme": "ERROR: No README data found!"
65
}
66
67