@frida/mold-source-map
Version:
Mold a source map that is almost perfect for you into one that is.
44 lines (43 loc) • 871 B
JSON
{
"name": "@frida/mold-source-map",
"version": "1.0.0",
"description": "Mold a source map that is almost perfect for you into one that is.",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/frida/mold-source-map.git"
},
"homepage": "https://github.com/frida/mold-source-map",
"dependencies": {
"convert-source-map": "^1.1.0",
"through": "^2.3.8"
},
"devDependencies": {
"tap": "^15.0.9",
"browserify": "^17.0.0"
},
"keywords": [
"mold",
"change",
"modify",
"adapt",
"sourcemap",
"source",
"map",
"browserify"
],
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
}
}