123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_args": [
- [
- "v8-to-istanbul@8.1.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "v8-to-istanbul@8.1.0",
- "_id": "v8-to-istanbul@8.1.0",
- "_inBundle": false,
- "_integrity": "sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==",
- "_location": "/v8-to-istanbul",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "v8-to-istanbul@8.1.0",
- "name": "v8-to-istanbul",
- "escapedName": "v8-to-istanbul",
- "rawSpec": "8.1.0",
- "saveSpec": null,
- "fetchSpec": "8.1.0"
- },
- "_requiredBy": [
- "/@jest/reporters"
- ],
- "_resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.0.tgz",
- "_spec": "8.1.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Ben Coe",
- "email": "ben@npmjs.com"
- },
- "bugs": {
- "url": "https://github.com/istanbuljs/v8-to-istanbul/issues"
- },
- "dependencies": {
- "@types/istanbul-lib-coverage": "^2.0.1",
- "convert-source-map": "^1.6.0",
- "source-map": "^0.7.3"
- },
- "description": "convert from v8 coverage format to istanbul's format",
- "devDependencies": {
- "@types/node": "^14.0.0",
- "c8": "^7.2.1",
- "semver": "^7.3.2",
- "should": "13.2.3",
- "standard": "^16.0.0",
- "tap": "^15.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": "8.1.0"
- }
|