github-pages-deploy-action/node_modules/jest-util/package.json

86 lines
1.9 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args": [
[
"jest-util@25.2.3",
"."
]
],
"_development": true,
"_from": "jest-util@25.2.3",
2020-03-31 20:42:07 +08:00
"_id": "jest-util@25.2.3",
"_inBundle": false,
"_integrity": "sha512-7tWiMICVSo9lNoObFtqLt9Ezt5exdFlWs5fLe1G4XLY2lEbZc814cw9t4YHScqBkWMfzth8ASHKlYBxiX2rdCw==",
"_location": "/jest-util",
"_phantomChildren": {},
"_requested": {
2020-03-31 20:54:32 +08:00
"type": "version",
2020-03-31 20:42:07 +08:00
"registry": true,
2020-03-31 20:54:32 +08:00
"raw": "jest-util@25.2.3",
2020-03-31 20:42:07 +08:00
"name": "jest-util",
"escapedName": "jest-util",
2020-03-31 20:54:32 +08:00
"rawSpec": "25.2.3",
2020-03-31 20:42:07 +08:00
"saveSpec": null,
2020-03-31 20:54:32 +08:00
"fetchSpec": "25.2.3"
2020-03-31 20:42:07 +08:00
},
"_requiredBy": [
"/@jest/console",
"/@jest/core",
"/@jest/fake-timers",
"/@jest/reporters",
"/@jest/transform",
"/jest-circus",
"/jest-config",
"/jest-each",
"/jest-environment-jsdom",
"/jest-environment-node",
"/jest-haste-map",
"/jest-jasmine2",
"/jest-runner",
"/jest-runtime",
"/jest-watcher",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/jest-util/-/jest-util-25.2.3.tgz",
2020-03-31 20:54:32 +08:00
"_spec": "25.2.3",
"_where": ".",
2020-03-31 20:42:07 +08:00
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"dependencies": {
"@jest/types": "^25.2.3",
"chalk": "^3.0.0",
"is-ci": "^2.0.0",
"make-dir": "^3.0.0"
},
"devDependencies": {
"@types/graceful-fs": "^4.1.2",
"@types/is-ci": "^2.0.0",
"@types/node": "*"
},
"engines": {
"node": ">= 8.3"
},
"gitHead": "6f8bf80c38567ba076ae979af2dedb42b285b2d5",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "jest-util",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-util"
},
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"version": "25.2.3"
}