{
  "manifest": {
    "name": "istanbul-lib-instrument",
    "version": "5.2.1",
    "description": "Core istanbul API for JS code coverage",
    "author": {
      "name": "Krishnan Anantheswaran",
      "email": "kananthmail-github@yahoo.com"
    },
    "main": "src/index.js",
    "files": [
      "src"
    ],
    "scripts": {
      "test": "nyc mocha"
    },
    "dependencies": {
      "@babel/core": "^7.12.3",
      "@babel/parser": "^7.14.7",
      "@istanbuljs/schema": "^0.1.2",
      "istanbul-lib-coverage": "^3.2.0",
      "semver": "^6.3.0"
    },
    "devDependencies": {
      "@babel/cli": "^7.7.5",
      "chai": "^4.2.0",
      "clone": "^2.1.2",
      "debug": "^4.1.1",
      "documentation": "^12.1.4",
      "js-yaml": "^3.13.1",
      "mocha": "^6.2.3",
      "nopt": "^4.0.1",
      "nyc": "^15.1.0"
    },
    "license": "BSD-3-Clause",
    "bugs": {
      "url": "https://github.com/istanbuljs/istanbuljs/issues"
    },
    "homepage": "https://istanbul.js.org/",
    "repository": {
      "type": "git",
      "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
      "directory": "packages/istanbul-lib-instrument"
    },
    "keywords": [
      "coverage",
      "istanbul",
      "js",
      "instrumentation"
    ],
    "engines": {
      "node": ">=8"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-istanbul-lib-instrument-5.2.1-d10c8885c2125574e1c231cacadf955675e1ce3d-integrity/node_modules/istanbul-lib-instrument/package.json",
    "readmeFilename": "README.md",
    "readme": "## istanbul-lib-instrument\n\n[![Build Status](https://travis-ci.org/istanbuljs/istanbul-lib-instrument.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbul-lib-instrument)\n\nIstanbul instrumenter library.\n\nVersion 1.1.x now implements instrumentation using `Babel`. The implementation is inspired\nby prior art by @dtinth as demonstrated in the `__coverage__` babel plugin.\n\nIt provides 2 \"modes\" of instrumentation.\n\n-   The old API that is mostly unchanged (except for incompatibilities noted) and\n    performs the instrumentation using babel as a library.\n\n-   A `programVisitor` function for the Babel AST that can be used by a Babel plugin\n    to emit instrumentation for ES6 code directly without any source map\n    processing. This is the preferred path for babel users. The Babel plugin is\n    called `babel-plugin-istanbul`.\n\nIncompatibilities and changes to instrumentation behavior can be found in\n[v0-changes.md](v0-changes.md).\n\n",
    "licenseText": "Copyright 2012-2015 Yahoo! Inc.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n    * Redistributions of source code must retain the above copyright\n      notice, this list of conditions and the following disclaimer.\n    * Redistributions in binary form must reproduce the above copyright\n      notice, this list of conditions and the following disclaimer in the\n      documentation and/or other materials provided with the distribution.\n    * Neither the name of the Yahoo! Inc. nor the\n      names of its contributors may be used to endorse or promote products\n      derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz#d10c8885c2125574e1c231cacadf955675e1ce3d",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
    "hash": "d10c8885c2125574e1c231cacadf955675e1ce3d",
    "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
    "registry": "npm",
    "packageName": "istanbul-lib-instrument",
    "cacheIntegrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg== sha1-0QyIhcISVXThwjHKyt+VVnXhzj0="
  },
  "registry": "npm",
  "hash": "d10c8885c2125574e1c231cacadf955675e1ce3d"
}