Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80552 views
1
{
2
"name": "convert-source-map",
3
"version": "1.1.1",
4
"description": "Converts a source-map from/to different formats and allows adding/changing properties.",
5
"main": "index.js",
6
"scripts": {
7
"test": "tap test/*.js"
8
},
9
"repository": {
10
"type": "git",
11
"url": "git://github.com/thlorenz/convert-source-map.git"
12
},
13
"homepage": "https://github.com/thlorenz/convert-source-map",
14
"dependencies": {},
15
"devDependencies": {
16
"inline-source-map": "~0.3.1",
17
"tap": "~0.4.13"
18
},
19
"keywords": [
20
"convert",
21
"sourcemap",
22
"source",
23
"map",
24
"browser",
25
"debug"
26
],
27
"author": {
28
"name": "Thorsten Lorenz",
29
"email": "[email protected]",
30
"url": "http://thlorenz.com"
31
},
32
"license": "MIT",
33
"engine": {
34
"node": ">=0.6"
35
},
36
"gitHead": "727a2e2ebf3cd3b6c0238a0d3c6359b9058a4e3d",
37
"bugs": {
38
"url": "https://github.com/thlorenz/convert-source-map/issues"
39
},
40
"_id": "[email protected]",
41
"_shasum": "74e5182473058413b090dd73777acbc4a0fff3cc",
42
"_from": "convert-source-map@>=1.1.0 <1.2.0",
43
"_npmVersion": "2.9.0",
44
"_nodeVersion": "2.0.2",
45
"_npmUser": {
46
"name": "thlorenz",
47
"email": "[email protected]"
48
},
49
"maintainers": [
50
{
51
"name": "thlorenz",
52
"email": "[email protected]"
53
}
54
],
55
"dist": {
56
"shasum": "74e5182473058413b090dd73777acbc4a0fff3cc",
57
"tarball": "http://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.1.tgz"
58
},
59
"directories": {},
60
"_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.1.tgz",
61
"readme": "ERROR: No README data found!"
62
}
63
64