Merge pull request #3514 from Johannes-Andersen/axios

Axios improve + move from misc to JavaScript lib
main
Elbert Alias 4 years ago committed by GitHub
commit 8d12f3e051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1836,12 +1836,15 @@
}, },
"Axios": { "Axios": {
"cats": [ "cats": [
19 59
], ],
"description": "Promise based HTTP client for the browser and node.js", "description": "Promise based HTTP client for the browser and node.js",
"scripts": [ "scripts": [
"/axios(@|/)([\\d.]+)(?:/[a-z]+)?/axios(?:.min)?\\.js\\;version:\\2" "/axios(@|/)([\\d.]+)(?:/[a-z]+)?/axios(?:.min)?\\.js\\;version:\\2"
], ],
"js": {
"axios.get": ""
},
"website": "https://github.com/axios/axios" "website": "https://github.com/axios/axios"
}, },
"Azure": { "Azure": {

Loading…
Cancel
Save