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.

114 lines
3.1 KiB

  1. {
  2. "_from": "axios",
  3. "_id": "axios@0.20.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==",
  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.20.0.tgz",
  23. "_shasum": "057ba30f04884694993a8cd07fa394cff11c50bd",
  24. "_spec": "axios",
  25. "_where": "/home/alpcentaur/ProjektA/PermApp",
  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.10.0"
  44. },
  45. "deprecated": false,
  46. "description": "Promise based HTTP client for the browser and node.js",
  47. "devDependencies": {
  48. "bundlesize": "^0.17.0",
  49. "coveralls": "^3.0.0",
  50. "es6-promise": "^4.2.4",
  51. "grunt": "^1.0.2",
  52. "grunt-banner": "^0.6.0",
  53. "grunt-cli": "^1.2.0",
  54. "grunt-contrib-clean": "^1.1.0",
  55. "grunt-contrib-watch": "^1.0.0",
  56. "grunt-eslint": "^20.1.0",
  57. "grunt-karma": "^2.0.0",
  58. "grunt-mocha-test": "^0.13.3",
  59. "grunt-ts": "^6.0.0-beta.19",
  60. "grunt-webpack": "^1.0.18",
  61. "istanbul-instrumenter-loader": "^1.0.0",
  62. "jasmine-core": "^2.4.1",
  63. "karma": "^1.3.0",
  64. "karma-chrome-launcher": "^2.2.0",
  65. "karma-coverage": "^1.1.1",
  66. "karma-firefox-launcher": "^1.1.0",
  67. "karma-jasmine": "^1.1.1",
  68. "karma-jasmine-ajax": "^0.1.13",
  69. "karma-opera-launcher": "^1.0.0",
  70. "karma-safari-launcher": "^1.0.0",
  71. "karma-sauce-launcher": "^1.2.0",
  72. "karma-sinon": "^1.0.5",
  73. "karma-sourcemap-loader": "^0.3.7",
  74. "karma-webpack": "^1.7.0",
  75. "load-grunt-tasks": "^3.5.2",
  76. "minimist": "^1.2.0",
  77. "mocha": "^5.2.0",
  78. "sinon": "^4.5.0",
  79. "typescript": "^2.8.1",
  80. "url-search-params": "^0.10.0",
  81. "webpack": "^1.13.1",
  82. "webpack-dev-server": "^1.14.1"
  83. },
  84. "homepage": "https://github.com/axios/axios",
  85. "jsdelivr": "dist/axios.min.js",
  86. "keywords": [
  87. "xhr",
  88. "http",
  89. "ajax",
  90. "promise",
  91. "node"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "name": "axios",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/axios/axios.git"
  99. },
  100. "scripts": {
  101. "build": "NODE_ENV=production grunt build",
  102. "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  103. "examples": "node ./examples/server.js",
  104. "fix": "eslint --fix lib/**/*.js",
  105. "postversion": "git push && git push --tags",
  106. "preversion": "npm test",
  107. "start": "node ./sandbox/server.js",
  108. "test": "grunt test && bundlesize",
  109. "version": "npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json"
  110. },
  111. "typings": "./index.d.ts",
  112. "unpkg": "dist/axios.min.js",
  113. "version": "0.20.0"
  114. }