mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 21:53:47 +00:00
Initial pass
This commit is contained in:
commit
39c08a0eaa
7242 changed files with 1886006 additions and 0 deletions
68
node_modules/jest-validate/package.json
generated
vendored
Normal file
68
node_modules/jest-validate/package.json
generated
vendored
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"_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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue