UNPKG

source-map-explorer

Version:

Analyze and debug space usage through source maps

42 lines (41 loc) 954 B
{ "name": "source-map-explorer", "version": "1.3.3", "description": "Analyze and debug space usage through source maps", "main": "index.js", "bin": { "source-map-explorer": "index.js" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/danvk/source-map-explorer.git" }, "keywords": [ "source-map", "browser", "minification" ], "author": "Dan Vanderkam (danvdk@gmail.com)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/danvk/source-map-explorer/issues" }, "homepage": "https://github.com/danvk/source-map-explorer#readme", "dependencies": { "btoa": "^1.1.2", "convert-source-map": "^1.1.1", "docopt": "^0.6.2", "file-url": "^1.0.1", "open": "0.0.5", "source-map": "^0.5.1", "temp": "^0.8.3", "underscore": "^1.8.3" }, "devDependencies": { "chai": "^3.3.0", "mocha": "^2.3.3" } }