{
  "_args": [
    [
      "rollup-plugin-istanbul@2.0.1",
      "/home/pertec/public_html/areadocliente/bootstrap"
    ]
  ],
  "_development": true,
  "_from": "rollup-plugin-istanbul@2.0.1",
  "_id": "rollup-plugin-istanbul@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-5X1ExH74moFY/pHqCrAZQ0V8RyEMCmrUSuo1t1bDzv9UHTd54s79ALDaK8N87PgNzA6UuKtBVAP/tsaSYzIUVQ==",
  "_location": "/rollup-plugin-istanbul",
  "_phantomChildren": {
    "babel-generator": "6.26.1",
    "babel-template": "6.26.0",
    "babel-traverse": "6.26.0",
    "babel-types": "6.26.0",
    "babylon": "6.18.0",
    "semver": "5.7.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rollup-plugin-istanbul@2.0.1",
    "name": "rollup-plugin-istanbul",
    "escapedName": "rollup-plugin-istanbul",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/rollup-plugin-istanbul/-/rollup-plugin-istanbul-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "/home/pertec/public_html/areadocliente/bootstrap",
  "author": {
    "name": "Alberto Varela",
    "email": "alberto@berriart.com",
    "url": "http://www.berriart.com"
  },
  "bugs": {
    "url": "https://github.com/artberri/rollup-plugin-istanbul/issues"
  },
  "dependencies": {
    "istanbul-lib-instrument": "^1.9.1",
    "rollup-pluginutils": "^2.0.1"
  },
  "description": "Seamless integration between Rollup and Istanbul.",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "eslint": "^4.12.1",
    "mocha": "^4.0.1",
    "rollup": "^0.52.1",
    "rollup-plugin-babel": "^3.0.2"
  },
  "files": [
    "src",
    "dist",
    "README.md"
  ],
  "homepage": "https://github.com/artberri/rollup-plugin-istanbul",
  "jsnext:main": "dist/rollup-plugin-istanbul.es.js",
  "keywords": [
    "rollup-plugin",
    "istanbul",
    "es2015",
    "es6",
    "rollup",
    "coverage"
  ],
  "license": "MIT",
  "main": "dist/rollup-plugin-istanbul.cjs.js",
  "name": "rollup-plugin-istanbul",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/artberri/rollup-plugin-istanbul.git"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint src/index.js test/*.js",
    "prebuild": "rm -rf dist/*",
    "prepublish": "npm run lint && npm test",
    "pretest": "npm run build",
    "test": "mocha"
  },
  "version": "2.0.1"
}
