package.json 2.34 KB
{
  "_from": "@jest/transform@^26.6.2",
  "_id": "@jest/transform@26.6.2",
  "_inBundle": false,
  "_integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==",
  "_location": "/@jest/transform",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@jest/transform@^26.6.2",
    "name": "@jest/transform",
    "escapedName": "@jest%2ftransform",
    "scope": "@jest",
    "rawSpec": "^26.6.2",
    "saveSpec": null,
    "fetchSpec": "^26.6.2"
  },
  "_requiredBy": [
    "/@jest/core",
    "/@jest/reporters",
    "/babel-jest",
    "/jest-runtime"
  ],
  "_resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz",
  "_shasum": "5ac57c5fa1ad17b2aae83e73e45813894dcf2e4b",
  "_spec": "@jest/transform@^26.6.2",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\babel-jest",
  "bugs": {
    "url": "https://github.com/facebook/jest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/core": "^7.1.0",
    "@jest/types": "^26.6.2",
    "babel-plugin-istanbul": "^6.0.0",
    "chalk": "^4.0.0",
    "convert-source-map": "^1.4.0",
    "fast-json-stable-stringify": "^2.0.0",
    "graceful-fs": "^4.2.4",
    "jest-haste-map": "^26.6.2",
    "jest-regex-util": "^26.0.0",
    "jest-util": "^26.6.2",
    "micromatch": "^4.0.2",
    "pirates": "^4.0.1",
    "slash": "^3.0.0",
    "source-map": "^0.6.1",
    "write-file-atomic": "^3.0.0"
  },
  "deprecated": false,
  "devDependencies": {
    "@jest/test-utils": "^26.6.2",
    "@types/babel__core": "^7.1.0",
    "@types/convert-source-map": "^1.5.1",
    "@types/fast-json-stable-stringify": "^2.0.0",
    "@types/graceful-fs": "^4.1.2",
    "@types/micromatch": "^4.0.0",
    "@types/write-file-atomic": "^3.0.0",
    "dedent": "^0.7.0",
    "jest-snapshot-serializer-raw": "^1.1.0"
  },
  "engines": {
    "node": ">= 10.14.2"
  },
  "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  "homepage": "https://github.com/facebook/jest#readme",
  "license": "MIT",
  "main": "build/index.js",
  "name": "@jest/transform",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facebook/jest.git",
    "directory": "packages/jest-transform"
  },
  "types": "build/index.d.ts",
  "version": "26.6.2"
}