{
  "_args": [
    [
      "v8-to-istanbul@9.0.1",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "v8-to-istanbul@9.0.1",
  "_id": "v8-to-istanbul@9.0.1",
  "_inBundle": false,
  "_integrity": "sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==",
  "_location": "/v8-to-istanbul",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "v8-to-istanbul@9.0.1",
    "name": "v8-to-istanbul",
    "escapedName": "v8-to-istanbul",
    "rawSpec": "9.0.1",
    "saveSpec": null,
    "fetchSpec": "9.0.1"
  },
  "_requiredBy": [
    "/@jest/reporters"
  ],
  "_resolved": "https://registry.npmmirror.com/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz",
  "_spec": "9.0.1",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "author": {
    "name": "Ben Coe",
    "email": "ben@npmjs.com"
  },
  "bugs": {
    "url": "https://github.com/istanbuljs/v8-to-istanbul/issues"
  },
  "dependencies": {
    "@jridgewell/trace-mapping": "^0.3.12",
    "@types/istanbul-lib-coverage": "^2.0.1",
    "convert-source-map": "^1.6.0"
  },
  "description": "convert from v8 coverage format to istanbul's format",
  "devDependencies": {
    "@types/node": "^16.0.0",
    "c8": "^7.2.1",
    "semver": "^7.3.2",
    "should": "13.2.3",
    "source-map": "^0.7.3",
    "standard": "^16.0.4",
    "tap": "^16.0.0"
  },
  "engines": {
    "node": ">=10.12.0"
  },
  "files": [
    "lib/*.js",
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/istanbuljs/v8-to-istanbul#readme",
  "keywords": [
    "istanbul",
    "v8",
    "coverage"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "v8-to-istanbul",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/istanbuljs/v8-to-istanbul.git"
  },
  "scripts": {
    "coverage": "c8 report --check-coverage",
    "fix": "standard --fix",
    "posttest": "standard",
    "snapshot": "TAP_SNAPSHOT=1 tap test/*.js",
    "test": "c8 --reporter=html --reporter=text tap --no-coverage test/*.js"
  },
  "standard": {
    "ignore": [
      "**/test/fixtures"
    ]
  },
  "types": "index.d.ts",
  "version": "9.0.1"
}
