UNPKG

exorcist

Version:

Externalizes the source map found inside a stream to an external `.js.map` file

49 lines (48 loc) 1.01 kB
{ "name": "exorcist", "version": "2.0.0", "description": "Externalizes the source map found inside a stream to an external `.js.map` file", "bin": { "exorcist": "bin/exorcist.js" }, "main": "index.js", "scripts": { "test": "tap test/*.js" }, "repository": { "type": "git", "url": "git://github.com/thlorenz/exorcist.git" }, "homepage": "https://github.com/thlorenz/exorcist", "dependencies": { "is-stream": "^2.0.0", "minimist": "^1.2.5", "mkdirp": "^1.0.4", "mold-source-map": "^0.4.0" }, "devDependencies": { "browserify": "^17.0.0", "nave": "^3.2.2", "proxyquire": "^2.1.3", "tap": "^14.11.0", "through2": "~4.0.2" }, "keywords": [ "source-map", "source", "map", "external", "mapfile", "browserify", "browserify-tool" ], "author": { "name": "Thorsten Lorenz", "email": "thlorenz@gmx.de", "url": "http://thlorenz.com" }, "license": "MIT", "engine": { "node": ">=14" } }