ghaction-upx/node_modules/jest-validate/package.json
2020-01-23 08:49:02 +00:00

59 lines
1.8 KiB
JSON

{
"_from": "jest-validate@^25.1.0",
"_id": "jest-validate@25.1.0",
"_inBundle": false,
"_integrity": "sha512-kGbZq1f02/zVO2+t1KQGSVoCTERc5XeObLwITqC6BTRH3Adv7NZdYqCpKIZLUgpLXf2yISzQ465qOZpul8abXA==",
"_location": "/jest-validate",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jest-validate@^25.1.0",
"name": "jest-validate",
"escapedName": "jest-validate",
"rawSpec": "^25.1.0",
"saveSpec": null,
"fetchSpec": "^25.1.0"
},
"_requiredBy": [
"/jest-config",
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-25.1.0.tgz",
"_shasum": "1469fa19f627bb0a9a98e289f3e9ab6a668c732a",
"_spec": "jest-validate@^25.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx/node_modules/jest-runtime",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/types": "^25.1.0",
"camelcase": "^5.3.1",
"chalk": "^3.0.0",
"jest-get-type": "^25.1.0",
"leven": "^3.1.0",
"pretty-format": "^25.1.0"
},
"deprecated": false,
"description": "Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.",
"engines": {
"node": ">= 8.3"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "jest-validate",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-validate"
},
"types": "build/index.d.ts",
"version": "25.1.0"
}