1
|
{
|
2
|
"name": "convert-source-map",
|
3
|
"version": "1.7.0",
|
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 --color"
|
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
|
"safe-buffer": "~5.1.1"
|
16
|
},
|
17
|
"devDependencies": {
|
18
|
"inline-source-map": "~0.6.2",
|
19
|
"tap": "~9.0.0"
|
20
|
},
|
21
|
"keywords": [
|
22
|
"convert",
|
23
|
"sourcemap",
|
24
|
"source",
|
25
|
"map",
|
26
|
"browser",
|
27
|
"debug"
|
28
|
],
|
29
|
"author": {
|
30
|
"name": "Thorsten Lorenz",
|
31
|
"email": "thlorenz@gmx.de",
|
32
|
"url": "http://thlorenz.com"
|
33
|
},
|
34
|
"license": "MIT",
|
35
|
"engine": {
|
36
|
"node": ">=0.6"
|
37
|
},
|
38
|
"files": [
|
39
|
"index.js"
|
40
|
],
|
41
|
"browser": {
|
42
|
"fs": false
|
43
|
}
|
44
|
}
|