mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 06:33:47 +00:00
Fix.
This commit is contained in:
parent
7fe1ba03a3
commit
ec0a863019
7020 changed files with 1880198 additions and 489 deletions
70
node_modules/invariant/package.json
generated
vendored
Normal file
70
node_modules/invariant/package.json
generated
vendored
Normal file
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"_from": "invariant@^2.2.4",
|
||||
"_id": "invariant@2.2.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
|
||||
"_location": "/invariant",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "invariant@^2.2.4",
|
||||
"name": "invariant",
|
||||
"escapedName": "invariant",
|
||||
"rawSpec": "^2.2.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.2.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jest-haste-map"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
|
||||
"_shasum": "610f3c92c9359ce1db616e538008d23ff35158e6",
|
||||
"_spec": "invariant@^2.2.4",
|
||||
"_where": "E:\\github\\setup-python\\node_modules\\jest-haste-map",
|
||||
"author": {
|
||||
"name": "Andres Suarez",
|
||||
"email": "zertosh@gmail.com"
|
||||
},
|
||||
"browser": "browser.js",
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"loose-envify"
|
||||
]
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/zertosh/invariant/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"loose-envify": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "invariant",
|
||||
"devDependencies": {
|
||||
"browserify": "^11.0.1",
|
||||
"flow-bin": "^0.67.1",
|
||||
"tap": "^1.4.0"
|
||||
},
|
||||
"files": [
|
||||
"browser.js",
|
||||
"invariant.js",
|
||||
"invariant.js.flow"
|
||||
],
|
||||
"homepage": "https://github.com/zertosh/invariant#readme",
|
||||
"keywords": [
|
||||
"test",
|
||||
"invariant"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "invariant.js",
|
||||
"name": "invariant",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/zertosh/invariant.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
|
||||
},
|
||||
"version": "2.2.4"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue