Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 views
1
{
2
"name": "combine-source-map",
3
"version": "0.6.1",
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
"convert-source-map": "~1.1.0",
16
"inline-source-map": "~0.5.0",
17
"lodash.memoize": "~3.0.3",
18
"source-map": "~0.4.2"
19
},
20
"devDependencies": {
21
"tap": "~0.4.3"
22
},
23
"keywords": [
24
"source",
25
"map",
26
"sourcemap",
27
"bundle",
28
"combine",
29
"cat",
30
"sourceMappingUrl",
31
"browserify"
32
],
33
"author": {
34
"name": "Thorsten Lorenz",
35
"email": "[email protected]",
36
"url": "http://thlorenz.com"
37
},
38
"license": "MIT",
39
"engine": {
40
"node": ">=0.6"
41
},
42
"gitHead": "8f2c6f23df9689d0b27af328bdc575bb44375829",
43
"bugs": {
44
"url": "https://github.com/thlorenz/combine-source-map/issues"
45
},
46
"_id": "[email protected]",
47
"_shasum": "9b4a09c316033d768e0f11e029fa2730e079ad96",
48
"_from": "combine-source-map@>=0.6.1 <0.7.0",
49
"_npmVersion": "2.8.3",
50
"_nodeVersion": "1.8.1",
51
"_npmUser": {
52
"name": "thlorenz",
53
"email": "[email protected]"
54
},
55
"maintainers": [
56
{
57
"name": "thlorenz",
58
"email": "[email protected]"
59
}
60
],
61
"dist": {
62
"shasum": "9b4a09c316033d768e0f11e029fa2730e079ad96",
63
"tarball": "http://registry.npmjs.org/combine-source-map/-/combine-source-map-0.6.1.tgz"
64
},
65
"directories": {},
66
"_resolved": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.6.1.tgz"
67
}
68
69