node_modules: update
This commit is contained in:
parent
4a21c51f2f
commit
b91baffed3
107 changed files with 3886 additions and 2943 deletions
24
node_modules/axios/package.json
generated
vendored
24
node_modules/axios/package.json
generated
vendored
|
|
@ -1,26 +1,26 @@
|
|||
{
|
||||
"_from": "axios@0.19.2",
|
||||
"_id": "axios@0.19.2",
|
||||
"_from": "axios@0.21.0",
|
||||
"_id": "axios@0.21.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",
|
||||
"_integrity": "sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==",
|
||||
"_location": "/axios",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "axios@0.19.2",
|
||||
"raw": "axios@0.21.0",
|
||||
"name": "axios",
|
||||
"escapedName": "axios",
|
||||
"rawSpec": "0.19.2",
|
||||
"rawSpec": "0.21.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.19.2"
|
||||
"fetchSpec": "0.21.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/docker-hub-utils"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz",
|
||||
"_shasum": "3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27",
|
||||
"_spec": "axios@0.19.2",
|
||||
"_resolved": "https://registry.npmjs.org/axios/-/axios-0.21.0.tgz",
|
||||
"_shasum": "26df088803a2350dff2c27f96fef99fe49442aca",
|
||||
"_spec": "axios@0.21.0",
|
||||
"_where": "/home/dawidd6/github/dawidd6/action-debian-package/node_modules/docker-hub-utils",
|
||||
"author": {
|
||||
"name": "Matt Zabriskie"
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"follow-redirects": "1.5.10"
|
||||
"follow-redirects": "^1.10.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Promise based HTTP client for the browser and node.js",
|
||||
|
|
@ -81,6 +81,7 @@
|
|||
"webpack-dev-server": "^1.14.1"
|
||||
},
|
||||
"homepage": "https://github.com/axios/axios",
|
||||
"jsdelivr": "dist/axios.min.js",
|
||||
"keywords": [
|
||||
"xhr",
|
||||
"http",
|
||||
|
|
@ -107,5 +108,6 @@
|
|||
"version": "npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json"
|
||||
},
|
||||
"typings": "./index.d.ts",
|
||||
"version": "0.19.2"
|
||||
"unpkg": "dist/axios.min.js",
|
||||
"version": "0.21.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue