Files
freeCodeCamp/probot/presolver/node_modules/jest-validate/package.json
2018-12-05 11:23:55 +05:30

50 lines
1.6 KiB
JSON

{
"_from": "jest-validate@^22.4.4",
"_id": "jest-validate@22.4.4",
"_inBundle": false,
"_integrity": "sha512-dmlf4CIZRGvkaVg3fa0uetepcua44DHtktHm6rcoNVtYlpwe6fEJRkMFsaUVcFHLzbuBJ2cPw9Gl9TKfnzMVwg==",
"_location": "/jest-validate",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jest-validate@^22.4.4",
"name": "jest-validate",
"escapedName": "jest-validate",
"rawSpec": "^22.4.4",
"saveSpec": null,
"fetchSpec": "^22.4.4"
},
"_requiredBy": [
"/jest-config",
"/jest-runtime",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-22.4.4.tgz",
"_shasum": "1dd0b616ef46c995de61810d85f57119dbbcec4d",
"_spec": "jest-validate@^22.4.4",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/jest/node_modules/jest-cli",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^2.0.1",
"jest-config": "^22.4.4",
"jest-get-type": "^22.1.0",
"leven": "^2.1.0",
"pretty-format": "^22.4.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.",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "jest-validate",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git"
},
"version": "22.4.4"
}