mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08:00
* 1.13.6 * chore(release): prepare release 1.13.6 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jasonsaayman <4814473+jasonsaayman@users.noreply.github.com>
43 lines
700 B
JSON
43 lines
700 B
JSON
{
|
|
"name": "axios",
|
|
"main": "./dist/axios.js",
|
|
"version": "1.13.6",
|
|
"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",
|
|
"browser",
|
|
"fetch",
|
|
"rest",
|
|
"api",
|
|
"client"
|
|
],
|
|
"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"
|
|
]
|
|
} |