保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/jest/package.json
@@ -1,66 +1,71 @@
{
  "_args": [
    [
      "jest@27.3.0",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_development": true,
  "_from": "jest@27.3.0",
  "_id": "jest@27.3.0",
  "_from": "jest@^27.3.0",
  "_id": "jest@27.5.1",
  "_inBundle": false,
  "_integrity": "sha512-ZSwT6ROUbUs3bXirxzxBvohE/1y7t+IHIu3fL8WgIeJppE2XsFoa2dB03CI9kXA81znW0Kt0t2R+QVOWeY8cYw==",
  "_integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
  "_location": "/jest",
  "_phantomChildren": {
    "@jest/core": "27.3.0",
    "@jest/test-result": "27.3.0",
    "@jest/types": "27.2.5",
    "@jest/core": "27.5.1",
    "@jest/test-result": "27.5.1",
    "@jest/types": "27.5.1",
    "ansi-styles": "4.3.0",
    "chalk": "4.1.2",
    "escalade": "3.1.1",
    "exit": "0.1.2",
    "graceful-fs": "4.2.8",
    "import-local": "3.0.3",
    "jest-config": "27.3.0",
    "jest-util": "27.3.0",
    "jest-validate": "27.3.0",
    "get-caller-file": "2.0.5",
    "graceful-fs": "4.2.10",
    "import-local": "3.1.0",
    "jest-config": "27.5.1",
    "jest-util": "27.5.1",
    "jest-validate": "27.5.1",
    "prompts": "2.4.2",
    "yargs": "16.2.0"
    "require-directory": "2.1.1",
    "string-width": "4.2.3",
    "strip-ansi": "6.0.1"
  },
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "jest@27.3.0",
    "raw": "jest@^27.3.0",
    "name": "jest",
    "escapedName": "jest",
    "rawSpec": "27.3.0",
    "rawSpec": "^27.3.0",
    "saveSpec": null,
    "fetchSpec": "27.3.0"
    "fetchSpec": "^27.3.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/jest/-/jest-27.3.0.tgz",
  "_spec": "27.3.0",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
  "_shasum": "dadf33ba70a779be7a6fc33015843b51494f63fc",
  "_spec": "jest@^27.3.0",
  "_where": "D:\\project\\PAM\\PAMapp",
  "bin": {
    "jest": "bin/jest.js"
  },
  "bugs": {
    "url": "https://github.com/facebook/jest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@jest/core": "^27.3.0",
    "@jest/core": "^27.5.1",
    "import-local": "^3.0.2",
    "jest-cli": "^27.3.0"
    "jest-cli": "^27.5.1"
  },
  "deprecated": false,
  "description": "Delightful JavaScript Testing.",
  "engines": {
    "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  },
  "exports": {
    ".": "./build/jest.js",
    ".": {
      "types": "./build/jest.d.ts",
      "default": "./build/jest.js"
    },
    "./package.json": "./package.json",
    "./bin/jest": "./bin/jest.js"
  },
  "gitHead": "14b0c2c1d6f81b64adf8b827649ece80a4448cfc",
  "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  "homepage": "https://jestjs.io/",
  "keywords": [
    "ava",
@@ -107,5 +112,5 @@
    "url": "git+https://github.com/facebook/jest.git"
  },
  "types": "./build/jest.d.ts",
  "version": "27.3.0"
  "version": "27.5.1"
}