Dashboard sipadu mbip
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "axios@^0.18",
  3. "_id": "axios@0.18.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==",
  6. "_location": "/axios",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "axios@^0.18",
  12. "name": "axios",
  13. "escapedName": "axios",
  14. "rawSpec": "^0.18",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.18"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/axios/-/axios-0.18.1.tgz",
  22. "_shasum": "ff3f0de2e7b5d180e757ad98000f1081b87bcea3",
  23. "_spec": "axios@^0.18",
  24. "_where": "/var/www/html/mdch.sipadu",
  25. "author": {
  26. "name": "Matt Zabriskie"
  27. },
  28. "browser": {
  29. "./lib/adapters/http.js": "./lib/adapters/xhr.js"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/axios/axios/issues"
  33. },
  34. "bundleDependencies": false,
  35. "bundlesize": [
  36. {
  37. "path": "./dist/axios.min.js",
  38. "threshold": "5kB"
  39. }
  40. ],
  41. "dependencies": {
  42. "follow-redirects": "1.5.10",
  43. "is-buffer": "^2.0.2"
  44. },
  45. "deprecated": false,
  46. "description": "Promise based HTTP client for the browser and node.js",
  47. "devDependencies": {
  48. "bundlesize": "^0.5.7",
  49. "coveralls": "^2.11.9",
  50. "es6-promise": "^4.0.5",
  51. "grunt": "^1.0.1",
  52. "grunt-banner": "^0.6.0",
  53. "grunt-cli": "^1.2.0",
  54. "grunt-contrib-clean": "^1.0.0",
  55. "grunt-contrib-nodeunit": "^1.0.0",
  56. "grunt-contrib-watch": "^1.0.0",
  57. "grunt-eslint": "^19.0.0",
  58. "grunt-karma": "^2.0.0",
  59. "grunt-ts": "^6.0.0-beta.3",
  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.0.0",
  65. "karma-coverage": "^1.0.0",
  66. "karma-firefox-launcher": "^1.0.0",
  67. "karma-jasmine": "^1.0.2",
  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.1.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. "sinon": "^1.17.4",
  78. "typescript": "^2.0.3",
  79. "url-search-params": "^0.6.1",
  80. "webpack": "^1.13.1",
  81. "webpack-dev-server": "^1.14.1"
  82. },
  83. "homepage": "https://github.com/axios/axios",
  84. "keywords": [
  85. "xhr",
  86. "http",
  87. "ajax",
  88. "promise",
  89. "node"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "axios",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/axios/axios.git"
  97. },
  98. "scripts": {
  99. "build": "NODE_ENV=production grunt build",
  100. "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  101. "examples": "node ./examples/server.js",
  102. "postversion": "git push && git push --tags",
  103. "preversion": "npm test",
  104. "start": "node ./sandbox/server.js",
  105. "test": "grunt test && bundlesize",
  106. "version": "npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json"
  107. },
  108. "typings": "./index.d.ts",
  109. "version": "0.18.1"
  110. }