1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-20 00:56:43 +00:00
setup-python/node_modules/jest-validate/package.json
Danny McCormick 39c08a0eaa Initial pass
2019-06-26 21:12:00 -04:00

69 lines
1.9 KiB
JSON

{
"_args": [
[
"jest-validate@24.8.0",
"C:\\Users\\Administrator\\Documents\\setup-python"
]
],
"_development": true,
"_from": "jest-validate@24.8.0",
"_id": "jest-validate@24.8.0",
"_inBundle": false,
"_integrity": "sha512-+/N7VOEMW1Vzsrk3UWBDYTExTPwf68tavEPKDnJzrC6UlHtUDU/fuEdXqFoHzv9XnQ+zW6X3qMZhJ3YexfeLDA==",
"_location": "/jest-validate",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jest-validate@24.8.0",
"name": "jest-validate",
"escapedName": "jest-validate",
"rawSpec": "24.8.0",
"saveSpec": null,
"fetchSpec": "24.8.0"
},
"_requiredBy": [
"/@jest/core",
"/jest-config",
"/jest-runtime",
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-24.8.0.tgz",
"_spec": "24.8.0",
"_where": "C:\\Users\\Administrator\\Documents\\setup-python",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"dependencies": {
"@jest/types": "^24.8.0",
"camelcase": "^5.0.0",
"chalk": "^2.0.1",
"jest-get-type": "^24.8.0",
"leven": "^2.1.0",
"pretty-format": "^24.8.0"
},
"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/camelcase": "^4.1.0",
"@types/leven": "^2.1.1"
},
"engines": {
"node": ">= 6"
},
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
"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": "24.8.0"
}