123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "reqwest@2.0.5",
  3. "_id": "reqwest@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-APsVrEkYxBnKgrQ/JMeIguZgOaE=",
  6. "_location": "/reqwest",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "reqwest@2.0.5",
  12. "name": "reqwest",
  13. "escapedName": "reqwest",
  14. "rawSpec": "2.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.5"
  17. },
  18. "_requiredBy": [
  19. "/@okta/okta-auth-js"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/reqwest/-/reqwest-2.0.5.tgz",
  22. "_shasum": "00fb15ac4918c419ca82b43f24c78882e66039a1",
  23. "_spec": "reqwest@2.0.5",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/SharedTravelMapIonicApp/node_modules/@okta/okta-auth-js",
  25. "author": {
  26. "name": "Dustin Diaz",
  27. "email": "dustin@dustindiaz.com",
  28. "url": "http://dustindiaz.com"
  29. },
  30. "browser": {
  31. "xhr2": false
  32. },
  33. "bugs": {
  34. "url": "https://github.com/ded/reqwest/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "A wrapper for asynchronous http requests",
  39. "devDependencies": {
  40. "bump": "0.2.3",
  41. "connect": "1.8.x",
  42. "delayed-stream": "0.0.5",
  43. "dispatch": "0.x.x",
  44. "mime": "1.x.x",
  45. "sink-test": ">=0.1.2",
  46. "smoosh": "0.4.0",
  47. "valentine": ">=1.4.7"
  48. },
  49. "ender": "./src/ender.js",
  50. "homepage": "https://github.com/ded/reqwest",
  51. "keywords": [
  52. "ender",
  53. "ajax",
  54. "xhr",
  55. "connection",
  56. "web 2.0",
  57. "async",
  58. "sync"
  59. ],
  60. "license": "MIT",
  61. "main": "./reqwest.js",
  62. "name": "reqwest",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/ded/reqwest.git"
  66. },
  67. "scripts": {
  68. "boosh": "smoosh make ./build.json",
  69. "test": "node ./test.js"
  70. },
  71. "spm": {
  72. "main": "reqwest.js",
  73. "ignore": [
  74. "vendor",
  75. "test",
  76. "make"
  77. ]
  78. },
  79. "version": "2.0.5"
  80. }