1
0
term/pkg/axios/.bower.json

48 lines
910 B
JSON
Raw Normal View History

2024-03-23 11:25:41 +00:00
{
"name": "axios",
"main": "./dist/axios.js",
"version": "1.6.3",
"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"
],
"_release": "1.6.3",
"_resolution": {
"type": "version",
"tag": "v1.6.3",
"commit": "d85ba56700079f10701d52ba75b7bff2364e11a2"
},
"_source": "https://github.com/mzabriskie/axios.git",
"_target": "^1.6.3",
"_originalSource": "axios",
"_direct": true
}