mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 22:53:49 +00:00
Fix.
This commit is contained in:
parent
7fe1ba03a3
commit
ec0a863019
7020 changed files with 1880198 additions and 489 deletions
64
node_modules/invert-kv/package.json
generated
vendored
Normal file
64
node_modules/invert-kv/package.json
generated
vendored
Normal file
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"_from": "invert-kv@^2.0.0",
|
||||
"_id": "invert-kv@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==",
|
||||
"_location": "/invert-kv",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "invert-kv@^2.0.0",
|
||||
"name": "invert-kv",
|
||||
"escapedName": "invert-kv",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/lcid"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz",
|
||||
"_shasum": "7393f5afa59ec9ff5f67a27620d11c226e3eec02",
|
||||
"_spec": "invert-kv@^2.0.0",
|
||||
"_where": "E:\\github\\setup-python\\node_modules\\lcid",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/invert-kv/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/invert-kv#readme",
|
||||
"keywords": [
|
||||
"object",
|
||||
"key",
|
||||
"value",
|
||||
"kv",
|
||||
"invert"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "invert-kv",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/invert-kv.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue