2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args" : [
[
"jest-validate@25.2.3" ,
"."
]
] ,
"_development" : true ,
"_from" : "jest-validate@25.2.3" ,
2020-03-31 20:42:07 +08:00
"_id" : "jest-validate@25.2.3" ,
"_inBundle" : false ,
"_integrity" : "sha512-GObn91jzU0B0Bv4cusAwjP6vnWy78hJUM8MOSz7keRfnac/ZhQWIsUjvk01IfeXNTemCwgR57EtdjQMzFZGREg==" ,
"_location" : "/jest-validate" ,
"_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-validate@25.2.3" ,
2020-03-31 20:42:07 +08:00
"name" : "jest-validate" ,
"escapedName" : "jest-validate" ,
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/core" ,
"/jest-config" ,
"/jest-runtime" ,
"/jest/jest-cli"
] ,
"_resolved" : "https://registry.npmjs.org/jest-validate/-/jest-validate-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" ,
"camelcase" : "^5.3.1" ,
"chalk" : "^3.0.0" ,
"jest-get-type" : "^25.2.1" ,
"leven" : "^3.1.0" ,
"pretty-format" : "^25.2.3"
} ,
"description" : "Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration." ,
"devDependencies" : {
"@types/yargs" : "^15.0.3"
} ,
"engines" : {
"node" : ">= 8.3"
} ,
"gitHead" : "6f8bf80c38567ba076ae979af2dedb42b285b2d5" ,
"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" ,
"typesVersions" : {
"<3.8" : {
"build/*" : [
"build/ts3.4/*"
]
}
} ,
"version" : "25.2.3"
}