{ "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", "bugs": "https://github.com/firefox-devtools/debugger/issues", "homepage": "https://github.com/firefox-devtools/debugger/tree/master/packages/source-maps#readme", "main": "src/index.js", "browser": { "./src/utils/wasmAsset.js": "./src/utils/wasmAssetBrowser.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.13.0", "source-map": "0.8.0-beta.0" } }