{"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"keywords":["rollup","rollup-plugin","sourcemap","source-map","sourceMappingURL"],"dist-tags":{"latest":"0.6.3"},"author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"description":"Rollup plugin for grabbing source maps from sourceMappingURLs","readme":"# rollup-plugin-sourcemaps\n\n[![npm](https://img.shields.io/npm/v/rollup-plugin-sourcemaps.svg)](https://www.npmjs.com/package/rollup-plugin-sourcemaps)\n[![Build Status](https://img.shields.io/travis/maxdavidson/rollup-plugin-sourcemaps/master.svg)](https://travis-ci.org/maxdavidson/rollup-plugin-sourcemaps)\n[![Coverage Status](https://img.shields.io/coveralls/maxdavidson/rollup-plugin-sourcemaps/master.svg)](https://coveralls.io/github/maxdavidson/rollup-plugin-sourcemaps?branch=master)\n\n\n[Rollup](https://rollupjs.org) plugin for loading files with existing source maps.\nInspired by [webpack/source-map-loader](https://github.com/webpack/source-map-loader).\n\nWorks with rollup 0.31.2 or later.\n\nIf you use [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel),\nyou might be able to use the [`inputSourceMap`](https://babeljs.io/docs/en/options#inputsourcemap) option instead of this plugin.\n\n## Why?\n\n- You transpile your files with source maps before bundling with rollup\n- You consume external modules with bundled source maps\n\n## Usage\n\n```javascript\nimport sourcemaps from 'rollup-plugin-sourcemaps';\n\nexport default {\n  input: 'src/index.js',\n  plugins: [sourcemaps()],\n  output: {\n    sourcemap: true,\n    file: 'dist/my-awesome-package.js',\n  },\n};\n```\n","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"users":{"classicoldsong":true,"isao":true,"shanewholloway":true},"bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"license":"MIT","versions":{"0.1.0":{"name":"rollup-plugin-sourcemaps","version":"0.1.0","description":"Rollup plugin for grabbing source maps from sourceMappingsURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","js:main":"dist/rollup-plugin-sourcemaps.esm.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">= 4.0.0","npm":">= 2.14.2"},"scripts":{"clean":"rimraf dist coverage .nyc_output","prebuild":"npm run clean","build":"rollup -c","pretest":"cross-env NODE_ENV=test npm run build","test":"nyc ava","test:watch":"npm run clean && nyc ava --watch & cross-env NODE_ENV=test rollup -w -c","test:coverage":"nyc report -r text-lcov | coveralls","lint":"eslint .","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test","postversion":"git push && git push --tags && npm publish"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingsURL"],"files":["dist"],"nyc":{"sourceMap":false,"instrument":false},"dependencies":{"babel-runtime":"^6.9.2","rollup-pluginutils":"^1.5.0"},"devDependencies":{"ava":"^0.15.2","babel-core":"^6.9.1","babel-eslint":"^6.0.4","babel-plugin-__coverage__":"^11.0.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015-rollup":"^1.1.1","babel-preset-stage-3":"^6.5.0","coveralls":"^2.11.9","cross-env":"^1.0.8","eslint":"^2.13.0","eslint-config-airbnb-base":"^3.0.1","eslint-plugin-import":"^1.8.1","nyc":"^6.6.1","rimraf":"^2.5.2","rollup":"^0.31.2","rollup-plugin-babel":"^2.5.1","rollup-watch":"^2.4.0"},"gitHead":"fac08d5728b2788fd347051982d3371ab643a047","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.1.0","_shasum":"dae72571927d3e381285c788a4a79c5682d84815","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"dae72571927d3e381285c788a4a79c5682d84815","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.1.0.tgz","integrity":"sha512-YD8xLEbycvSIEOHPGLK8xa0Wywa6ZvM/MJed7lmHEmCXVZfAp9BV2sM4kL509oIJQO+FZnTJsEdcG1rWq6sVKA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB2gXz9QInYPxGlpS6/d2UT5k8Wq4Z0qCLrbSdBz7phDAiEA/G8FzxsgRWwR4/IE4s8yGvM9N3HPkbtEgO+40MY9NHo="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.1.0.tgz_1466295426585_0.3213312798179686"},"directories":{}},"0.1.1":{"name":"rollup-plugin-sourcemaps","version":"0.1.1","description":"Rollup plugin for grabbing source maps from sourceMappingsURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","js:main":"dist/rollup-plugin-sourcemaps.esm.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">= 4.0.0","npm":">= 2.14.2"},"scripts":{"clean":"rimraf dist coverage .nyc_output","prebuild":"npm run clean","build":"rollup -c","pretest":"cross-env NODE_ENV=test npm run build","test":"nyc ava","test:watch":"npm run clean && nyc ava --watch & cross-env NODE_ENV=test rollup -w -c","test:coverage":"nyc report -r text-lcov | coveralls","lint":"eslint .","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test","postversion":"git push && git push --tags && npm publish"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingURL"],"files":["dist"],"nyc":{"sourceMap":false,"instrument":false},"dependencies":{"babel-runtime":"^6.9.2","rollup-pluginutils":"^1.5.0"},"devDependencies":{"ava":"^0.15.2","babel-core":"^6.9.1","babel-eslint":"^6.0.4","babel-plugin-__coverage__":"^11.0.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015-rollup":"^1.1.1","babel-preset-stage-3":"^6.5.0","coveralls":"^2.11.9","cross-env":"^1.0.8","eslint":"^2.13.0","eslint-config-airbnb-base":"^3.0.1","eslint-plugin-import":"^1.8.1","nyc":"^6.6.1","rimraf":"^2.5.2","rollup":"^0.31.2","rollup-plugin-babel":"^2.5.1","rollup-watch":"^2.4.0"},"gitHead":"a5c3c903b65e753854ee4e494af70793dbc1ccf2","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.1.1","_shasum":"db44a6d40b5d14cda6c6cda7d77f80158927b5f0","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"db44a6d40b5d14cda6c6cda7d77f80158927b5f0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.1.1.tgz","integrity":"sha512-ti3yDD48iuPM9QGqDi7JYq1+oyMcCifVIJ2ENgnV482mdneYr61kHpjTOm+LcGjpaSbei37j/idRko8RrdDdSQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbJkhQJAYqu2da0Bepm7EXfLNQcn5EMkh/JsIzLotRngIhALnwJ6hoDZmTE79cYUfhOi6Z3PbqeoJq+P3RvpidG7BR"}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.1.1.tgz_1466301699383_0.8699248351622373"},"directories":{}},"0.2.0":{"name":"rollup-plugin-sourcemaps","version":"0.2.0","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","js:main":"dist/rollup-plugin-sourcemaps.esm.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">= 4.0.0","npm":">= 2.14.2"},"scripts":{"clean":"rimraf dist coverage .nyc_output","prebuild":"npm run clean","build":"rollup -c","pretest":"cross-env NODE_ENV=test npm run build","test":"nyc ava","test:watch":"npm run clean && nyc ava --watch & cross-env NODE_ENV=test rollup -w -c","test:coverage":"nyc report -r text-lcov | coveralls","lint":"eslint .","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test","postversion":"git push && git push --tags && npm publish"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingURL"],"files":["dist"],"nyc":{"sourceMap":false,"instrument":false},"dependencies":{"babel-runtime":"^6.9.2","rollup-pluginutils":"^1.5.0","source-map-resolve":"^0.5.0"},"devDependencies":{"ava":"^0.15.2","babel-core":"^6.9.1","babel-eslint":"^6.0.4","babel-plugin-__coverage__":"^11.0.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015-rollup":"^1.1.1","babel-preset-stage-3":"^6.5.0","coveralls":"^2.11.9","cross-env":"^1.0.8","eslint":"^2.13.0","eslint-config-airbnb-base":"^3.0.1","eslint-plugin-import":"^1.8.1","nyc":"^6.6.1","rimraf":"^2.5.2","rollup":"^0.31.2","rollup-plugin-babel":"^2.5.1","rollup-watch":"^2.4.0"},"gitHead":"2ae0a215c2412e984c837de5ceb5f4e3118ba207","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.2.0","_shasum":"4ceae4faabd7f8c7c5e6a954f4e2093e1d148969","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"4ceae4faabd7f8c7c5e6a954f4e2093e1d148969","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.2.0.tgz","integrity":"sha512-dQ8DJkBAlvegh6cSjyLTPqJxvBxojzAM/RPwGHU2gE6kCtuJXsYAerPLcdJ+hdqL4hXW2MnQ+UVct9RBMA5zKw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGNfG+a7ZTusKsUu2Jssma7vk7hE42OazzOdFyLvF5mXAiEAyLKHETjgr2eLjI0H4NGRz1lc6caFpH5H3GZ4bronTp8="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.2.0.tgz_1466337773864_0.10953879915177822"},"directories":{}},"0.3.0":{"name":"rollup-plugin-sourcemaps","version":"0.3.0","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","js:main":"dist/rollup-plugin-sourcemaps.es.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">= 4.0.0","npm":">= 2.14.2"},"scripts":{"clean":"rimraf dist coverage .nyc_output","prebuild":"npm run clean","build":"rollup -c","pretest":"cross-env NODE_ENV=test npm run build","test":"nyc ava","test:watch":"npm run clean && nyc ava --watch & cross-env NODE_ENV=test rollup -w -c","test:coverage":"nyc report -r text-lcov | coveralls","lint":"eslint .","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test","postversion":"git push && git push --tags && npm publish"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingURL"],"files":["dist"],"nyc":{"sourceMap":false,"instrument":false},"dependencies":{"babel-runtime":"^6.9.2","rollup-pluginutils":"^1.5.0","source-map-resolve":"^0.5.0"},"devDependencies":{"ava":"^0.15.2","babel-core":"^6.9.1","babel-eslint":"^6.0.4","babel-plugin-__coverage__":"^11.0.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015-rollup":"^1.1.1","babel-preset-stage-3":"^6.5.0","coveralls":"^2.11.9","cross-env":"^1.0.8","eslint":"^2.13.0","eslint-config-airbnb-base":"^3.0.1","eslint-plugin-import":"^1.8.1","nyc":"^6.6.1","rimraf":"^2.5.2","rollup":"^0.32.0","rollup-plugin-babel":"^2.5.1","rollup-watch":"^2.4.0"},"peerDependencies":{"rollup":">= 0.32.0"},"gitHead":"0f08092d6c7058ae75d8e9dc5c44e521d89fcea1","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.3.0","_shasum":"8e1aa579bb5726e189c8aa896b4e3bc635ba15fb","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"8e1aa579bb5726e189c8aa896b4e3bc635ba15fb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.3.0.tgz","integrity":"sha512-yr/q+1zTKu/Wv6h9Rafs5ceDh+6x7pGQY947WoFQDQHa5scF7zl/FRwHHLEtDFwX0dsB9Uon94/1UYe63j+o3Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNiDYCHWQBvIhNvzz2Vq98v05ALOWEOwUJchZfMhm9vgIgfkHJfM5CgoCq1Ub5iBiWPsG/D7wo4ywYEYeKWRhm+WU="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.3.0.tgz_1466368082586_0.2522534115705639"},"directories":{}},"0.3.1":{"name":"rollup-plugin-sourcemaps","version":"0.3.1","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","js:main":"dist/rollup-plugin-sourcemaps.es.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">= 4.0.0","npm":">= 2.14.2"},"scripts":{"clean":"rimraf dist coverage .nyc_output","prebuild":"npm run clean","build":"rollup -c","pretest":"cross-env NODE_ENV=test npm run build","test":"nyc ava","test:watch":"npm run clean && nyc ava --watch & cross-env NODE_ENV=test rollup -w -c","test:coverage":"nyc report -r text-lcov | coveralls","lint":"eslint .","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test","postversion":"git push && git push --tags && npm publish"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingURL"],"files":["dist"],"nyc":{"sourceMap":false,"instrument":false},"dependencies":{"babel-runtime":"^6.9.2","rollup-pluginutils":"^1.5.0","source-map-resolve":"^0.5.0"},"devDependencies":{"ava":"^0.15.2","babel-core":"^6.9.1","babel-eslint":"^6.0.4","babel-plugin-__coverage__":"^11.0.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015-rollup":"^1.1.1","babel-preset-stage-3":"^6.5.0","coveralls":"^2.11.9","cross-env":"^1.0.8","eslint":"^2.13.0","eslint-config-airbnb-base":"^3.0.1","eslint-plugin-import":"^1.8.1","nyc":"^6.6.1","rimraf":"^2.5.2","rollup":"^0.32.0","rollup-plugin-babel":"^2.5.1","rollup-watch":"^2.4.0"},"peerDependencies":{"rollup":">= 0.31.2"},"gitHead":"0b1e757c08a658f45847a96bac33110f612d666d","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.3.1","_shasum":"a2516f044439f4947467423fc1331369e9d1d66e","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"a2516f044439f4947467423fc1331369e9d1d66e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.3.1.tgz","integrity":"sha512-YacrJ5Ae7SC/xY6w/wQHsuuva/mF0SrsXjYAFbgDcgjX1cT/CdnE/RLQmWsuuyQAIQA68kCO8j6n9PQYobTZ2A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFQjFPYv8Ieocbr4TZwYvn+Ln3fp+yYUWmjf98aepk2/AiBw4oVZL7wtiRJ5fps7Bz/vpk68EhkILtxIR8+i8Ws2QA=="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.3.1.tgz_1466368516005_0.960752886487171"},"directories":{}},"0.3.2":{"name":"rollup-plugin-sourcemaps","version":"0.3.2","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","js:main":"dist/rollup-plugin-sourcemaps.es.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">= 4.0.0","npm":">= 2.14.2"},"scripts":{"clean":"rimraf dist coverage .nyc_output","prebuild":"npm run clean","build":"rollup -c","pretest":"cross-env NODE_ENV=test npm run build","test":"nyc ava","test:watch":"npm run clean && nyc ava --watch & cross-env NODE_ENV=test rollup -w -c","test:coverage":"nyc report -r text-lcov | coveralls","lint":"eslint .","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test","postversion":"git push && git push --tags && npm publish"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingURL"],"files":["dist"],"nyc":{"sourceMap":false,"instrument":false},"dependencies":{"babel-runtime":"^6.9.2","rollup-pluginutils":"^1.5.0","source-map-resolve":"^0.5.0"},"devDependencies":{"ava":"^0.15.2","babel-core":"^6.9.1","babel-eslint":"^6.0.4","babel-plugin-__coverage__":"^11.0.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015-rollup":"^1.1.1","babel-preset-stage-3":"^6.5.0","coveralls":"^2.11.9","cross-env":"^1.0.8","eslint":"^2.13.0","eslint-config-airbnb-base":"^3.0.1","eslint-plugin-import":"^1.8.1","nyc":"^6.6.1","rimraf":"^2.5.2","rollup":"^0.32.0","rollup-plugin-babel":"^2.5.1","rollup-watch":"^2.4.0"},"peerDependencies":{"rollup":">= 0.31.2"},"gitHead":"8df2c6c10dc733324eb52576ab8062d40048e8c1","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.3.2","_shasum":"7f1208dad9f603ff3b7d758896c55f4a5c65d1d6","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"7f1208dad9f603ff3b7d758896c55f4a5c65d1d6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.3.2.tgz","integrity":"sha512-HJt6Ui9sB+LKIQOagmSHAyBIdqANo7aLaSmHZaOACAZVtJlbcbms8jeUYUh0gGo5Viu72k893CJ//PuGJ89uCg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQEfs+i7SDgSLeTo3g2PBdrFW0+PCw04hJYRxxGyPh2gIgCkvZmkjVin9/l46Sso1APh7ESFW8Z8kOHj8/Y+9Zel4="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.3.2.tgz_1466426274586_0.17538544163107872"},"directories":{}},"0.3.3":{"name":"rollup-plugin-sourcemaps","version":"0.3.3","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","jsnext:main":"dist/rollup-plugin-sourcemaps.es.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">= 4.0.0","npm":">= 2.14.2"},"scripts":{"clean":"rimraf dist coverage .nyc_output","prebuild":"npm run clean","build":"rollup -c","pretest":"cross-env NODE_ENV=test npm run build","test":"nyc ava","test:watch":"npm run clean && nyc ava --watch & cross-env NODE_ENV=test rollup -w -c","test:coverage":"nyc report -r text-lcov | coveralls","lint":"eslint .","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test","postversion":"git push && git push --tags && npm publish"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingURL"],"files":["dist"],"nyc":{"sourceMap":false,"instrument":false},"dependencies":{"babel-runtime":"^6.9.2","rollup-pluginutils":"^1.5.0","source-map-resolve":"^0.5.0"},"devDependencies":{"ava":"^0.15.2","babel-core":"^6.9.1","babel-eslint":"^6.0.4","babel-plugin-__coverage__":"^11.0.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015-rollup":"^1.1.1","babel-preset-stage-3":"^6.5.0","coveralls":"^2.11.9","cross-env":"^1.0.8","eslint":"^2.13.0","eslint-config-airbnb-base":"^3.0.1","eslint-plugin-import":"^1.8.1","nyc":"^6.6.1","rimraf":"^2.5.2","rollup":"^0.32.0","rollup-plugin-babel":"^2.5.1","rollup-watch":"^2.4.0"},"peerDependencies":{"rollup":">= 0.31.2"},"gitHead":"4b53dbbd2673ebae216a8bd118efa5afb2c447c8","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.3.3","_shasum":"c9dd0825761b40ca50cbe0858ebfb91db446fbbb","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"c9dd0825761b40ca50cbe0858ebfb91db446fbbb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.3.3.tgz","integrity":"sha512-TMQf/jMPK6nsl2U1YXL9wD745FaNXIJONCAw2HZkXGmExtyVEiEIHYI7OEA3+mC3jeKZaXVDFzD6KjJ8zcJkSQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGfxCO73gC8eeXW9ZkK9fYP09JbPZAWHaMdKmBysIQX5AiAqmBW1tJffHpM+2bnXNzKjpjQBTmbodOPVDzMlU02ikg=="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.3.3.tgz_1466506983364_0.7578756080474705"},"directories":{}},"0.3.4":{"name":"rollup-plugin-sourcemaps","version":"0.3.4","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","jsnext:main":"dist/rollup-plugin-sourcemaps.es.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">=4.0.0","npm":">=2.14.2"},"scripts":{"clean":"rimraf dist coverage .nyc_output","prebuild":"npm run clean","build":"rollup -c","pretest":"cross-env NODE_ENV=test npm run build","test":"nyc ava","test:watch":"npm run clean && nyc ava --watch & cross-env NODE_ENV=test rollup -w -c","test:coverage":"nyc report -r text-lcov | coveralls","lint":"eslint .","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test","postversion":"git push && git push --tags && npm publish"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingURL"],"files":["dist"],"nyc":{"sourceMap":false,"instrument":false},"dependencies":{"babel-runtime":"^6.9.2","rollup-pluginutils":"^1.5.0","source-map-resolve":"^0.5.0"},"devDependencies":{"ava":"^0.15.2","babel-core":"^6.9.1","babel-eslint":"^6.0.4","babel-plugin-__coverage__":"^11.0.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015-rollup":"^1.1.1","babel-preset-stage-3":"^6.5.0","coveralls":"^2.11.9","cross-env":"^1.0.8","eslint":"^2.13.0","eslint-config-airbnb-base":"^3.0.1","eslint-plugin-import":"^1.8.1","nyc":"^6.6.1","rimraf":"^2.5.2","rollup":"^0.33.0","rollup-plugin-babel":"^2.5.1","rollup-watch":"^2.4.0"},"peerDependencies":{"rollup":">=0.31.2"},"gitHead":"0ba523f0825f0d854e704e73a24457e6aa9ab62f","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.3.4","_shasum":"f0b296877c90075be0177be169240f57a68d8298","_from":".","_npmVersion":"3.10.2","_nodeVersion":"6.2.2","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"f0b296877c90075be0177be169240f57a68d8298","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.3.4.tgz","integrity":"sha512-ejIYJZDyo4HFEs67+JeV0XG0xV+K3X1A5ItuxLeNMLwxPgquvfPVL7s037EAzgpECsTCzn3nf5oxtj2Fjb0D8w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAZBpRfIsL+EQ7w3jrKlgjbUTjbEQM1S8pnlky68musbAiEA57LjOQVuYBXNdjoEZDxex7lXryNBafAiMazGZlwoH2U="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.3.4.tgz_1466864242478_0.3852020234335214"},"directories":{}},"0.3.5":{"name":"rollup-plugin-sourcemaps","version":"0.3.5","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","jsnext:main":"dist/rollup-plugin-sourcemaps.es.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">=4.0.0","npm":">=2.14.2"},"scripts":{"build":"rollup -c","clean":"rimraf dist coverage .nyc_output","lint":"eslint .","test":"nyc ava","test:watch":"npm run clean && nyc ava --watch & cross-env NODE_ENV=test rollup -w -c","test:coverage":"nyc report -r text-lcov | coveralls","prebuild":"npm run clean","pretest":"cross-env NODE_ENV=test npm run build","posttest":"npm run lint","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test","postversion":"git push && git push --tags && npm publish"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingURL"],"files":["dist"],"nyc":{"sourceMap":false,"instrument":false},"dependencies":{"babel-runtime":"^6.9.2","rollup-pluginutils":"^1.5.0","source-map-resolve":"^0.5.0"},"devDependencies":{"ava":"^0.15.2","babel-core":"^6.9.1","babel-eslint":"^6.0.4","babel-plugin-istanbul":"^1.0.2","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015-rollup":"^1.1.1","babel-preset-stage-3":"^6.5.0","coveralls":"^2.11.9","cross-env":"^2.0.0","eslint":"^3.0.1","eslint-config-airbnb-base":"^4.0.0","eslint-plugin-import":"^1.8.1","nyc":"^7.0.0","rimraf":"^2.5.2","rollup":"^0.34.0","rollup-plugin-babel":"^2.5.1","rollup-watch":"^2.4.0"},"peerDependencies":{"rollup":">=0.31.2"},"gitHead":"12ebec9e4b4dda848287f35724f2183a09c28104","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.3.5","_shasum":"8ed9918f9b0ab1161d23a0682f9bd1eb6ca0a2fe","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.3.0","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"8ed9918f9b0ab1161d23a0682f9bd1eb6ca0a2fe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.3.5.tgz","integrity":"sha512-F1QwWulGPZWpouPeobI/h28g8vKdVNTqH5ckAa9X7LCwXX5YeFPIeDoyC4zw1R97pnnZ4CHU1js5zViNcYPWMA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJHrr/eoZ2QLO9nX8nOAdqQIGgNiZC55Yk9ZQ6IlgBJwIgKLmntDb6rmJH3GmtEz4B39h3sGzJbQ4nwLAzy0J6Qio="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.3.5.tgz_1468425553868_0.19911069073714316"},"directories":{}},"0.3.6":{"name":"rollup-plugin-sourcemaps","version":"0.3.6","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","jsnext:main":"dist/rollup-plugin-sourcemaps.es.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">=4.0.0","npm":">=2.14.2"},"scripts":{"build":"rollup -c","clean":"rimraf dist coverage .nyc_output","lint":"eslint .","test":"nyc ava","test:watch":"npm run clean && nyc ava --watch & cross-env NODE_ENV=test rollup -w -c","test:coverage":"nyc report -r text-lcov | coveralls","prebuild":"npm run clean","pretest":"cross-env NODE_ENV=test npm run build","posttest":"npm run lint","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test","postversion":"git push && git push --tags && npm publish"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingURL"],"files":["dist"],"nyc":{"sourceMap":false,"instrument":false},"dependencies":{"babel-runtime":"^6.9.2","rollup-pluginutils":"^1.5.0","source-map-resolve":"^0.5.0"},"devDependencies":{"ava":"^0.16.0","babel-core":"^6.13.2","babel-eslint":"^6.0.4","babel-plugin-external-helpers":"^6.8.0","babel-plugin-istanbul":"^1.0.2","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.13.2","babel-preset-stage-3":"^6.5.0","coveralls":"^2.11.9","cross-env":"^2.0.0","eslint":"^3.0.1","eslint-config-airbnb-base":"^5.0.0","eslint-plugin-import":"^1.8.1","nyc":"^7.0.0","rimraf":"^2.5.2","rollup":"^0.34.0","rollup-plugin-babel":"^2.5.1","rollup-watch":"^2.4.0"},"peerDependencies":{"rollup":">=0.31.2"},"gitHead":"05a1781b58d5a7b483f88b90792a25598ffa906f","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.3.6","_shasum":"ee4ea8704dc674f6b4d85b5a9f795a925ae98770","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.3.1","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"ee4ea8704dc674f6b4d85b5a9f795a925ae98770","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.3.6.tgz","integrity":"sha512-oIfv6TAeSGRFFN70Det71JGTagUIhANL/oiD4L47APe3bXhNFTALz3nkCGmjf8nBNzqgAtL7BljfSOrSwcOHLQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDCG/lszMUhFaHduVRnmcZkJyTymAw/PwjMWQtZ3c8bAwIgFaOmfodombadCgn+d+MzdbqGGu+qG0eNS4wsTt3KIQ8="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.3.6.tgz_1470737897880_0.8993617354426533"},"directories":{}},"0.3.7":{"name":"rollup-plugin-sourcemaps","version":"0.3.7","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","jsnext:main":"dist/rollup-plugin-sourcemaps.es.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">=4.0.0","npm":">=2.14.2"},"scripts":{"build":"rollup -c","clean":"rimraf dist coverage .nyc_output","lint":"eslint .","test":"nyc ava","test:watch":"npm run clean && nyc ava --watch & cross-env NODE_ENV=test rollup -w -c","test:coverage":"nyc report -r text-lcov | coveralls","prebuild":"npm run clean","pretest":"cross-env NODE_ENV=test npm run build","posttest":"npm run lint","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test","postversion":"git push && git push --tags && npm publish"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingURL"],"files":["dist"],"nyc":{"sourceMap":false,"instrument":false},"dependencies":{"babel-runtime":"^6.9.2","rollup-pluginutils":"^1.5.0","source-map-resolve":"^0.5.0"},"devDependencies":{"ava":"^0.16.0","babel-core":"^6.14.0","babel-eslint":"^6.0.4","babel-plugin-external-helpers":"^6.8.0","babel-plugin-istanbul":"^2.0.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-latest":"^6.14.0","coveralls":"^2.11.9","cross-env":"^2.0.0","eslint":"^3.0.1","eslint-config-airbnb-base":"^5.0.0","eslint-plugin-import":"^1.8.1","nyc":"^8.0.0","rimraf":"^2.5.2","rollup":"^0.34.0","rollup-plugin-babel":"^2.5.1","rollup-watch":"^2.4.0"},"peerDependencies":{"rollup":">=0.31.2"},"gitHead":"e5158c9e2fcb8d2be4682a29bc999e4cef63992b","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.3.7","_shasum":"b52162341940465b57b61c5af319f753c18e4259","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.4.0","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"b52162341940465b57b61c5af319f753c18e4259","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.3.7.tgz","integrity":"sha512-SYKDxXRyKQdRh+tjt4UWsjY/r/0zbQapUQ519EnwmxdbB3b9Wqmo7d6STrOn35ndnw4WXDK70+n/efD9Kf0hJQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDp0veBbm9Zn0gm0MdVh+thdw73PjVHwL0deZ58Gc5aswIhAPVu+fCSYj4UvBabeuBpNVfRNSOV3okHQuyRpsR8bvb5"}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.3.7.tgz_1472416685994_0.18707241979427636"},"directories":{}},"0.4.0":{"name":"rollup-plugin-sourcemaps","version":"0.4.0","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","jsnext:main":"dist/rollup-plugin-sourcemaps.es.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">=4.5.0","npm":">=2.15.9"},"scripts":{"build":"rollup -c","clean":"rimraf dist coverage .nyc_output","lint":"eslint .","test":"nyc ava","test:coverage":"nyc report -r text-lcov | coveralls","prebuild":"npm run clean","pretest":"cross-env NODE_ENV=test npm run build","posttest":"npm run lint","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test","postversion":"git push && git push --tags && npm publish"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingURL"],"files":["dist"],"nyc":{"sourceMap":false,"instrument":false},"dependencies":{"rollup-pluginutils":"^1.5.0","source-map-resolve":"^0.5.0"},"devDependencies":{"ava":"^0.16.0","babel-core":"^6.14.0","babel-eslint":"^6.0.4","babel-plugin-external-helpers":"^6.8.0","babel-plugin-istanbul":"^2.0.0","babel-preset-latest":"^6.14.0","coveralls":"^2.11.9","cross-env":"^2.0.0","eslint":"^3.0.1","eslint-config-airbnb-base":"^7.0.0","eslint-plugin-import":"^1.8.1","nyc":"^8.0.0","rimraf":"^2.5.2","rollup":"^0.35.7","rollup-plugin-babel":"^2.5.1"},"peerDependencies":{"rollup":">=0.31.2"},"gitHead":"2a26bb8f259e1e534504ce0983cc3028d68404bf","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.4.0","_shasum":"09e7b0d7f2ab9061cd311ccbbf9ff98e98f0a386","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"09e7b0d7f2ab9061cd311ccbbf9ff98e98f0a386","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.4.0.tgz","integrity":"sha512-penZIGs0ZFynj1ObSZShMq7rUtHmApyjhMp/vga7lhGM6NvL9RqBIuf4MoNIf6GdHFatPFkitpc1afD94RewsA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF1m7BavrdiB2ebv3eCkEIJbQUykqFyTxB8kcBnX47JZAiEApxbVecMqhgWMPSvUWVf/3pyNUIhWJj74cS9D8N4HlOM="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.4.0.tgz_1473722555643_0.17402032273821533"},"directories":{}},"0.4.1":{"name":"rollup-plugin-sourcemaps","version":"0.4.1","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","module":"dist/rollup-plugin-sourcemaps.es.js","jsnext:main":"dist/rollup-plugin-sourcemaps.es.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">=4.5.0","npm":">=2.15.9"},"scripts":{"build":"rollup -c","clean":"rimraf dist coverage .nyc_output","lint":"eslint .","test":"nyc ava","test:coverage":"nyc report -r text-lcov | coveralls","prebuild":"npm run clean","pretest":"cross-env NODE_ENV=test npm run build","posttest":"npm run lint","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test","postversion":"git push && git push --tags && npm publish"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingURL"],"files":["dist"],"nyc":{"sourceMap":false,"instrument":false},"dependencies":{"rollup-pluginutils":"^1.5.0","source-map-resolve":"^0.5.0"},"devDependencies":{"ava":"^0.16.0","babel-core":"^6.14.0","babel-eslint":"^6.0.4","babel-plugin-external-helpers":"^6.8.0","babel-plugin-istanbul":"^2.0.0","babel-preset-latest":"^6.14.0","coveralls":"^2.11.9","cross-env":"^2.0.0","eslint":"^3.0.1","eslint-config-airbnb-base":"^7.0.0","eslint-plugin-import":"^1.8.1","nyc":"^8.0.0","rimraf":"^2.5.2","rollup":"^0.35.7","rollup-plugin-babel":"^2.5.1"},"peerDependencies":{"rollup":">=0.31.2"},"gitHead":"88feaf6ec2a7f5f62f5b2e6db4d5dd856dba7d08","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.4.1","_shasum":"fa7decbe012989e10d1aa6851d0c11e6d48812b7","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"fa7decbe012989e10d1aa6851d0c11e6d48812b7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.4.1.tgz","integrity":"sha512-E/HIr8T/iEGvUUBuY9EuJxsKJdMg8DoenX/sAd5iJh429vnOP50ouJLrAMeTqKTrRjx7VDTsqHCRtebjQFE5JQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHyWIzcXtcqZ1wpGgPgw6LHiu0LbJ3/MkSwCi7weJ/RlAiBLfAGqc6U8u3e23BvsN2TO8xVX+Lxd/bluKD0OMzf/pA=="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.4.1.tgz_1473885149096_0.16660571307875216"},"directories":{}},"0.4.2":{"name":"rollup-plugin-sourcemaps","version":"0.4.2","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/rollup-plugin-sourcemaps.js","module":"dist/rollup-plugin-sourcemaps.es.js","jsnext:main":"dist/rollup-plugin-sourcemaps.es.js","repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">=4.5.0","npm":">=2.15.9"},"scripts":{"build":"rollup -c","clean":"rimraf dist coverage .nyc_output","lint":"eslint .","test":"nyc ava","coveralls":"nyc report --reporter=text-lcov | coveralls","prebuild":"npm run clean","pretest":"cross-env NODE_ENV=test npm run build","posttest":"npm run lint","prepublish":"cross-env NODE_ENV=production npm run build","preversion":"npm test"},"keywords":["rollup","rollup-plugin","es2015","sourcemap","source-map","sourceMappingURL"],"files":["dist"],"dependencies":{"rollup-pluginutils":"^2.0.1","source-map-resolve":"^0.5.0"},"devDependencies":{"ava":"^0.19.0","babel-core":"^6.14.0","babel-plugin-external-helpers":"^6.8.0","babel-plugin-istanbul":"^4.0.0","babel-preset-env":"^1.3.2","coveralls":"^2.11.9","cross-env":"^4.0.0","eslint":"^3.8.0","eslint-config-airbnb-base":"^11.0.0","eslint-plugin-import":"^2.0.0","nyc":"^10.0.0","rimraf":"^2.5.2","rollup":"^0.41.1","rollup-plugin-babel":"^2.5.1"},"peerDependencies":{"rollup":">=0.31.2"},"gitHead":"f3dfc76bf9e08bb96d11a9c2c032467f924d5beb","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.4.2","_shasum":"62125aa94087aadf7b83ef4dfaf629b473135e87","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"shasum":"62125aa94087aadf7b83ef4dfaf629b473135e87","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.4.2.tgz","integrity":"sha512-pHUvzofmQx/C3zCkX14h9J9MbRfMjaARED8j8qOY+au4prtk2d567GD29WAHQTeGsDAVeStms3cPnRboC41YzA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDyjtV2WjobrWzVGg5Qze6+lK+hpstZFXKEEM1QQy2XQgIhAPDOLVqGTvRgRS/21dNnSeCAmJgbLJYDwHchOd1oAYSv"}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rollup-plugin-sourcemaps-0.4.2.tgz_1491735201441_0.9743579437490553"},"directories":{}},"0.5.0":{"name":"rollup-plugin-sourcemaps","version":"0.5.0","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","main":"dist/index.js","module":"dist/index.esm.js","types":"dist/index.d.ts","sideEffects":false,"repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">=8.0.0"},"scripts":{"build":"rimraf dist && tsc --emitDeclarationOnly && rollup --config","test":"jest","lint":"eslint . --ext .js,.ts","typecheck":"tsc --noEmit","prepublishOnly":"npm run build","preversion":"npm run test"},"keywords":["rollup","rollup-plugin","sourcemap","source-map","sourceMappingURL"],"dependencies":{"@rollup/pluginutils":"^3.0.1","source-map-resolve":"^0.5.3"},"devDependencies":{"@rollup/plugin-typescript":"^2.0.1","@types/jest":"^24.0.25","@types/node":"^8.10.59","@typescript-eslint/eslint-plugin":"^2.14.0","@typescript-eslint/parser":"^2.14.0","eslint":"^6.8.0","eslint-config-prettier":"^6.9.0","eslint-plugin-prettier":"^3.1.2","jest":"^24.9.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.14","ts-jest":"^24.2.0","typescript":"^3.7.4"},"peerDependencies":{"@types/node":">=8.0.0","rollup":">=0.31.2"},"gitHead":"fe5892a51d5ef457dae1cec479c183d4b5552aa3","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.5.0","_nodeVersion":"13.5.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-xp2vvRvgnYiXydgf/JFFFgYxrqMaQaOrK/g6yZvgwT9R1TSYjD3HKku1pD7iQNjQHkl5yGpokvJLp7cP/lR+aQ==","shasum":"898e8411c9b5b7b524b4d96c3b41d5c43f9da77e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.5.0.tgz","fileCount":10,"unpackedSize":16269,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeD6mvCRA9TVsSAnZWagAA2fwP/R5pkQoItOgF3w0mUynY\nPmTmuj1I7oHFuSHFFvLsraJHaDhVkd2TFvL61Sdgu9GuR7lc8hZLOacyv9oN\nJKuqjxsYOr6hSs4QpllqhuM8RRBeSBJ6Tzwc9OqPodTxRh+iJRAwmArlx6rk\nNga5nLxBC04LZSQ1yq2CkJAHPjeBKy6sQ776tAjqENMBTlwQnjsCQbrP6ULK\nWrYyTlBtQKRWQcMRO7AKPSTF+ePSLc/Plqi/M6l1FBkaxM69GsDAyBWrPdjH\nJy1fbvbZyZEpO9uncgFfo7Z0UDcsMB+tdNtUvNF5Ky1fJogEKzLTBEwgsZOP\nMuT56uQwItXvnTzAloOst5GjfcwtiOYY8oG30TSHBRI5kcN9JpDuNTOCNy+G\nhENy0KcvCjevqSFcxpTpEI8EIr8AsF1d1O/tQ7xfbWvGLTpNKeefIRHYmPTV\nQO9TWEodcdLBkFqUfLXSP6URtPHnMfSMyqqRUPeZ57wAUFpd7fC6XsVKow4n\nG0hAseVBuMJy4bl7/S+cOUPQXszRvSk4zpj8HdTIMK3wY5Xp81o0a1I2SK6D\n+TuAEQiR6HxAJMNU8m0hptvzOKxMk9iCdwy1ECwqOvko6lmDX4KYcXnsVNdi\nniUNYqvvnUa3oUOwtPR84Nz022LmD1HjmoGfSDkDzaUEaAhYSSnrMRs+CwgP\nRO66\r\n=XOww\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSCHFMg7kDhYNwLpaX8EuRtFAAC8GLJ8LR6PZyymftAwIhAK5iyQhTlTnpK+aa7ySQgGWAH+8/RMGcTvZyBL/3TcCT"}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-sourcemaps_0.5.0_1578084782724_0.5314832490044332"},"_hasShrinkwrap":false},"0.6.0":{"name":"rollup-plugin-sourcemaps","version":"0.6.0","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","type":"module","main":"dist/index.cjs","module":"dist/index.js","types":"dist/index.d.ts","exports":{"import":"dist/index.js","require":"dist/index.cjs"},"sideEffects":false,"repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">=10.0.0"},"scripts":{"build":"rimraf dist && rollup --config","test":"jest","lint":"eslint . --ext .js,.ts","typecheck":"tsc --noEmit","prepublishOnly":"npm run build","preversion":"npm run test"},"keywords":["rollup","rollup-plugin","sourcemap","source-map","sourceMappingURL"],"dependencies":{"@rollup/pluginutils":"^3.0.9","source-map-resolve":"^0.6.0"},"devDependencies":{"@rollup/plugin-typescript":"^4.1.1","@types/jest":"^25.1.0","@types/node":"^10.17.21","@typescript-eslint/eslint-plugin":"^2.25.0","@typescript-eslint/parser":"^2.25.0","eslint":"^6.8.0","eslint-config-prettier":"^6.9.0","eslint-plugin-prettier":"^3.1.2","jest":"^25.1.0","prettier":"^2.0.5","rimraf":"^3.0.0","rollup":"^2.7.5","ts-jest":"^25.1.0","typescript":"^3.7.4"},"peerDependencies":{"@types/node":">=10.0.0","rollup":">=0.31.2"},"gitHead":"22005d8ce1ee28e74578bf2e46bdb1588cab9a71","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.6.0","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-w8VaINTIqa2pbQEgDpkbPYdTc4Y2btgdJg4Tqwr8mtpdRgvEXprNWsLoCJphe4NRFKqeMedBjZ4m2FbrEtA3dQ==","shasum":"fcfa6dc7ac58c97d5ab911b99588656fb6d88e30","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.6.0.tgz","fileCount":10,"unpackedSize":12377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqiqLCRA9TVsSAnZWagAA2y0P/iHIlWrc6FDxVD3pDNeH\n9aI6KzDkIlLaDRjcHBv0oX4+xKjBY/vDTeZzfSPivqfTW7c8bOiiwnctFjyZ\n02t0oD+qij3hYSqt7UdisO/k9zSynCymaVBig6eGTKyDgF/IhO5nVUm0UwZv\nTyodx6ljD6/akZck6G2w6jO0BOuia5pHEQfIzxLX/3f9GMqmrsOX7Bb+p5gr\nlTD4VHylLDSoPaCilWKuYql2G6R+xMGoij6PWXJVWgpLgVmlZ4dh5KcEmP9h\nTYQsoF4olavKmsItcza5KFUJyRa3o2oSkbql/hDt8jOPZ0UQj8S+Lme7pW7j\nzP1YGlSB6nH8mVgIphdP1Fx14pQZj/H5HoC2ry9fXtC7VJnZVSNoPExNhx0J\nSWvcitI6gCspRuWxqQY+RHyvUYSkhq6ctf4CM4IhCH73UwmJr60xbTleX3iD\ntmY8RbKDiLyl8fg21uER382DM6rbnCv14CEnx2xMEMSknQimk1qpFEmRzoCv\nsm1lKK5mPWoPOpzNXs9ahYT4ao9uB0pVyT09rn6i9A5RMBLr6lsIGrIje6X/\n4Yaai+ba5KFZW0uYh/0KOZOc/PrKqB+xh05x4cuHlpivMe4GbKYv7jnGxQfT\nTkvMaJ1knPxlApjrkIF7jik0gWIlQngSz6fNm1Hf40Je1AdafOLzIS4QkVfQ\nCQBs\r\n=BLXL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHmEDOnJKcmE0lXSG3Isvo86lp+bQgrMmvgfh918K/vGAiBzByesi9iZj6lKjVOE5w0kDLidCpomm3Vf9RE+GT2RFQ=="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-sourcemaps_0.6.0_1588210314661_0.6601277715171792"},"_hasShrinkwrap":false},"0.6.1":{"name":"rollup-plugin-sourcemaps","version":"0.6.1","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","type":"module","main":"./dist/index.cjs","module":"./dist/index.js","types":"./dist/index.d.ts","exports":{"import":"./dist/index.js","require":"./dist/index.cjs"},"sideEffects":false,"repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">=10.0.0"},"scripts":{"build":"rimraf dist && rollup --config","test":"jest","lint":"eslint . --ext .js,.ts","typecheck":"tsc --noEmit","prepublishOnly":"npm run build","preversion":"npm run test"},"keywords":["rollup","rollup-plugin","sourcemap","source-map","sourceMappingURL"],"dependencies":{"@rollup/pluginutils":"^3.0.9","source-map-resolve":"^0.6.0"},"devDependencies":{"@rollup/plugin-typescript":"^4.1.1","@types/jest":"^25.1.0","@types/node":"^10.17.21","@typescript-eslint/eslint-plugin":"^2.25.0","@typescript-eslint/parser":"^2.25.0","eslint":"^6.8.0","eslint-config-prettier":"^6.9.0","eslint-plugin-prettier":"^3.1.2","jest":"^25.1.0","prettier":"^2.0.5","rimraf":"^3.0.0","rollup":"^2.7.5","ts-jest":"^25.1.0","typescript":"^3.7.4"},"peerDependencies":{"@types/node":">=10.0.0","rollup":">=0.31.2"},"gitHead":"51009618b0eee7ecb93cda2259b117b90be6f84c","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.6.1","_nodeVersion":"14.0.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-XNA1KSNPL75Niu1w5cxGXwXrY3YNkdkknK20ZupcDIx7utm0fxXcDvtyfBQVLJgxJiDFN8AVNcSO1fm5/9Di4Q==","shasum":"32dc6f237ee235f10de56c829f31e39bd57a3eab","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.6.1.tgz","fileCount":10,"unpackedSize":12361,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerEC/CRA9TVsSAnZWagAAFD4QAJNOz+c1xc6Zg6wtCdDH\n+P2Oco23Quv97CnuLWlM5xAJpsXfEmwkD1VdclDIS1j6LZ9zzwMUD9DhtyQ+\nmSjpcUhChwndxA9dKcwbaAaJtTTOsjb+WruQAvZb3GK3ycEFqccJ2H8aN7uN\n3eMWIjZPgL2U84A0WWzmLmPyl8Us3044HP6yQFkqAza48BNUeR3BZCNSY9cs\nLOMMgpj/Xd7ngfsrqjxz/W1ZD5LxL3gqU6qxrlwWtuLmb4FHlhBhPIIsgsQ9\nHD1iOdEfaiDlddEAB2WqgnNiEFseLTK3uHseeDoZ7wzpGnpI4hvdSV+hqiCZ\noLn5FUyspqv30YVgiuCK4q9/V3W3YQGL1radabssWrP93SHijU8G6NDNe+m9\n8/gsd0yfy32y/E87biQDJgPq0UWC1SXk6aGAf8rR/44cQHJ3A9A8MTxnvdve\nsJ9PBgwc+xCruuCOFfb+EvNq0xNDbC8bNFPWAHZpWmAoTUcZjSsOVDkD4LHV\nIwW+qcOLRXTn70qVLswcwCfNcjb9xlvfIB3xAFq0UH314QRYje3kn1yd9Gvd\nJkQ1dhILYGVsfjPePNtWdJw05j7NIfSWHPlIa/2yQp0E1jb10RKkU6BcXbiu\nCGTlWyxNw3hkCSw9qta3xjuOfZArQDA5JqnOr5EOcCBUZczqKNf1/rBOoN5l\n/1EF\r\n=sDUp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSGxgKis+TBVRePIHCk5Pr5Pud6mrNakA5NtPoAu9wZwIgFLQ4hfXDE7oVRa/r89qo6o0BKFOYbRrNvZ9whwc3+hg="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-sourcemaps_0.6.1_1588347070671_0.9850519527012913"},"_hasShrinkwrap":false},"0.6.2":{"name":"rollup-plugin-sourcemaps","version":"0.6.2","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","type":"module","main":"./dist/index.cjs","module":"./dist/index.js","types":"./dist/index.d.ts","exports":{"import":"./dist/index.js","require":"./dist/index.cjs","default":"./dist/index.cjs"},"sideEffects":false,"repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">=10.0.0"},"scripts":{"build":"rimraf dist && rollup --config","test":"jest","lint":"eslint . --ext .js,.ts","typecheck":"tsc --noEmit","prepublishOnly":"npm run build","preversion":"npm run test"},"keywords":["rollup","rollup-plugin","sourcemap","source-map","sourceMappingURL"],"dependencies":{"@rollup/pluginutils":"^3.0.9","source-map-resolve":"^0.6.0"},"devDependencies":{"@rollup/plugin-typescript":"^4.1.1","@types/jest":"^25.1.0","@types/node":"^10.17.21","@typescript-eslint/eslint-plugin":"^2.25.0","@typescript-eslint/parser":"^2.25.0","eslint":"^6.8.0","eslint-config-prettier":"^6.9.0","eslint-plugin-prettier":"^3.1.2","jest":"^25.1.0","prettier":"^2.0.5","rimraf":"^3.0.0","rollup":"^2.7.5","ts-jest":"^25.1.0","typescript":"^3.7.4"},"peerDependencies":{"@types/node":">=10.0.0","rollup":">=0.31.2"},"gitHead":"a7c1fdd32a5940b7106ee4f8a961c556eccb5887","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.6.2","_npmVersion":"6.5.0","_nodeVersion":"14.0.0","_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"dist":{"integrity":"sha512-9AwTKg3yRykwzemfLt71ySe0LvrAci+bpsOL1LaTYFk5BX4HF6X7DQfpHa74ANfSja3hyjiQkXCR8goSOnW//Q==","shasum":"1eed5a3e07b833dc14c4cdb1e63b300d340f4a74","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.6.2.tgz","fileCount":10,"unpackedSize":12479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetXUrCRA9TVsSAnZWagAAvegP/1VHONMVHdAWVJFkrSQg\nwHfTgeX8qDOMQa5LWv7AHLTC4azonHmK8S/nynr83uzZgfpT5mPyr9w1LDBG\nyUWNmw3fHEzMsV/Ksn/q47NNwOUVnUwUHK/I6XD4F0WxaG4vj+0+5YuDILIY\nNrubb48FDPgydxSSG3f/FHpT+QAjGTI5RR5S0qDJcAkY3I75G7TVHhy1ijbe\n0765PYkXXSFjVw+qoHV8cdOBH2tAJ1LvzQFBLTe20Y+JPJFiUD+4hn4hOmro\nq/VwBxa41B24ORTVBb4HSRumMK1Notx/MiPTBVlyw0hblzWju1Z12LP3ZCtj\ngky1DnDxS7twbsaeiB79whFsD/6iVwD8uz0bIMCAfzd8hd1yLtI+Mc6AOuBb\ng3m6cno6B0qbj/yN1Vg8Dat5ksDNvqTeV6kdTy0cEwKVvQSo6FRlnGjjL5pz\nsg92hHfkUTtZ8Gtdd57pACxmNzuwpSuzbYNq/AemRXj5svbejBvhnNX3odn5\nzMfE7cS2gC7UJDvbud/JD+04igpURzOF8zCEaJIlog1YufLRAT0ovO9XZsjP\nC+S61ke1s+YQfWLDLtjQjCJTPCX8COJ5tQ+bKPZHu0OxXxqIfcH5yNQkp4aT\nvSA28SwPPEv0UQ7qYkngcGAaPSf8uRWpziFaLNGS4XbAele+oy6q0KSVImeT\nMbZl\r\n=jbe0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxAS2fhZG2fdwaCC6VzNtvNyqdBJHd+bkJs2nwWXzBiQIgBJbZhesgP2IW3YtAxpNDxOfkIb+X7efhdT/6gJ7qlFE="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-sourcemaps_0.6.2_1588950314990_0.6748642228061104"},"_hasShrinkwrap":false},"0.6.3":{"name":"rollup-plugin-sourcemaps","version":"0.6.3","description":"Rollup plugin for grabbing source maps from sourceMappingURLs","author":{"name":"Max Davidson","email":"davidsonmax@gmail.com"},"license":"MIT","type":"module","main":"./dist/index.cjs","module":"./dist/index.js","types":"./dist/index.d.ts","exports":{"import":"./dist/index.js","require":"./dist/index.cjs","default":"./dist/index.cjs"},"sideEffects":false,"repository":{"type":"git","url":"git+https://github.com/maxdavidson/rollup-plugin-sourcemaps.git"},"engines":{"node":">=10.0.0"},"scripts":{"build":"rimraf dist && rollup --config","test":"jest","lint":"eslint .","typecheck":"tsc --noEmit","prepublishOnly":"npm run build","preversion":"npm run test"},"keywords":["rollup","rollup-plugin","sourcemap","source-map","sourceMappingURL"],"dependencies":{"@rollup/pluginutils":"^3.0.9","source-map-resolve":"^0.6.0"},"devDependencies":{"@rollup/plugin-typescript":"6.0.0","@types/node":"^10.17.21","@typescript-eslint/eslint-plugin":"^4.0.0","@typescript-eslint/parser":"^4.0.0","eslint":"^7.1.0","eslint-config-prettier":"^6.9.0","eslint-plugin-prettier":"^3.1.2","jest":"^26.0.0","prettier":"^2.0.5","rimraf":"^3.0.0","rollup":"^2.7.5","ts-jest":"^26.0.0","typescript":"~4.0.0"},"peerDependencies":{"@types/node":">=10.0.0","rollup":">=0.31.2"},"peerDependenciesMeta":{"@types/node":{"optional":true}},"gitHead":"f3964bc3be2d2385b572bf0e0812f63374f076eb","bugs":{"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps/issues"},"homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme","_id":"rollup-plugin-sourcemaps@0.6.3","_nodeVersion":"14.13.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-paFu+nT1xvuO1tPFYXGe+XnQvg4Hjqv/eIhG8i5EspfYYPBKL57X7iVbfv55aNVASg3dzWvES9dmWsL2KhfByw==","shasum":"bf93913ffe056e414419607f1d02780d7ece84ed","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.6.3.tgz","fileCount":10,"unpackedSize":17745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffhWFCRA9TVsSAnZWagAAwToQAJvqE3CvGvnAwTPPEbd7\nhiCdplO5ONe1mpCax3OuXPS+06SSa6OlQn1oB817P9yer99bDHVMA8mXZmJI\n0kjhKCWt9NTF8+H77lErK3TAgk/tr2DvWDRaqHHKW/ZQu5l+m+EuGIZj0q7h\nSZckGGiueyMlE/4ZP8Jkx8ctgc67OOkdxw//dwTEzC4ENiDf3TBCNyL2i+IB\nbhFgaZRejhSXVf0ygSNsqNI85wOCgEU/5RXGwiIR7/xC0Ys8eGxuX8VkrdKd\nm5GC/edwddVlYBu0758h9GWK3GDncWBp4BGaKfZuFpOBnH5GTKeE8PO9cWSx\nsXDF7BRlLbK9W6cLiKiDwTxYs7Qe7ipSKk2972mTdlJpuxsKfbXmozQ7+kSF\nIG5d8QIHkPtDPzrpwb0tpOt9MP2+/nHZXifB5QriN5d4hute147JPbcx9Wgl\nYAVd0jZ4BjYPcK1Yj1tM0bwhOwyYhfJWdi+pViEnjuQhWym/AZNXWDZ1Xbr0\ntq+A+2JpGU0TbZn8RTfTJGvaddnVz86J4q8RCNdewkb8rYFMsrb0k2BJyALa\nJOLTVKPJ5hbg7RkyaAnWL6NKRs2JlEJ45+Dvx8H515e/wA9PrlKjEh5oZ9D1\nie/uPKJdbBGGf2g51yFmQMSDOkcIM17+IGks50QM211T+JT3KG8TJXsfuxj3\nFjGl\r\n=DGNP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD8ucLj60iP3K3Mp4zZtbXu8/fLteCJVJD3GNzOOMC/xgIgB2dgImXfnhlgTGGGnYL4WreeTYjMHaZ2AIla4WOtwpc="}]},"maintainers":[{"name":"anonymous","email":"davidsonmax@gmail.com"}],"_npmUser":{"name":"anonymous","email":"davidsonmax@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-sourcemaps_0.6.3_1602098565113_0.28682758276793163"},"_hasShrinkwrap":false}},"name":"rollup-plugin-sourcemaps","time":{"modified":"2022-06-26T14:01:47.237Z","created":"2016-06-19T00:17:09.106Z","0.1.0":"2016-06-19T00:17:09.106Z","0.1.1":"2016-06-19T02:01:41.833Z","0.2.0":"2016-06-19T12:02:56.391Z","0.3.0":"2016-06-19T20:28:05.025Z","0.3.1":"2016-06-19T20:35:18.134Z","0.3.2":"2016-06-20T12:37:57.136Z","0.3.3":"2016-06-21T11:03:05.824Z","0.3.4":"2016-06-25T14:17:24.936Z","0.3.5":"2016-07-13T15:59:15.733Z","0.3.6":"2016-08-09T10:18:20.370Z","0.3.7":"2016-08-28T20:38:07.716Z","0.4.0":"2016-09-12T23:22:37.612Z","0.4.1":"2016-09-14T20:32:30.076Z","0.4.2":"2017-04-09T10:53:22.159Z","0.5.0":"2020-01-03T20:53:02.902Z","0.6.0":"2020-04-30T01:31:54.811Z","0.6.1":"2020-05-01T15:31:10.787Z","0.6.2":"2020-05-08T15:05:15.087Z","0.6.3":"2020-10-07T19:22:45.230Z"},"readmeFilename":"README.md","homepage":"https://github.com/maxdavidson/rollup-plugin-sourcemaps#readme"}