1{
  2  "_from": "axios",
  3  "_id": "axios@0.24.0",
  4  "_inBundle": false,
  5  "_integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==",
  6  "_location": "/axios",
  7  "_phantomChildren": {},
  8  "_requested": {
  9    "type": "tag",
 10    "registry": true,
 11    "raw": "axios",
 12    "name": "axios",
 13    "escapedName": "axios",
 14    "rawSpec": "",
 15    "saveSpec": null,
 16    "fetchSpec": "latest"
 17  },
 18  "_requiredBy": [
 19    "#USER",
 20    "/"
 21  ],
 22  "_resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz",
 23  "_shasum": "804e6fa1e4b9c5288501dd9dff56a7a0940d20d6",
 24  "_spec": "axios",
 25  "_where": "C:\\Users\\Elsacoding\\Apps\\websiteV2\\v5\\daily-kanji\\assets\\datasets\\building-dataset",
 26  "author": {
 27    "name": "Matt Zabriskie"
 28  },
 29  "browser": {
 30    "./lib/adapters/http.js": "./lib/adapters/xhr.js"
 31  },
 32  "bugs": {
 33    "url": "https://github.com/axios/axios/issues"
 34  },
 35  "bundleDependencies": false,
 36  "bundlesize": [
 37    {
 38      "path": "./dist/axios.min.js",
 39      "threshold": "5kB"
 40    }
 41  ],
 42  "dependencies": {
 43    "follow-redirects": "^1.14.4"
 44  },
 45  "deprecated": false,
 46  "description": "Promise based HTTP client for the browser and node.js",
 47  "devDependencies": {
 48    "abortcontroller-polyfill": "^1.5.0",
 49    "coveralls": "^3.0.0",
 50    "dtslint": "^4.1.6",
 51    "es6-promise": "^4.2.4",
 52    "grunt": "^1.3.0",
 53    "grunt-banner": "^0.6.0",
 54    "grunt-cli": "^1.2.0",
 55    "grunt-contrib-clean": "^1.1.0",
 56    "grunt-contrib-watch": "^1.0.0",
 57    "grunt-eslint": "^23.0.0",
 58    "grunt-karma": "^4.0.0",
 59    "grunt-mocha-test": "^0.13.3",
 60    "grunt-webpack": "^4.0.2",
 61    "istanbul-instrumenter-loader": "^1.0.0",
 62    "jasmine-core": "^2.4.1",
 63    "karma": "^6.3.2",
 64    "karma-chrome-launcher": "^3.1.0",
 65    "karma-firefox-launcher": "^2.1.0",
 66    "karma-jasmine": "^1.1.1",
 67    "karma-jasmine-ajax": "^0.1.13",
 68    "karma-safari-launcher": "^1.0.0",
 69    "karma-sauce-launcher": "^4.3.6",
 70    "karma-sinon": "^1.0.5",
 71    "karma-sourcemap-loader": "^0.3.8",
 72    "karma-webpack": "^4.0.2",
 73    "load-grunt-tasks": "^3.5.2",
 74    "minimist": "^1.2.0",
 75    "mocha": "^8.2.1",
 76    "sinon": "^4.5.0",
 77    "terser-webpack-plugin": "^4.2.3",
 78    "typescript": "^4.0.5",
 79    "url-search-params": "^0.10.0",
 80    "webpack": "^4.44.2",
 81    "webpack-dev-server": "^3.11.0"
 82  },
 83  "homepage": "https://axios-http.com",
 84  "jsdelivr": "dist/axios.min.js",
 85  "keywords": [
 86    "xhr",
 87    "http",
 88    "ajax",
 89    "promise",
 90    "node"
 91  ],
 92  "license": "MIT",
 93  "main": "index.js",
 94  "name": "axios",
 95  "repository": {
 96    "type": "git",
 97    "url": "git+https://github.com/axios/axios.git"
 98  },
 99  "scripts": {
100    "build": "NODE_ENV=production grunt build",
101    "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
102    "examples": "node ./examples/server.js",
103    "fix": "eslint --fix lib/**/*.js",
104    "postversion": "git push && git push --tags",
105    "preversion": "grunt version && npm test",
106    "start": "node ./sandbox/server.js",
107    "test": "grunt test && dtslint",
108    "version": "npm run build && git add -A dist && git add CHANGELOG.md bower.json package.json"
109  },
110  "types": "index.d.ts",
111  "typings": "./index.d.ts",
112  "unpkg": "dist/axios.min.js",
113  "version": "0.24.0"
114}