wishthis/node_modules/convert-source-map/package.json

37 lines
787 B
JSON
Raw Permalink Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "convert-source-map",
"version": "0.3.5",
"description": "Converts a source-map from/to different formats and allows adding/changing properties.",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/convert-source-map.git"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/thlorenz/convert-source-map",
2022-01-21 08:28:41 +00:00
"dependencies": {},
"devDependencies": {
"inline-source-map": "~0.3.0",
"tap": "~0.4.3"
},
"keywords": [
"convert",
"sourcemap",
"source",
"map",
"browser",
"debug"
],
2022-04-08 10:55:35 +00:00
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"license": "MIT",
"engine": {
"node": ">=0.6"
}
2022-01-21 08:28:41 +00:00
}