mirror of
https://github.com/actions/setup-python.git
synced 2025-06-29 22:23:46 +00:00
Fix.
This commit is contained in:
parent
7fe1ba03a3
commit
ec0a863019
7020 changed files with 1880198 additions and 489 deletions
66
node_modules/whatwg-encoding/package.json
generated
vendored
Normal file
66
node_modules/whatwg-encoding/package.json
generated
vendored
Normal file
|
@ -0,0 +1,66 @@
|
|||
{
|
||||
"_from": "whatwg-encoding@^1.0.3",
|
||||
"_id": "whatwg-encoding@1.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
|
||||
"_location": "/whatwg-encoding",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "whatwg-encoding@^1.0.3",
|
||||
"name": "whatwg-encoding",
|
||||
"escapedName": "whatwg-encoding",
|
||||
"rawSpec": "^1.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/html-encoding-sniffer",
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
|
||||
"_shasum": "5abacf777c32166a51d085d6b4f3e7d27113ddb0",
|
||||
"_spec": "whatwg-encoding@^1.0.3",
|
||||
"_where": "E:\\github\\setup-python\\node_modules\\jsdom",
|
||||
"author": {
|
||||
"name": "Domenic Denicola",
|
||||
"email": "d@domenic.me",
|
||||
"url": "https://domenic.me/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jsdom/whatwg-encoding/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"iconv-lite": "0.4.24"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Decode strings according to the WHATWG Encoding Standard",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.3.0",
|
||||
"got": "^9.0.0",
|
||||
"mocha": "^5.2.0"
|
||||
},
|
||||
"files": [
|
||||
"lib/"
|
||||
],
|
||||
"homepage": "https://github.com/jsdom/whatwg-encoding#readme",
|
||||
"keywords": [
|
||||
"encoding",
|
||||
"whatwg"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/whatwg-encoding.js",
|
||||
"name": "whatwg-encoding",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jsdom/whatwg-encoding.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint lib test",
|
||||
"prepare": "node scripts/update.js",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.0.5"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue