mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-20 20:44:46 +07:00
Fix race condition in get_file
This commit is contained in:
24
node_modules/@types/jest-diff/package.json
generated
vendored
24
node_modules/@types/jest-diff/package.json
generated
vendored
@ -1,32 +1,37 @@
|
||||
{
|
||||
"_from": "@types/jest-diff@*",
|
||||
"_args": [
|
||||
[
|
||||
"@types/jest-diff@20.0.1",
|
||||
"E:\\python\\setup-php"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@types/jest-diff@20.0.1",
|
||||
"_id": "@types/jest-diff@20.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==",
|
||||
"_location": "/@types/jest-diff",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@types/jest-diff@*",
|
||||
"raw": "@types/jest-diff@20.0.1",
|
||||
"name": "@types/jest-diff",
|
||||
"escapedName": "@types%2fjest-diff",
|
||||
"scope": "@types",
|
||||
"rawSpec": "*",
|
||||
"rawSpec": "20.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "*"
|
||||
"fetchSpec": "20.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@types/jest"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@types/jest-diff/-/jest-diff-20.0.1.tgz",
|
||||
"_shasum": "35cc15b9c4f30a18ef21852e255fdb02f6d59b89",
|
||||
"_spec": "@types/jest-diff@*",
|
||||
"_where": "E:\\python\\setup-php\\node_modules\\@types\\jest",
|
||||
"_spec": "20.0.1",
|
||||
"_where": "E:\\python\\setup-php",
|
||||
"bugs": {
|
||||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Alex Coles",
|
||||
@ -34,7 +39,6 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "TypeScript definitions for jest-diff",
|
||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
|
||||
"license": "MIT",
|
||||
|
22
node_modules/@types/jest/package.json
generated
vendored
22
node_modules/@types/jest/package.json
generated
vendored
@ -1,32 +1,37 @@
|
||||
{
|
||||
"_from": "@types/jest@^24.0.13",
|
||||
"_args": [
|
||||
[
|
||||
"@types/jest@24.0.18",
|
||||
"E:\\python\\setup-php"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@types/jest@24.0.18",
|
||||
"_id": "@types/jest@24.0.18",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-jcDDXdjTcrQzdN06+TSVsPPqxvsZA/5QkYfIZlq1JMw7FdP5AZylbOc+6B/cuDurctRe+MziUMtQ3xQdrbjqyQ==",
|
||||
"_location": "/@types/jest",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@types/jest@^24.0.13",
|
||||
"raw": "@types/jest@24.0.18",
|
||||
"name": "@types/jest",
|
||||
"escapedName": "@types%2fjest",
|
||||
"scope": "@types",
|
||||
"rawSpec": "^24.0.13",
|
||||
"rawSpec": "24.0.18",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^24.0.13"
|
||||
"fetchSpec": "24.0.18"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.18.tgz",
|
||||
"_shasum": "9c7858d450c59e2164a8a9df0905fc5091944498",
|
||||
"_spec": "@types/jest@^24.0.13",
|
||||
"_spec": "24.0.18",
|
||||
"_where": "E:\\python\\setup-php",
|
||||
"bugs": {
|
||||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Asana",
|
||||
@ -120,7 +125,6 @@
|
||||
"dependencies": {
|
||||
"@types/jest-diff": "*"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "TypeScript definitions for Jest",
|
||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
|
||||
"license": "MIT",
|
||||
|
Reference in New Issue
Block a user