You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.8 KiB
76 lines
1.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"vue-axios@2.1.5",
|
|
"C:\\Users\\YiMing\\Desktop\\code\\StudentManagerSystemVue"
|
|
]
|
|
],
|
|
"_from": "vue-axios@2.1.5",
|
|
"_id": "vue-axios@2.1.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-th5xVbInVoyIoe+qY+9GCflEVezxAvztD4xpFF39SRQYqpoKD2qkmX8yv08jJG9a2SgNOCjirjJGSwg/wTrbmA==",
|
|
"_location": "/vue-axios",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "vue-axios@2.1.5",
|
|
"name": "vue-axios",
|
|
"escapedName": "vue-axios",
|
|
"rawSpec": "2.1.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/vue-axios/-/vue-axios-2.1.5.tgz",
|
|
"_spec": "2.1.5",
|
|
"_where": "C:\\Users\\YiMing\\Desktop\\code\\StudentManagerSystemVue",
|
|
"author": {
|
|
"name": "Nguyen Quoc Anh",
|
|
"url": "imcvampire"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/imcvampire/vue-axios/issues"
|
|
},
|
|
"description": "A small wrapper for integrating axios to Vuejs",
|
|
"devDependencies": {
|
|
"axios": "^0.19.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-uglifyjs": "^0.6.2",
|
|
"vue": "^2.6.10"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/imcvampire/vue-axios#readme",
|
|
"keywords": [
|
|
"vue",
|
|
"axios",
|
|
"wrapper"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/vue-axios.min.js",
|
|
"name": "vue-axios",
|
|
"peerDependencies": {
|
|
"vue": ">= 1.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/imcvampire/vue-axios.git"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run test"
|
|
},
|
|
"types": "index.d.ts",
|
|
"typing": "index.d.ts",
|
|
"version": "2.1.5"
|
|
}
|