CoolFace
Apppublic

sourav-das/stem-separator

sourceHugging Facemitupdated 6mo agoView on Hugging Face
3likes
package.json39 linesDownload Raw Back to convert-source-map
1{2  "name": "convert-source-map",3  "version": "2.0.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  "devDependencies": {15    "inline-source-map": "~0.6.2",16    "tap": "~9.0.0"17  },18  "keywords": [19    "convert",20    "sourcemap",21    "source",22    "map",23    "browser",24    "debug"25  ],26  "author": {27    "name": "Thorsten Lorenz",28    "email": "thlorenz@gmx.de",29    "url": "http://thlorenz.com"30  },31  "license": "MIT",32  "engine": {33    "node": ">=4"34  },35  "files": [36    "index.js"37  ]38}39