{"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"dist-tags":{"latest":"0.13.0","notlatest":"0.9.6"},"description":"A tool for remapping Istanbul coverage via Source Maps","readme":"# remap-istanbul\n\n[![Build Status](https://travis-ci.org/SitePen/remap-istanbul.svg?branch=master)](https://travis-ci.org/SitePen/remap-istanbul) [![codecov.io](http://codecov.io/github/SitePen/remap-istanbul/coverage.svg?branch=master)](http://codecov.io/github/SitePen/remap-istanbul?branch=master)\n[![npm version](https://badge.fury.io/js/remap-istanbul.svg)](http://badge.fury.io/js/remap-istanbul)\n[![dependencies Status](https://david-dm.org/SitePen/remap-istanbul/status.svg)](https://david-dm.org/SitePen/remap-istanbul)\n[![devDependencies Status](https://david-dm.org/SitePen/remap-istanbul/dev-status.svg)](https://david-dm.org/SitePen/remap-istanbul?type=dev)\n\n[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/SitePen/remap-istanbul.svg)](http://isitmaintained.com/project/SitePen/remap-istanbul \"Average time to resolve an issue\")\n[![Percentage of issues still open](http://isitmaintained.com/badge/open/SitePen/remap-istanbul.svg)](http://isitmaintained.com/project/SitePen/remap-istanbul \"Percentage of issues still open\")\n\nA package that provides the ability to remap [Istanbul](https://gotwarlost.github.io/istanbul/) code coverage information to its original source positions based on a JavaScript [Source Maps v3](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.djovrt4kdvga).\n\n`remap-istanbul` requires Node.js 8 or later.\n\n## Important Information\n\nThis package adds remapping functionality for the deprecated 0.x version of [Istanbul](https://github.com/gotwarlost/istanbul). The newer and actively maintained [IstanbulJS](https://github.com/istanbuljs/istanbuljs) includes remapping functionality directly, so this package (remap-istanbul) is not needed for anyone working with IstanbulJS. We strongly encourage developers to leverage IstanbulJS, and only use this package (remap-istanbul) when needing to support legacy versions of Istanbul.\n\n## How to get Help\n\nThis is covered in depth in the [CONTRIBUTING.md](CONTRIBUTING.md#how-to-get-help) document in the repo.\n\n## Usage\n\nFor information on how to use `remap-istanbul` with common testing frameworks, please visit the [wiki](https://github.com/SitePen/remap-istanbul/wiki).\n\nThere are three main modules that constitute the **remap-istanbul** package:\n\n - **lib/loadCoverage** - does the basic loading of a Istanbul JSON coverage files.  It can \"merge\" several coverage files, for example if you are collecting remote coverage from other environments and combining it together.\n - **lib/remap** - does the remapping of the coverage information.  It iterates through all the files in the coverage information and looks for JavaScript Source Maps which it will then use to remap the coverage information to the original source.\n - **lib/writeReport** - a wrapper for the Istanbul report writers to output the any final coverage reports.\n\n### Command Line\n\nThe package includes a command line interface which should be placed into the `./node_modules/.bin/remap-istanbul` when the package is installed.  The command line interface understands the following argument flags:\n\n|Flag                |Description|\n|--------------------|-----------|\n|`-i` or `--input`   |The path to the coverage input file. For example `remap-istanbul --input coverage.json`. If omitted, input will be taken from stdin.|\n|`-o` or `--output`  |The path to the remapped coverage output file.  For example `remap-istanbul --output coverage-final.json`. If omitted, `json` output will be sent to stdout.|\n|`-t` or `--type`    |The type of report the output should be.  For example `remap-istanbul --output html-report --type html`. If omitted, output defaults to `json`.|\n|`-b` or `--basePath`|When remapping the source files, instead of using the path in the source map, substitute this path.|\n|`-e` or `--exclude`|Pass in a comma seperated string of patterns (exact strings or regexps) to exclude from the output.  For example `remap-istanbul --output coverage-final.json --exclude node_modules,tests`|\n\nAn example of piping a coverage file to the CLI and writing it out to a file:\n\n```bash\n$ cat coverage-final.json | ./node_modules/.bin/remap-istanbul -o coverage-remapped.json\n```\n\nAn example of generating an HTML report off of remapped coverage:\n\n```bash\n$ ./node_modules/.bin/remap-istanbul -i coverage-final.json -o html-report -t html\n```\n\nAn example of taking the stdin and writing the stdout in the CLI:\n\n```bash\n$ cat coverage-final.json | ./node_modules/.bin/remap-istanbul > coverage-remap.json\n```\n\n### Basic JavaScript\n\nThe main CommonJS module provided combines the modules above into a single API which basic usage can look like this:\n\n```js\nvar remapIstanbul = require('remap-istanbul');\nremapIstanbul('coverage-final.json', {\n\t'json': 'coverage-final.json'\n});\n```\n\nThis would take the coverage file provided.  The function accepts the following arguments:\n\n|Argument|Type|Description|\n|--------|----|-----------|\n|sources|Array, string|Either an array of strings or a string the represent the JSON Istanbul files to be remapped|\n|reports|Object|A hash of reports, where the keys are the Istanbul report types and the values are the destination for the report. To send output to the console use the destination null.|\n|*returns*|Promise|A promise that is resolved when all the reports are written|\n\n### AMD\n\nThe main modules are provided in AMD for usage (although they utilize `amdefine` to allow transparent loading by a CommonJS loader such as NodeJS's `require` - see blow).\n\n#### `lib/loadCoverage`\n\nThe `lib/loadCoverage` module would be used something like this:\n\n```js\nrequire([ 'remap-istanbul/lib/loadCoverage' ], function (loadCoverage) {\n\tvar coverage = loadCoverage('coverage-final.json');\n\t/* or if you have multiple files you want to merge */\n\tcoverage = loadCoverage([ 'coverage-ie.json', 'coverage-chrome.json', 'coverage-firefox.json' ]);\n});\n```\n\nThe argument signature for `loadCoverage` is:\n\n|Argument|Type|Description|\n|--------|----|-----------|\n|coverage|Array/string|Either an array of strings or a string representing the file path to the coverage file(s).|\n|options|Object?|An object that allows providing alternative methods, mainly used for integration with other systems (e.g. Grunt)|\n|*returns*|Object|A coverage object that is ready to be remapped|\n\nThe `options` argument can take the following optional properties:\n\n|Property|Type|Default|Description|\n|--------|----|-------|-----------|\n|readJSON|Function|`JSON.parse(fs.readFileSync)`|A function that will synchronously read a file and return a POJO based on the JSON data in the file|\n|warn|Function|`console.warn`|A function that logs warning messages|\n\n#### `lib/remap`\n\nUsage of the `lib/remap` module would look something like this:\n\n```js\nrequire([\n\t'remap-istanbul/lib/loadCoverage',\n\t'remap-istanbul/lib/remap'\n], function (loadCoverage, remap) {\n\tvar coverage = loadCoverage('coverage-final.json');\n\tvar collector = remap(coverage); /* collector now contains the remapped coverage */\n});\n```\n\nIf the source map no longer points properly at the source files, you can utilize the `basePath` option to override the path retrieved from the source map:\n\n```js\nrequire([\n\t'remap-istanbul/lib/loadCoverage',\n\t'remap-istanbul/lib/remap'\n], function (loadCoverage, remap) {\n\tvar coverage = loadCoverage('coverage-final.json');\n\tvar collector = remap(coverage, {\n\t\tbasePath: 'some/other/path/to/sources'\n\t});\n});\n```\n\nThe argument signature for `remap` is:\n\n|Argument|Type|Description|\n|--------|----|-----------|\n|coverage|Array/Object|Either an array of coverage objects or a single coverage object.|\n|options|Object?|An object that allows providing alternative methods, mainly used for integration with other systems (e.g. Grunt)|\n|*returns*|istanbul/lib/collector|An Istanbul coverage collector that is ready to be output|\n\nThe argument of `options` can contain the following properties:\n\n|Property|Type|Default|Description|\n|--------|----|-------|-----------|\n|basePath|String|Path found in source map|A string to use as the base path for the source locations|\n|exclude|String/RegEx/Function|`undefined`|If the filename of the source coverage file matches the String or RegEx, it will be skipped while mapping the coverage. Optionally, you can use a function that accepts the filename as the argument, and returns true if the file should be skipped.|\n|mapFileName|Function|A function that takes a single string argument that is the remapped file name and returns a string which represents the filename that should be in the mapped coverage.|\n|readFile|Function|`fs.readFileSync`|A function that will synchronously read a file|\n|readJSON|Function|`JSON.parse(fs.readFileSync)`|A function that will synchronously read a file and return a POJO based on the JSON data in the file|\n|warn|Function|`console.warn`|A function that logs warning messages|\n\n#### `lib/writeReport`\n\nThe `lib/writeReport` module would be used something like this:\n\n```js\nrequire([\n\t'remap-istanbul/lib/loadCoverage',\n\t'remap-istanbul/lib/remap',\n\t'remap-istanbul/lib/writeReport'\n], function (loadCoverage, remap, writeReport) {\n\tvar collector = remap(loadCoverage('coverage-final.json'));\n\twriteReport(collector, 'json', 'coverage-final.json').then(function () {\n\t\t/* do something else now */\n\t});\n});\n```\n\nThe `writeReport` function can take the following arguments:\n\n|Argument|Type|Description|\n|--------|----|-----------|\n|collector|istanbul/lib/collector|This is an Istanbul coverage collector (usually returned from `remap` which is to be written out in a report)|\n|reportType|string|The type of the report. Valid values are: `clover`, `cobertura`, `html`, `json-summary`, `json`, `file`, `lcovonly`, `teamcity`, `text-lcov`, `text-summary` or `text`|\n|reportOptions|object|Options object of key/value pairs to pass to the reporter|\n|dest|string, Function|The destination file, directory or console logging function that is the destination of the report. Only `text-lcov` takes the logging function and will default to `console.log` if no value is passed.|\n|*returns*|Promise|A promise that is resolved when the report is written.|\n\n### CommonJS\n\nIf you are not using an AMD loader, that is not a problem for consuming the modules.  They also can be loaded in a\nCommonJS environment:\n\n```js\nvar loadCoverage = require('remap-istanbul/lib/loadCoverage');\nvar remap = require('remap-istanbul/lib/remap');\nvar writeReport = require('remap-istanbul/lib/writeReport');\n```\n\n### Grunt Task\n\nYou can utilize this package as a [Grunt](http://gruntjs.com) task.  After installing it as a package, you need to add the following to your `Gruntfile.js`:\n\n```js\ngrunt.loadNpmTasks('remap-istanbul');\n```\n\nThe task is a multi-target task and a basic configuration for the task would look something like this:\n\n```js\ngrunt.initConfig({\n\tremapIstanbul: {\n\t\tbuild: {\n\t\t\tsrc: 'coverage-final.json',\n\t\t\toptions: {\n\t\t\t\treports: {\n\t\t\t\t\t'lcovhtml': 'html-report',\n\t\t\t\t\t'json': 'coverage-final.json'\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n});\n```\n\nThis would take in `coverage-final.json`, remap it and then output the Istanbul HTML report to `html-report`\nand overwrite the original `coverage-final.json`.\n\nThe task also recognizes an abbreviated version of configuration:\n\n```js\ngrunt.initConfig({\n\tremapIstanbul: {\n\t\tbuild: {\n\t\t\tfiles: [ {\n\t\t\t\tsrc: 'coverage.json',\n\t\t\t\tdest: 'tmp/coverage.json',\n\t\t\t\ttype: 'json'\n\t\t\t} ]\n\t\t}\n\t}\n});\n```\n\nBy default, the grunt task will log warnings/errors to the `grunt.log.error`.  If instead you wish the\ngrunt task to `grunt.fail.warn` which will require `--force` to ensure the task does not fail the whole\nbuild, you should supply the `fail` option in the task configuration:\n\n```js\ngrunt.initConfig({\n\tremapIstanbul: {\n\t\tbuild: {\n\t\t\tsrc: 'coverage-final.json',\n\t\t\toptions: {\n\t\t\t\tfail: true\n\t\t\t}\n\t\t}\n\t}\n});\n```\n\n### Gulp Plugin\n\nYou can utilize this package as a [gulp](http://gulpjs.com) plugin.  There are two main ways it can be\nused.  Just taking a coverage file, remapping and outputting it would look like this:\n\n```js\nvar gulp = require('gulp');\nvar remapIstanbul = require('remap-istanbul/lib/gulpRemapIstanbul');\n\ngulp.task('remap-istanbul', function () {\n\treturn gulp.src('coverage-final.json')\n\t\t.pipe(remapIstanbul())\n\t\t.pipe(gulp.dest('coverage-remapped.json'));\n});\n```\n\nAnother way is to utilize the plugin is to have the plugin write out the Istanbul reports directly.\nThis can be accomplished by passing a `reports` property in the options.  For example, to have the JSON\ncoverage report output in addition to the HTML coverage report, at task would look like this:\n\n```js\nvar gulp = require('gulp');\nvar remapIstanbul = require('remap-istanbul/lib/gulpRemapIstanbul');\n\ngulp.task('remap-istanbul', function () {\n\treturn gulp.src('coverage-final.json')\n\t\t.pipe(remapIstanbul({\n\t\t\treports: {\n\t\t\t\t'json': 'coverage.json',\n\t\t\t\t'html': 'html-report'\n\t\t\t}\n\t\t}));\n});\n```\n\nBy default, errors in the gulp task will be considered non-fatal and will just be logged to the\nconsole.  If you wish errors to be emitted and fail the task, you need to supply the task with\n`fail` being truthy:\n\n```js\nvar gulp = require('gulp');\nvar remapIstanbul = require('remap-istanbul/lib/gulpRemapIstanbul');\n\ngulp.task('remap-istanbul', function () {\n\treturn gulp.src('coverage-final.json')\n\t\t.pipe(remapIstanbul({\n\t\t\tfail: true\n\t\t}));\n});\n```\n\n### Intern Reporter\n\nThe package comes with an [Intern](https://theintern.github.io/) reporter that makes it easy to output the `coverage.json` from a test run.  The most common usage from the command line would be something like:\n\n```sh\nnode_modules/.bin/intern-runner config=tests/intern reporters=Console reporters=node_modules/remap-istanbul/lib/intern-reporters/JsonCoverage\n```\n\nThis will output a `coverage-final.json` in the root of your project, which you can use with the rest of `remap-istanbul` to remap it back to the source files.\n","repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"users":{"sitepen":true,"jessaustin":true,"davidrapin":true,"samizdam":true,"leizongmin":true,"andrej-k":true},"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","versions":{"0.2.0-pre":{"name":"remap-istanbul","version":"0.2.0-pre","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"me@kitsonkelly.com"},{"name":"anonymous","email":"bryan@reigndropsfall.net"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.6","istanbul":"0.3.17","source-map":"0.4.2","through2":"2.0.0"},"devDependencies":{"grunt":"~0.4.5","gulp":"3.9.0","intern":"3.0.1"},"gitHead":"dd9f5cb3fe8d6261739ce0ccb49e7825239d43f9","_id":"remap-istanbul@0.2.0-pre","_shasum":"d2bd875e93c66720c8045617f569a77db53a7c9c","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"d2bd875e93c66720c8045617f569a77db53a7c9c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.2.0-pre.tgz","integrity":"sha512-IlzM/6bUuuZGab28Us5pMt5/ysvNaxENO6G/Kj1SYkVHupVAmqvSyYzBAKDShiFJsKPkhy/H/igG/82/qRlhrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjv0xsQKo4nobAQe/Zi+aU+fhWhlTGG4g1HJsPjrvb8AIhAOcL2WZdglhwd/bfqUVg0tFEfGutVHXDOLPJxPeOeiBR"}]},"directories":{}},"0.1.0":{"name":"remap-istanbul","version":"0.1.0","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.6","istanbul":"0.3.17","source-map":"0.4.2","through2":"2.0.0"},"devDependencies":{"grunt":"~0.4.5","gulp":"3.9.0","intern":"3.0.1"},"gitHead":"7182af04585219295c92d7346867fd2b13bbad8f","_id":"remap-istanbul@0.1.0","_shasum":"84a6890bed5fb609c403d76cce6e54c420bf84e1","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"84a6890bed5fb609c403d76cce6e54c420bf84e1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.1.0.tgz","integrity":"sha512-YEwc+ZyTJ3ar/JCC4sY8TmM47AQTrDuD+5lnnMhyQmapRV4ON/4TCGo5DbH5YuaSOsc6M4jjBCinGHeHM2vWMA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAeOuNidymhOvKqgZwwjMiaYvQYz45iZ2vlr2kpX9O2IAiEA3hFfCgqIet+qRT23Eec0MBsEGzIaz7HVPNxZpI8OBjg="}]},"directories":{}},"0.2.0":{"name":"remap-istanbul","version":"0.2.0","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","bin":{"remap-istanbul":"./bin/remap-istanbul"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.6","istanbul":"0.3.17","source-map":"0.4.2","through2":"2.0.0"},"devDependencies":{"codecov.io":"0.1.6","grunt":"~0.4.5","gulp":"3.9.0","intern":"3.0.2"},"gitHead":"d524389ab3671beb1abcfb467f32002f4c52ec3f","_id":"remap-istanbul@0.2.0","_shasum":"cb67cecfd6a7da287b6060ee0b59b677070d26ff","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"cb67cecfd6a7da287b6060ee0b59b677070d26ff","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.2.0.tgz","integrity":"sha512-HRsPelF1vBQiR4Em6z7d/mXPBZic229/qth16BbhAmAb8RXhR9CLzTqS2mftIsdX7Eby4xWG8cS1VcdTLP4/YA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAPbcv94XsDlOUSFkPWtgO0YZjS6mliEttC6/XUc1m4IAiBTlzZ7VDae9LGv2YNARJFecI1tudpJq1cuupK5GOfXQQ=="}]},"directories":{}},"0.3.0":{"name":"remap-istanbul","version":"0.3.0","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","bin":{"remap-istanbul":"./bin/remap-istanbul"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.6","istanbul":"0.3.17","source-map":"0.4.2","through2":"2.0.0"},"devDependencies":{"codecov.io":"0.1.6","grunt":"~0.4.5","gulp":"3.9.0","intern":"3.0.4"},"gitHead":"c40d4e8a87ad3705a2044b091656eee8b990e953","_id":"remap-istanbul@0.3.0","_shasum":"3ac3fe6ac05e809be664ca6f829d3c2f74cc994c","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"3ac3fe6ac05e809be664ca6f829d3c2f74cc994c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.3.0.tgz","integrity":"sha512-nwf4qsWU3+D384ThcyUM/7Sw/1bLwBXIaiNuuOr7w89IymjGPYrn+xyoMW4TaWdgiHvJ+q1cDW+w7T0grxj89A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD0quMsGCHW8ZNyLjsQks/Vjm6eg/xTMfIEPcWQZbqDQQIhAMqKlIg9Xkd9LPy3//K5aC+5piIDA+sWCJgnSjigJN30"}]},"directories":{}},"0.3.1":{"name":"remap-istanbul","version":"0.3.1","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","bin":{"remap-istanbul":"./bin/remap-istanbul"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.6","istanbul":"0.3.17","source-map":"0.4.2","through2":"2.0.0"},"devDependencies":{"codecov.io":"0.1.6","grunt":"~0.4.5","gulp":"3.9.0","intern":"3.0.4"},"gitHead":"6469987e0eab5e09f70f5d8d36030cd986352381","_id":"remap-istanbul@0.3.1","_shasum":"504d858b9aee75caad5a1e8515032e4a1e28fee9","_from":".","_npmVersion":"3.3.5","_nodeVersion":"4.1.1","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"504d858b9aee75caad5a1e8515032e4a1e28fee9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.3.1.tgz","integrity":"sha512-Tgv1p/B8TjFpLft4TKkCHMrQt/DzxBeGx74MYbVx2Otw6NTUX5vk4pAhv5Wmq8O4IXdHsFqWVtHBuYw+zxVxRw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbvziU7QWwLQv3lzjAZZuPwoLCmJYkxOqbZBVm2gYVAgIhAMg04u4v0bGCnocqJ0ZSFioWeCX+S2i88Lf7kzs6y/3q"}]},"directories":{}},"0.4.0":{"name":"remap-istanbul","version":"0.4.0","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","bin":{"remap-istanbul":"./bin/remap-istanbul"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.7","istanbul":"0.4.0","source-map":"0.5.3","through2":"2.0.0"},"devDependencies":{"codecov.io":"0.1.6","grunt":"~0.4.5","gulp":"3.9.0","intern":"3.0.6"},"gitHead":"10ca5fa558982a266add48618aec7dbfae258a7f","_id":"remap-istanbul@0.4.0","_shasum":"b9f43ac20462130e59dd730097bae311c2948cda","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"b9f43ac20462130e59dd730097bae311c2948cda","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.4.0.tgz","integrity":"sha512-kU5WTi5ZQrN5qNaEl9QEXyCb++o3mLE0EGR4EyIobdberlcxoaGR3s8w4ZDH90/6ZuiGZ9jZXDFzQ9khAYlbPQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEl3PYKS4l+ucR+spyPFTd+fX7qWMwtGWM3QRN4Zbo/HAiEAmKJl0q5rKm67k2PirHOdGmQqB5wrRWq0OmMqipDAGM4="}]},"directories":{}},"0.5.0":{"name":"remap-istanbul","version":"0.5.0","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","bin":{"remap-istanbul":"./bin/remap-istanbul"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.7","istanbul":"0.4.1","source-map":"0.5.3","through2":"2.0.0"},"devDependencies":{"codecov.io":"0.1.6","grunt":"~0.4.5","gulp":"3.9.0","intern":"3.0.6"},"gitHead":"272963289b9a737fd6a7226a0a5961917ba1a1a4","_id":"remap-istanbul@0.5.0","_shasum":"017eb530dcc4c17544e0684543243ab9f093c616","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"017eb530dcc4c17544e0684543243ab9f093c616","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.5.0.tgz","integrity":"sha512-nb8gOuKdTQZIyMOGiqRG5ZGkoLUR6EfQ0CMOZc5GsT1Eins6ArPMRxjWnJcRRWcu7cTUiUi54Lu59Gh499kT9g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeBfQXFkqxUANNlAbp+zWIxZmMSt6CUAu7KDDaQfCtEgIgUOTtGhKzqjEH/MD7tfpjfinFsB+REvhbquKtfJdwmyo="}]},"directories":{}},"0.5.1":{"name":"remap-istanbul","version":"0.5.1","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","bin":{"remap-istanbul":"./bin/remap-istanbul"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.7","istanbul":"0.4.1","source-map":"0.5.3","through2":"2.0.0"},"devDependencies":{"codecov.io":"0.1.6","grunt":"~0.4.5","gulp":"3.9.0","intern":"3.0.6"},"gitHead":"b285a190492b9bfc3f0d2e0669947fefe359a472","_id":"remap-istanbul@0.5.1","_shasum":"8fdc6cb60903908fa6c600b8c94e7a2747e05876","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"8fdc6cb60903908fa6c600b8c94e7a2747e05876","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.5.1.tgz","integrity":"sha512-brNI83f2/mAOkshlTuFwWWfeYBMJVTK96wHD8JYiKOALQsrZ6gw13hGfqIYUZt7rblFVWhrAfqnWwPs0S4NlDg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGMrzS9rimga9tOnJrlRYBBMfIvfT1+okdUGsUPyUPJxAiAyXTp9YXX4jrWKHKo4pwH/95sGdmtieygODN/amds4NA=="}]},"directories":{}},"0.6.0":{"name":"remap-istanbul","version":"0.6.0","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","bin":{"remap-istanbul":"./bin/remap-istanbul"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.7","istanbul":"0.4.3","source-map":"0.5.3","through2":"2.0.1"},"devDependencies":{"codecov.io":"0.1.6","grunt":"0.4.5","gulp":"3.9.1","intern":"3.1.1"},"gitHead":"7b0a48efdb93f611f7c38f30f103e142688a80ad","_id":"remap-istanbul@0.6.0","_shasum":"e9c5fa49124c70a230ba147a85aea26df6bae91e","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"e9c5fa49124c70a230ba147a85aea26df6bae91e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.6.0.tgz","integrity":"sha512-PZP1sR6JGnG9Eh5OEFMN3maxvx1NdFvBj1itYhgQUItGLmKrzhbNahANM5k+fDYMJiRA63x+x5dAGt7GvYrMtg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAk7w21her+d5n24983c9k2W9KNsm13dgVavzSNds+HdAiBB4/tLv1H/N0LripHMEem9OMQz5Dv8zw7xQE6Wt9nI+Q=="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.6.0.tgz_1460560511106_0.7710772105492651"},"directories":{}},"0.6.1":{"name":"remap-istanbul","version":"0.6.1","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","bin":{"remap-istanbul":"./bin/remap-istanbul"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.7","istanbul":"0.4.3","source-map":"0.5.3","through2":"2.0.1"},"devDependencies":{"codecov.io":"0.1.6","grunt":"0.4.5","gulp":"3.9.1","intern":"3.1.1"},"gitHead":"3527a8053a9fa2e489cfaa90334912a48f6e3d22","_id":"remap-istanbul@0.6.1","_shasum":"961c052e6ceb02b96cba1ad8984e639b75814483","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"961c052e6ceb02b96cba1ad8984e639b75814483","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.6.1.tgz","integrity":"sha512-/x6Kk3VE3KYsSEWBrgYyKHCFZUWguYKeOs5JydjLuYur7QVOja6+5bhImE+XEyXxzK3K2/+WDkO5weoNe841yQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRM1loynmtSRFW/1WzyDRoqPvNgUK4LTqpjZGYd1/8TAIgKuXWjAabFBm1OChgQuBmNYyYbbvseiUIFqUZvdrMjaI="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.6.1.tgz_1460560688355_0.16297765774652362"},"directories":{}},"0.6.2":{"name":"remap-istanbul","version":"0.6.2","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","bin":{"remap-istanbul":"./bin/remap-istanbul"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.7","istanbul":"0.4.3","source-map":"0.5.3","through2":"2.0.1"},"devDependencies":{"codecov.io":"0.1.6","grunt":"0.4.5","gulp":"3.9.1","intern":"3.1.1"},"gitHead":"c9d39de4cf8c3d4fbcea59a6e2f2085e6ef06622","_id":"remap-istanbul@0.6.2","_shasum":"be2e085a05ea2d7feef62a5df0b28e574e8f81eb","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"be2e085a05ea2d7feef62a5df0b28e574e8f81eb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.6.2.tgz","integrity":"sha512-oKhkjxu8fVVoaR1CcITWCYf0g0RhxNcj+1F4T8V/34KiZeVlK3+w1SjOzDa/XiQ1jMhEX2C3FJMNhp+kCpVu9Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFvOPBmZEsmQZmg0DpgWeDopG5K3Soq5bFtrOxLFcR3lAiEAiTkPb86fekNyamzEGYgekL365qd4EAJrhzfigvgCjX4="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.6.2.tgz_1460623202615_0.5551660170312971"},"directories":{}},"0.6.3":{"name":"remap-istanbul","version":"0.6.3","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","bin":{"remap-istanbul":"./bin/remap-istanbul"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.7","istanbul":"0.4.3","source-map":"0.5.3","through2":"2.0.1"},"devDependencies":{"codecov.io":"0.1.6","grunt":"0.4.5","gulp":"3.9.1","intern":"3.1.1"},"gitHead":"760ab07ab3fd0c863bd647b6cad3817313047075","_id":"remap-istanbul@0.6.3","_shasum":"d071d5dc5c3667e7e16b89b57b29a3f8f2800d31","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"d071d5dc5c3667e7e16b89b57b29a3f8f2800d31","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.6.3.tgz","integrity":"sha512-fy3V0KtvfrzvoMsYIv4bZllzL1ak8QvTLh9i2V5lPOpp6Uos+AZ+bX3OyUxj7UDLk88TVD7bhKY0VzcbJ7zvTg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFg986JmmK9+DqjG//dep0H3pXUKjhXe8A+PK3vhc325AiEA/aHsHzASb2neNizfpITG653o8pzqUiFeBp4KTfr3isk="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.6.3.tgz_1460794110386_0.09975283802486956"},"directories":{}},"0.6.4":{"name":"remap-istanbul","version":"0.6.4","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","bin":{"remap-istanbul":"./bin/remap-istanbul"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.7","istanbul":"0.4.3","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"codecov.io":"0.1.6","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.2.0"},"gitHead":"8271ce0c5ba34a8c0995d75fe42845d8cd3ce7c8","_id":"remap-istanbul@0.6.4","_shasum":"ac551eff1aa641504b4f318d0303dda61e3bb695","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"ac551eff1aa641504b4f318d0303dda61e3bb695","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.6.4.tgz","integrity":"sha512-Owqoqkf932ixENCZhYJvpH3sO3Ywd7j0MmPJB6eLsIgV09B1c83pxZfIxQ2c584KEvcmYl85EfL/Nx88RyzRCg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfl2UnWq1ZUawxv9jAOK2RP77IXVhergM3dvc4kqfIjQIhANb1R+Y+uoso4LGrFH2/9L4xj2biFR+qMVEgMPxc+NGZ"}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.6.4.tgz_1463053512074_0.1312488131225109"},"directories":{}},"0.7.0":{"name":"remap-istanbul","version":"0.7.0","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"http://dojotoolkit.org","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"main.js","bin":{"remap-istanbul":"./bin/remap-istanbul"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"test":"tests/run.sh"},"dependencies":{"amdefine":"1.0.0","gulp-util":"3.0.7","istanbul":"0.4.5","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"codecov.io":"0.1.6","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.3.0"},"gitHead":"72ddb4b51f111d92a54a30294e97f701db2e5953","_id":"remap-istanbul@0.7.0","_shasum":"c360dadaea641dba734cb6a58cabe9ebd88a2858","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"c360dadaea641dba734cb6a58cabe9ebd88a2858","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.7.0.tgz","integrity":"sha512-0reM3U7UbfTdUhwNWs5qMbqeSencGl19Wq3PpYu4odGamuunrjXZcWXiKAbILOveyl/WRbD5NOgZLvwwIZYGRw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJ9VAMri2Va9utBCCn5PlR9kHfa1z/EcTQksx5QANXMQIgLItzZK3VUYxUQgRNKmsxwZMrUoSvH49rrfNaaia+gTs="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.7.0.tgz_1476213054075_0.9936666199937463"},"directories":{}},"0.8.0":{"name":"remap-istanbul","version":"0.8.0","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./lib/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel --presets es2015 --plugins transform-runtime src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","babel-runtime":"^6.11.6","gulp-util":"3.0.7","istanbul":"0.4.5","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-runtime":"^6.15.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"237392708602669ca40eb748357f2c8b37a37975","_id":"remap-istanbul@0.8.0","_shasum":"7ab383ebb4647bd3ff2a9d56c52b7a5bd8754a04","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"7ab383ebb4647bd3ff2a9d56c52b7a5bd8754a04","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.8.0.tgz","integrity":"sha512-1A/jy5kTWYBdPC0XW4IgY4Yl9hgF5W7Y0StF1MQYdig/7qLgFf1JiGxQ5gPv0gHf4BOUamAfGAqwwSzny3mTwA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDGydX2ea2NXMGXLmxF6zD6SqfzbmzuNrczs2Cwo8g0QIgMHD1gFD0vZCd8jzWGjRUyM0pjU6Mgk0jicBc535KzHo="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.8.0.tgz_1481567038430_0.7666248355526477"},"directories":{}},"0.8.1":{"name":"remap-istanbul","version":"0.8.1","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel --presets es2015 src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","babel-runtime":"^6.11.6","gulp-util":"3.0.7","istanbul":"0.4.5","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-plugin-transform-runtime":"^6.15.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"d42eeeddf91cd821e24dfd8f768e64eec19614f4","_id":"remap-istanbul@0.8.1","_shasum":"9f7ef3f400a714be4f9cf13954cbe4e6a8c716b9","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"9f7ef3f400a714be4f9cf13954cbe4e6a8c716b9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.8.1.tgz","integrity":"sha512-ZN+mkINpwwnggDusL2qSCSNsZ8YELA3tbCIk/JwO5KYPMO60PP0Rh73Bb7kJsxP6ITUnJEJh7UoiqEYQbotfoQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXFduearwdxF/jLbEmZzZtYntmkhwwDE5L25Z88fQHoQIhALSx4Ci/XASBCy/gncXJxJymF9pD5svxZO4+Rc4nIM0W"}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.8.1.tgz_1481993001107_0.5866366375703365"},"directories":{}},"0.8.2":{"name":"remap-istanbul","version":"0.8.2","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel --presets es2015 src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","babel-runtime":"^6.11.6","gulp-util":"3.0.7","istanbul":"0.4.5","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-plugin-transform-runtime":"^6.15.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"ea68b44c428e79cfdc23fc4d7864ee0ad088099b","_id":"remap-istanbul@0.8.2","_shasum":"af95e8bb4c9151c05c1692e61cf1956911c4bfb5","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"af95e8bb4c9151c05c1692e61cf1956911c4bfb5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.8.2.tgz","integrity":"sha512-Ix51+QQQVcVL5Gg8oHBpAFysEf82e7+hUFaOclB1vpUcM/2ux5ij1uHZO62T7/Z0pqaLGG3tzO73jyQT53O9bQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCb5ZeUpKHmo+GSPr9W+4Crzc3Rk/hNNFCdYo2aIKN8xQIhAKFOHMxtcPKZwzhQJQZK98Uqn0FubqJ5dpGzZJ5SI2y9"}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.8.2.tgz_1482074388805_0.3639968817587942"},"directories":{}},"0.8.3":{"name":"remap-istanbul","version":"0.8.3","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","babel-runtime":"^6.11.6","gulp-util":"3.0.7","istanbul":"0.4.5","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"19f36747ebaa50c93fbfc9b9bff6b554b20cf8f6","_id":"remap-istanbul@0.8.3","_shasum":"5ab65c2be134b00748c6b197e1d18acf0e0671dc","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"5ab65c2be134b00748c6b197e1d18acf0e0671dc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.8.3.tgz","integrity":"sha512-H9bQdlMEuxuebpJYA4N6JM+owUMSUsRAe4JvHYsfB85V6tTzHMnDaOSLFjqEZHPJV64ThrY361HBkpUHDzv6Xw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDxnPbQ4uz+JS51JJafMDTaNcenVTKVK53JBMGJkWYUPAiEA6GSVEwiz08+rKgnSfEAy1tcxWrei6cqtBjRFURw+J1Y="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.8.3.tgz_1482253867897_0.3178194279316813"},"directories":{}},"0.8.4":{"name":"remap-istanbul","version":"0.8.4","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","gulp-util":"3.0.7","istanbul":"0.4.5","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"a5cbbe1403db7a46d0c9925415a5bfe62e6ee680","_id":"remap-istanbul@0.8.4","_shasum":"b4bfdfdbc90efa635e9a28b1f4a116e22c8c2697","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"b4bfdfdbc90efa635e9a28b1f4a116e22c8c2697","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.8.4.tgz","integrity":"sha512-FdGtfXVsurO/KIAn2PtHzYPGEuGU4zGRwuMP2SIQo+MyDNNjQU5X0WxAuIKFcy0EfoeJ4xGxfsWXZiuZE8zYHg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzBoLqrkRFclW7M9uGEip7T6O42ALVGlzjBFbP8doxPQIgUGjG1Eb05wXeVWvgeG7XfgiLGS6cZTv8UMgGbc/IIoo="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.8.4.tgz_1482349377167_0.919740367680788"},"directories":{}},"0.9.0":{"name":"remap-istanbul","version":"0.9.0","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","gulp-util":"3.0.7","istanbul":"0.4.5","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"a08125dfa5d78f148766dc2ee72427609387b251","_id":"remap-istanbul@0.9.0","_shasum":"d115406b8422bfe42cb8c51be056844000947695","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"d115406b8422bfe42cb8c51be056844000947695","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.9.0.tgz","integrity":"sha512-WEfB5KajsRILFJLbVPiOQswUIDsU73Eiz8Ub3xYZacWDuE/yJllOmsDl7SpXNBxvdtZ/6t7sB6akBXoo1GG+ew==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDq+eEF7cnqFDqcTZ1DFtnsXBoa56n+9R5mZjlbEbzRLwIgJntVpljZ+LPGVkrXLc3k2F+6Hy6Y1OXwkODql8gEhHA="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.9.0.tgz_1486330615994_0.9493566481396556"},"directories":{}},"0.9.1":{"name":"remap-istanbul","version":"0.9.1","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","gulp-util":"3.0.7","istanbul":"0.4.5","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"7d1117bb38f94a046f47839d475e4429b5c47fdc","_id":"remap-istanbul@0.9.1","_shasum":"db68ca092667dab31b3ce5b8297f3ebd3359e849","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"db68ca092667dab31b3ce5b8297f3ebd3359e849","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.9.1.tgz","integrity":"sha512-LvbLGgIwY8qc6ZchDbwXllxDgTGbvG16tWPDufMV3+EJOYurKi0qfLf1h1sVennsHP4+8osJRGxWGzTfD/Poow==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHFR1bL67VGEk3Cm52kflRrzLhGFMc1hAbS9qzdGmDjuAiEA63gtW+olNdcWLhUE+gFp5YD1CMe9LCzUfGQF5PRhOYI="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.9.1.tgz_1486671477906_0.7487668830435723"},"directories":{}},"0.9.2":{"name":"remap-istanbul","version":"0.9.2","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build","install":"npm run build"},"dependencies":{"amdefine":"^1.0.0","gulp-util":"3.0.7","istanbul":"0.4.5","minimatch":"^3.0.3","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"343f8cdf272d8b3a479332f57c6aa3e2a6f47dbf","_id":"remap-istanbul@0.9.2","_shasum":"72a949d5d5a70743dd2669e1a687feef3b19edbd","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"72a949d5d5a70743dd2669e1a687feef3b19edbd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.9.2.tgz","integrity":"sha512-EqUKHVhnntzWPthDYKf2c4+FdV+gRwKWMcobCIXAT1nEpDTUt8fbTAB0ye8C6AwymcE6wmyPHOpr7/fn8HMquQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE0g4lWuDLShmQAPpP1ygU08XPTFiR5YaHHa04JAKpm/AiAj8/84hXRVKxolgeQWoyySFbsBTJVUz2F/8EcVdJdtvA=="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.9.2.tgz_1490354487500_0.6222559206653386"},"directories":{}},"0.9.3":{"name":"remap-istanbul","version":"0.9.3","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","gulp-util":"3.0.7","istanbul":"0.4.5","minimatch":"^3.0.3","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"834e898c0beb751f1a08b79be436088ee6cca65a","_id":"remap-istanbul@0.9.3","_shasum":"aa29ba9d387f52c69c778cd0431a230281c9e494","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"aa29ba9d387f52c69c778cd0431a230281c9e494","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.9.3.tgz","integrity":"sha512-W+Gqh+RmvfyBMHc0AuZ+dEUisfOlSkAPCziFi53Afeo9Jg+biGnIo8Zi7HRtGka0pPBgPYgSml1hxl1VN0MthQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2daAzvEDpO/Blxn8yt+ysJGm5T7GjEckToiBu7awwVAIhAOPCGEX9gk5r7s8AWZpTeWqrDnFx1GZOwlcXQpzkbGBA"}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.9.3.tgz_1490355351956_0.4616989465430379"},"directories":{}},"0.9.4":{"name":"remap-istanbul","version":"0.9.4","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","gulp-util":"3.0.7","istanbul":"0.4.5","minimatch":"^3.0.3","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"af8a0b5910cb8b955f4ca54a87c538acf09ff39e","_id":"remap-istanbul@0.9.4","_shasum":"f8b212d67320d498f39b3b2e251f913118732330","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"f8b212d67320d498f39b3b2e251f913118732330","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.9.4.tgz","integrity":"sha512-9cLgXtutQvafTJgoughNdLal5grdNWByFy+KFGcnI1wOMDXCl5xgWZnk05YsJQR2t5wyp40h9FiJv7dVtY4k6w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGu6p3sd23jAX3QDhTmRgSfhYaT3RwzVKiPh1feSxUHQIgDdX1cssrUhRJ8ZdsD44lOXjDuL8C+6qqFrJ3gYskDZ8="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.9.4.tgz_1490376357023_0.746723861200735"},"directories":{}},"0.9.5":{"name":"remap-istanbul","version":"0.9.5","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","gulp-util":"3.0.7","istanbul":"0.4.5","minimatch":"^3.0.3","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"1e3046dffc415f0e76528a4ec35a85556c7f2d97","_id":"remap-istanbul@0.9.5","_shasum":"a18617b1f31eec5a7dbee77538298b775606aaa8","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"shasum":"a18617b1f31eec5a7dbee77538298b775606aaa8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.9.5.tgz","integrity":"sha512-RtNNCQpSFqYJ6Kx62F2Y18TCHdoAsFJit4RvRJqDB9EMrFoMSFP7bgA97wsQbDSqhCPsDtgNDoEOyxYSqfz3Ow==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6khsjkVLHKnKJItpe1bJlcXJJ6EkklNZCu2GgRaSe3gIhAM4ECTSappU5vC5axBf1KFN0hrwwVmeLTHZyg6gl2h7y"}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/remap-istanbul-0.9.5.tgz_1490378781513_0.22699657967314124"},"directories":{}},"0.10.0":{"name":"remap-istanbul","version":"0.10.0","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","istanbul":"0.4.5","minimatch":"^3.0.3","plugin-error":"^0.1.2","source-map":">=0.5.6","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"4.0.0","intern":"^3.3.0","rimraf":"^2.6.2"},"gitHead":"981dac8badac43492b1d8ac94eee26932cd03574","_id":"remap-istanbul@0.10.0","_npmVersion":"5.5.1","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"integrity":"sha512-C3vinclZ2p8na07f/f+JWLchmiofgqroyxBrkKPA4kkbjsHHa94HFd5ZYkYrMEs9cbsufh53t5DFJyTK8UDVjg==","shasum":"713e5703a4ba24a651502af73db985e8221989c1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.10.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRrhsn8/AVltfiOkUc9eZPOZ6bUDPnUxvQ6NhSpa+AlwIhAMBhqdut/sJjPI60i0YjxLektqNqgPzF5ndu2efT6kMk"}]},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/remap-istanbul-0.10.0.tgz_1515702369741_0.7401783803943545"},"directories":{}},"0.10.1":{"name":"remap-istanbul","version":"0.10.1","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","istanbul":"0.4.5","minimatch":"^3.0.3","plugin-error":"^0.1.2","source-map":"^0.6.1","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"4.0.0","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"ce2fa0e53e97d25a20cbedd1b832ce7f50bbfd55","_id":"remap-istanbul@0.10.1","_npmVersion":"5.5.1","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"integrity":"sha512-gsNQXs5kJLhErICSyYhzVZ++C8LBW8dgwr874Y2QvzAUS75zBlD/juZgXs39nbYJ09fZDlX2AVLVJAY2jbFJoQ==","shasum":"3aa58dd5021d499f336d3ba5bf3bbb91c1b88e37","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.10.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgkzXALuemfKdqqwQFvF2JhBfUteIKVzsknmexQ1ZiKgIgO9P6YIFUOap8sVKz8P90/XZ6NqR8ykxCajds4Ja3wvc="}]},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/remap-istanbul-0.10.1.tgz_1516626704372_0.5194542228709906"},"directories":{}},"0.9.6":{"name":"remap-istanbul","version":"0.9.6","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","gulp-util":"3.0.7","istanbul":"0.4.5","minimatch":"^3.0.3","source-map":"^0.6.1","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"3.9.1","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"d5191dcab7b0dccf7d706d9edf6c4457e5e7ca7a","_id":"remap-istanbul@0.9.6","_npmVersion":"5.5.1","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"integrity":"sha512-l0WDBsVjaTzP8m3glERJO6bjlAFUahcgfcgvcX+owZw7dKeDLT3CVRpS7UO4L9LfGcMiNsqk223HopwVxlh8Hg==","shasum":"bbd5a688fe265192f067a0ca5b2b0d7f746c5f4b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.9.6.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOueXxchJFoOynrDU4KwCt02Jg01OX0FqttoQ7YEAMEgIhALu3koHz9ItDmT3j1vb1VyVGvN2WV4WIOHreanUYN8nQ"}]},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/remap-istanbul-0.9.6.tgz_1516627064483_0.5565620986744761"},"directories":{}},"0.11.0":{"name":"remap-istanbul","version":"0.11.0","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","istanbul":"0.4.5","minimatch":"^3.0.3","plugin-error":"^0.1.2","source-map":"^0.6.1","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"4.0.0","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"1a9f81baf65748b5d51c45f95223ee3d9f3d8a02","_id":"remap-istanbul@0.11.0","_npmVersion":"5.5.1","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"integrity":"sha512-gQqJ+mW+jF7Hv8hXYO/pIRMz6WgZyrlp3rSxejGXzwqtK9+sNTB/tUSnLWAFTgQx4x5dx0sPDsLvbpZXuZ0omQ==","shasum":"201f55ffaedfb2fddb693b05ea2f7382b23b877a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.11.0.tgz","fileCount":53,"unpackedSize":152988,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDMqu8YmD+l9Cwr4S9GPQbXyyPvwTHoYia+i7lARxMG4QIgDPCpXJkNg4Y6nkS7Zii6aiXrORZoslTQUy29F5u6Teo="}]},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/remap-istanbul_0.11.0_1521206082657_0.3921623088482544"},"_hasShrinkwrap":false},"0.11.1":{"name":"remap-istanbul","version":"0.11.1","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","istanbul":"0.4.5","minimatch":"^3.0.3","plugin-error":"^0.1.2","source-map":"^0.6.1","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"4.0.0","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"661d97c20ead5ff3098b465ddea48ddf3a8c1bd8","_id":"remap-istanbul@0.11.1","_npmVersion":"5.8.0","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"integrity":"sha512-Itv3XvYjD6G+9xDzAeFohx4GUwbFjfqFt0UXlC826jHR18E49fEiEGqZUxUASwMq4z7wwUv2H9/XF2d6qj0iaQ==","shasum":"4ad9a06450d3556559bef6195418e05bd4ef6d61","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.11.1.tgz","fileCount":53,"unpackedSize":153200,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa4HrlCRA9TVsSAnZWagAAdIQP/it/73Mt8yFIPme73dpi\nfyvyBvQI5GkbXN5BfmzE3o62ym8Fl58DvkaRcC1/GjdWgm4lkvBA0bt1q4oW\nndUBmi7Wg1UCYE48ZWiSwBqgH1qASmIjk/y6xQeulxfZAIa9+FNw5VDd87QE\nFfNxpZZhyVvUj0nHVZbuqPr024SjeGw2wMUNHeZA5ez2TKpkrk9X0/HGWVf8\nJIl3ZybDBNBjAruEr30e1ompy2PcYsfo+PGxiJkVDNIJwyztGZIDXVrbPVBe\ncnWNc2ADOLQdniQ8rgrH68HdQlc7GscGhuLxpuYfIwkeSsmG+3QSpE4yL5ci\nU5zGqq6Q3NLBsD0XzVwIrNzIK97THl8ch2PiKvdoK0ASa/N065DODHmSQdO0\n3b0PWdMls9MVSVUvHCPtTYO7Y0mCXZmrEDX2EbPzVwVHHMLQxwycgh7lRtgB\nkTDkiMvgscyV2kGqMunLc8rOSu1xwiClC9LOIu/1UpwpZ3CSbEu3iEvj4xNo\nriesB9EPA4SqNfo40yD5U4gyOZSMqb2mvjTJOOmL+2J1eavddQ70lj4VhLcP\nS0CvJRU7Zzbc5zyHWn56p6AzbkFbA8cHopyH4qZUEuN41zOqsFv3yqQKJG8x\n4PTACI5GeMYHOLQGcdy13DXHItN/xALLU3zthDWNni7004j/LfuMwzCeo7zI\nmTDa\r\n=xaco\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQtLDoGf8i5h+4tpltmtxgI4G7Oa0lM+87g6nr1EQXVgIhAJXPEEkO3uyb6p5rZzQJx8MfF99DZngFNJOd1kB47oVV"}]},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/remap-istanbul_0.11.1_1524660962505_0.6817547524300451"},"_hasShrinkwrap":false},"0.12.0":{"name":"remap-istanbul","version":"0.12.0","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./src/","test":"tests/run.sh","build":"rimraf lib && babel src --out-dir ./lib --source-maps","prepublish":"npm run build"},"dependencies":{"amdefine":"^1.0.0","istanbul":"0.4.5","minimatch":"^3.0.3","plugin-error":"^0.1.2","source-map":"^0.6.1","through2":"2.0.1"},"devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-preset-es2015":"^6.16.0","codecov.io":"0.1.6","eslint":"^3.7.0","eslint-config-airbnb-base":"^10.0.1","eslint-plugin-import":"^2.0.1","grunt":"^1.0.1","gulp":"4.0.0","intern":"^3.3.0","rimraf":"^2.5.4"},"gitHead":"4018bd534bf1e45e15677828ec8ff7970f56b475","_id":"remap-istanbul@0.12.0","_npmVersion":"5.8.0","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"integrity":"sha512-lpA+zkWfT7v81k76asd+w82+dnbBTmBEsyuBVQ28armnOqsZZO23uI4ZCBGd8TtIb9Tq4CauswB+A44cbkuiMA==","shasum":"7215642017d01a8c4a51bdb41be35297ec71fc4e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.12.0.tgz","fileCount":53,"unpackedSize":153316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmX0UCRA9TVsSAnZWagAA550QAJMG4leCsUuROZVyzWS5\nJfEuL5Vj3Z8iG9IKfqqi5RH2cQprZP/cm/11Mq2T3I9zpyYTsL+BHzgAfmGr\nyptPij/NFC+bZ+wy54sLXlppCnTM3TijbwIm78ombo7qTY68h4Z31l/zsp2r\nKmblMAlHBCCtBFiVK/dKc5t4g8DXxA2uKfyL1+1dTR+Ckq262YSPIMi3tbHU\nRg/W5yzWAR/oyYv6u1Twkn5GJh3P4OcFHAV2OKVCkKNgkiXeXbmbbpGY3H+d\nGSmU3I1TzIUjPk6VA5ah5Iw0V7y1b1sxijy0t1U7BD3QF8FuxatsKejq0KlP\nGCAHVYWyLTn9yAtiupiApnnoHUTsGsIQbPsDUyWJ9BlgH1IVF3afBER5qOak\njyCek3I5ixsl6YMDU2bL9FJqc/kv+Kfftq5aEOeCGvJWLf8oi5n/kJre7itw\nLCdxKcul0Zu0i+CgYn0D7rcIP8agFXUAQ/8bbN32xkDnmlUDtW2KZCpu4Vnx\nx3AKwOqM5AX3SLDev027Vi+bSceDitOy9copwgXm3OCbNlp21ZnujG9MZZ88\n9cR//c4isJjSCDDp6xG3u649Oft00wPAbihhK4a4TzbilnufegmtzQTbpLFC\nDqd+hzSXyISmxCqLCF7cpuqtoLgLJg0+y+mdGrQXAtEYUI1VxYrqvl9Q/gkY\nKIZF\r\n=vjKf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrZTGBeiN0PLmWImbTW2LXQC/MUeFVom7XfhUKuEX1IQIgXE2rle6Qle8xynSmiHAhe6xBKjTe2MhYxL2t8VhRYVg="}]},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/remap-istanbul_0.12.0_1536785683876_0.7906360247057935"},"_hasShrinkwrap":false},"0.13.0":{"name":"remap-istanbul","version":"0.13.0","description":"A tool for remapping Istanbul coverage via Source Maps","homepage":"https://github.com/SitePen/remap-istanbul","keywords":["gulpplugin","gruntplugin","source-map","istanbul","coverage"],"maintainers":[{"name":"anonymous","email":"labs@sitepen.com"}],"bugs":{"url":"https://github.com/SitePen/remap-istanbul"},"license":"BSD-3-Clause","main":"./lib/main.js","bin":{"remap-istanbul":"./bin/remap-istanbul.js"},"repository":{"type":"git","url":"git+https://github.com/SitePen/remap-istanbul.git"},"scripts":{"lint":"eslint ./lib/","test":"rimraf ./tmp && npx intern config=tests/intern.json"},"dependencies-comment":{"source-map":"0.7+ releases introduce breaking changes"},"dependencies":{"istanbul":"0.4.5","minimatch":"^3.0.4","plugin-error":"^1.0.1","source-map":"0.6.1","through2":"3.0.0"},"devDependencies":{"eslint":"^5.9.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","grunt":"^1.0.3","gulp":"^4.0.0","intern":"^4.3.3","rimraf":"^2.6.2"},"gitHead":"edd8d852c93eed169c55480d29bceaa06f5ab1bd","_id":"remap-istanbul@0.13.0","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"anonymous","email":"labs@sitepen.com"},"dist":{"integrity":"sha512-rS5ZpVAx3fGtKZkiBe1esXg5mKYbgW9iz8kkADFt3p6lo3NsBBUX1q6SwdhwUtYCGnr7nK6gRlbYK3i8R0jbRA==","shasum":"a529dfd080bb760f5274e3671c9c065f29923ed1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/remap-istanbul/-/remap-istanbul-0.13.0.tgz","fileCount":23,"unpackedSize":50803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNScaCRA9TVsSAnZWagAArhEP/jr12EtvRklWPCjOOjrC\nsBDke85Z4T4ZHvIU9+UDBrEZMYTV254Olgzr+z3R354T2u9McwhKUavggcI1\nXMKTNRp6cttlp0J5CwqIeGyyClN3L2ogjSXpu19E8zkxVSu/0tna7efsF2vA\nABhZy/txFtP7QuiON5HUrMwH4i4KRu71PfiQjIak08e7fI8WLMmsfRpYql4r\nY11h48+khaHvputOVPOO/TiAAIietGIloNe4dudwp/cFsOi+uXNFVMn9QwFb\nkrjvQh/8aFG3NJqZHrPs3dQssHiy35QJoZat6UsyOSP+qI9wCPJNtUXviND1\nF4BGlZeZ4AtY4TREb9kP3qRt92BwOYRpaDwuu5njLx6S2IIOd1rWnIz51eIo\nP7iT9ul2IDIReo2JPnkWFw2Dg5r1VvlLM32nBABUWjH3hDWdha0L040AZxWn\nFVTw5+x0bIYTvFGUVXhHnAiXzaKtSYCyCJ+zOspyEYk5oqsslZa9/7VetdTd\n390mXMXZRKR0mX0ruHwnyByqF4A7LBNQbi3J15XgasaYFU+xhbtOhmfMpT1q\niB/AToiIpy6gCTK+yY0zqdeK3hqcQ227Z3VhbXFxtAu1dS0+PnKrBzegRlVP\nDkiWPSURCOJbl9pRNJkC8auWdB1UymuWLfYOZb8D5sCsvHDa5QhliWF9bd6w\nFc+d\r\n=b88q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUSnsbSTtG381Kk2zUjCyTp3JfCSg2H8/3LgRbVBiH/wIhAPqjORqTg3Gj10baCeBMsq6+e4B5kj/ouLGkYEc4+bel"}]},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/remap-istanbul_0.13.0_1546987289497_0.001407285624313248"},"_hasShrinkwrap":false}},"name":"remap-istanbul","time":{"modified":"2022-06-26T11:00:39.777Z","created":"2015-09-10T20:04:23.049Z","0.2.0-pre":"2015-09-10T20:04:23.049Z","0.1.0":"2015-09-10T20:05:02.486Z","0.2.0":"2015-09-12T10:24:22.767Z","0.3.0":"2015-09-26T08:18:34.568Z","0.3.1":"2015-10-13T10:40:27.603Z","0.4.0":"2015-11-04T14:22:59.857Z","0.5.0":"2015-12-08T17:00:08.499Z","0.5.1":"2015-12-12T09:26:42.179Z","0.6.0":"2016-04-13T15:15:12.821Z","0.6.1":"2016-04-13T15:18:10.022Z","0.6.2":"2016-04-14T08:40:04.356Z","0.6.3":"2016-04-16T08:08:31.510Z","0.6.4":"2016-05-12T11:45:13.682Z","0.7.0":"2016-10-11T19:10:56.464Z","0.8.0":"2016-12-12T18:23:59.042Z","0.8.1":"2016-12-17T16:43:23.458Z","0.8.2":"2016-12-18T15:19:49.438Z","0.8.3":"2016-12-20T17:11:10.605Z","0.8.4":"2016-12-21T19:42:57.969Z","0.9.0":"2017-02-05T21:36:58.390Z","0.9.1":"2017-02-09T20:18:00.158Z","0.9.2":"2017-03-24T11:21:29.610Z","0.9.3":"2017-03-24T11:35:53.918Z","0.9.4":"2017-03-24T17:25:59.258Z","0.9.5":"2017-03-24T18:06:22.922Z","0.10.0":"2018-01-11T20:26:09.837Z","0.10.1":"2018-01-22T13:11:44.673Z","0.9.6":"2018-01-22T13:17:44.730Z","0.11.0":"2018-03-16T13:14:42.722Z","0.11.1":"2018-04-25T12:56:02.563Z","0.12.0":"2018-09-12T20:54:44.016Z","0.13.0":"2019-01-08T22:41:29.659Z"},"readmeFilename":"README.md","homepage":"https://github.com/SitePen/remap-istanbul"}