{ "name": "devtools-source-map", "version": "0.16.0", "description": "DevTools utilities for working with source maps", "license": "MPL-2.0", "author": "Jason Laster ", "repository": "github:devtools-html/debugger.html", "bugs": "https://github.com/devtools-html/debugger.html/issues", "homepage": "https://github.com/devtools-html/debugger.html/tree/master/packages/source-maps#readme", "main": "src/index.js", "scripts": { "license-check": "devtools-license-check", "test": "jest --projects jest.config.js" }, "dependencies": { "babel-plugin-transform-async-to-generator": "^6.22.0", "babel-plugin-transform-flow-strip-types": "^6.22.0", "devtools-utils": "0.0.14", "md5": "^2.2.1", "regenerator-runtime": "^0.10.3", "source-map": "^0.6.1" } }