{ "_args": [ [ "babel-plugin-istanbul@^4.1.5", "/home/bernhard/freifunk-app/node_modules/babel-jest" ] ], "_from": "babel-plugin-istanbul@>=4.1.5 <5.0.0", "_id": "babel-plugin-istanbul@4.1.6", "_inCache": true, "_installable": true, "_location": "/babel-plugin-istanbul", "_nodeVersion": "8.8.1", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/babel-plugin-istanbul_4.1.6_1520635775116_0.9113064063097747" }, "_npmUser": { "email": "ben@npmjs.com", "name": "bcoe" }, "_npmVersion": "5.4.2", "_phantomChildren": {}, "_requested": { "name": "babel-plugin-istanbul", "raw": "babel-plugin-istanbul@^4.1.5", "rawSpec": "^4.1.5", "scope": null, "spec": ">=4.1.5 <5.0.0", "type": "range" }, "_requiredBy": [ "/babel-jest", "/jest-runtime" ], "_resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz", "_shasum": "36c59b2192efce81c5b378321b74175add1c9a45", "_shrinkwrap": null, "_spec": "babel-plugin-istanbul@^4.1.5", "_where": "/home/bernhard/freifunk-app/node_modules/babel-jest", "author": { "name": "Thai Pangsakulyanont @dtinth" }, "bugs": { "url": "https://github.com/istanbuljs/babel-plugin-istanbul/issues" }, "dependencies": { "babel-plugin-syntax-object-rest-spread": "^6.13.0", "find-up": "^2.1.0", "istanbul-lib-instrument": "^1.10.1", "test-exclude": "^4.2.1" }, "description": "A babel plugin that adds istanbul instrumentation to ES6 code", "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.24.0", "babel-preset-env": "^1.6.1", "babel-register": "^6.24.0", "chai": "^4.1.0", "coveralls": "^3.0.0", "cross-env": "^3.1.4", "mocha": "^4.0.0", "nyc": "^11.1.0", "pmock": "^0.2.3", "standard": "^9.0.2", "standard-version": "^4.0.0" }, "directories": {}, "dist": { "fileCount": 5, "integrity": "sha512-PWP9FQ1AhZhS01T/4qLSKoHGY/xvkZdVBGlKM/HuxxS3+sC66HhTNR7+MpbO/so/cz/wY94MeSWJuP1hXIPfwQ==", "shasum": "36c59b2192efce81c5b378321b74175add1c9a45", "tarball": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz", "unpackedSize": 19506 }, "files": [ "lib" ], "gitHead": "321740f7b25d803f881466ea819d870f7ed6a254", "greenkeeper": { "ignore": [ "cross-env", "find-up" ] }, "homepage": "https://github.com/istanbuljs/babel-plugin-istanbul#readme", "keywords": [ "babel", "instrumentation", "istanbul", "plugin" ], "license": "BSD-3-Clause", "main": "lib/index.js", "maintainers": [ { "name": "bcoe", "email": "ben@npmjs.com" }, { "name": "gotwarlost", "email": "kananthmail-github@yahoo.com" } ], "name": "babel-plugin-istanbul", "nyc": { "include": [ "fixtures/should-cover.js", "src/*.js" ], "instrument": false, "require": [ "babel-register" ], "sourceMap": false }, "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/istanbuljs/babel-plugin-istanbul.git" }, "scripts": { "coverage": "nyc report --reporter=text-lcov | coveralls", "prepublish": "npm test && npm run release", "pretest": "standard && npm run release", "release": "babel src --out-dir lib", "test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text mocha test/*.js", "version": "standard-version" }, "standard": { "ignore": [ "fixtures/has-inline-source-map.js" ] }, "version": "4.1.6" }