package.json 3.09 KB
{
  "_from": "@jest/reporters@^26.6.2",
  "_id": "@jest/reporters@26.6.2",
  "_inBundle": false,
  "_integrity": "sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==",
  "_location": "/@jest/reporters",
  "_phantomChildren": {
    "@jest/types": "26.6.2",
    "@types/normalize-package-data": "2.4.0",
    "find-up": "4.1.0",
    "graceful-fs": "4.2.4",
    "jest-pnp-resolver": "1.2.2",
    "jest-util": "26.6.2",
    "normalize-package-data": "2.5.0",
    "parse-json": "5.1.0",
    "resolve": "1.18.1",
    "slash": "3.0.0",
    "type-fest": "0.8.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@jest/reporters@^26.6.2",
    "name": "@jest/reporters",
    "escapedName": "@jest%2freporters",
    "scope": "@jest",
    "rawSpec": "^26.6.2",
    "saveSpec": null,
    "fetchSpec": "^26.6.2"
  },
  "_requiredBy": [
    "/@jest/core"
  ],
  "_resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz",
  "_shasum": "1f518b99637a5f18307bd3ecf9275f6882a667f6",
  "_spec": "@jest/reporters@^26.6.2",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@jest\\core",
  "bugs": {
    "url": "https://github.com/facebook/jest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@bcoe/v8-coverage": "^0.2.3",
    "@jest/console": "^26.6.2",
    "@jest/test-result": "^26.6.2",
    "@jest/transform": "^26.6.2",
    "@jest/types": "^26.6.2",
    "chalk": "^4.0.0",
    "collect-v8-coverage": "^1.0.0",
    "exit": "^0.1.2",
    "glob": "^7.1.2",
    "graceful-fs": "^4.2.4",
    "istanbul-lib-coverage": "^3.0.0",
    "istanbul-lib-instrument": "^4.0.3",
    "istanbul-lib-report": "^3.0.0",
    "istanbul-lib-source-maps": "^4.0.0",
    "istanbul-reports": "^3.0.2",
    "jest-haste-map": "^26.6.2",
    "jest-resolve": "^26.6.2",
    "jest-util": "^26.6.2",
    "jest-worker": "^26.6.2",
    "node-notifier": "^8.0.0",
    "slash": "^3.0.0",
    "source-map": "^0.6.0",
    "string-length": "^4.0.1",
    "terminal-link": "^2.0.0",
    "v8-to-istanbul": "^7.0.0"
  },
  "deprecated": false,
  "description": "Jest's reporters",
  "devDependencies": {
    "@jest/test-utils": "^26.6.2",
    "@types/exit": "^0.1.30",
    "@types/glob": "^7.1.1",
    "@types/graceful-fs": "^4.1.3",
    "@types/istanbul-lib-coverage": "^2.0.0",
    "@types/istanbul-lib-instrument": "^1.7.2",
    "@types/istanbul-lib-report": "^3.0.0",
    "@types/istanbul-lib-source-maps": "^4.0.0",
    "@types/istanbul-reports": "^3.0.0",
    "@types/node-notifier": "^8.0.0",
    "mock-fs": "^4.4.1",
    "strip-ansi": "^6.0.0"
  },
  "engines": {
    "node": ">= 10.14.2"
  },
  "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  "homepage": "https://jestjs.io/",
  "license": "MIT",
  "main": "build/index.js",
  "name": "@jest/reporters",
  "optionalDependencies": {
    "node-notifier": "^8.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facebook/jest.git",
    "directory": "packages/jest-reporters"
  },
  "types": "build/index.d.ts",
  "version": "26.6.2"
}