mirror of
https://github.com/axios/axios.git
synced 2026-04-15 03:26:10 +08:00
Some checks failed
GitHub Actions Security Analysis with zizmor / zizmor (push) Has been cancelled
* chore: bump version to v0.31.0 * ci: bower versioning * ci: fix data version * ci: fix some ci issues that need to be there and do the versioning etc * chore: add back tests Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --------- Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com> Co-authored-by: Jason Saayman <jasonsaayman@gmail.com> Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
38 lines
635 B
JSON
38 lines
635 B
JSON
{
|
|
"name": "axios",
|
|
"main": "./dist/axios.js",
|
|
"version": "0.31.0",
|
|
"homepage": "https://axios-http.com",
|
|
"authors": [
|
|
"Matt Zabriskie"
|
|
],
|
|
"description": "Promise based HTTP client for the browser and node.js",
|
|
"moduleType": [
|
|
"amd",
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"xhr",
|
|
"http",
|
|
"ajax",
|
|
"promise",
|
|
"node"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"*.iml",
|
|
"examples",
|
|
"lib",
|
|
"node_modules",
|
|
"sandbox",
|
|
"test",
|
|
"CONTRIBUTING.md",
|
|
"COOKBOOK.md",
|
|
"Gruntfile.js",
|
|
"index.js",
|
|
"karma.conf.js",
|
|
"package.json",
|
|
"webpack.*.js"
|
|
]
|
|
} |