UNPKG

stripify

Version:

Browserify transform that strips console.log lines from your code

52 lines (51 loc) 1.06 kB
{ "name": "stripify", "version": "6.0.0", "description": "Browserify transform that strips console.log lines from your code", "main": "stripify.js", "bin": "bin/stripify.js", "scripts": { "test": "standard && tape test/test.js" }, "repository": { "type": "git", "url": "git://github.com/alanshaw/stripify.git" }, "keywords": [ "browserify", "browserify-transform", "strip", "debug", "debugger", "log", "logging", "console", "console.log", "console.debug", "console.info", "console.warn", "console.error" ], "author": "Alan Shaw", "license": "MIT", "bugs": { "url": "https://github.com/alanshaw/stripify/issues" }, "homepage": "https://github.com/alanshaw/stripify", "dependencies": { "falafel": "^2.0.0", "minimist": "^1.1.0", "through2": "^2.0.0" }, "devDependencies": { "concat-stream": "^1.4.4", "standard": "^8.1.0", "tape": "^4.4.0" }, "standard": { "ignore": [ "test/fixtures", "test/expected" ] } }