Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
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.

81 lines
2.2 KiB

  1. {
  2. "_from": "bottleneck@^2.0.1",
  3. "_id": "bottleneck@2.13.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9YmZ0aiKta2OAxTujKCS/INjGWCIGWK4Ff1nQpgHnR4CTjlk9jcnpaHOjPnMZPtqRXkqwKdtxZgvJ9udsXylaw==",
  6. "_location": "/bottleneck",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bottleneck@^2.0.1",
  12. "name": "bottleneck",
  13. "escapedName": "bottleneck",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@semantic-release/github"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.13.0.tgz",
  22. "_shasum": "875df17df9e62c76bea42b62af3a45c73a995c4f",
  23. "_spec": "bottleneck@^2.0.1",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@semantic-release/github",
  25. "author": {
  26. "name": "Simon Grondin"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/SGrondin/bottleneck/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "Distributed task scheduler and rate limiter",
  35. "devDependencies": {
  36. "@babel/core": "^7.1.2",
  37. "@babel/preset-env": "7.1.x",
  38. "@types/es6-promise": "0.0.33",
  39. "assert": "1.4.x",
  40. "coffeescript": "2.3.x",
  41. "ejs-cli": "2.0.1",
  42. "ioredis": "^4.0.0",
  43. "mocha": "4.x",
  44. "redis": "^2.8.0",
  45. "regenerator-runtime": "^0.12.1",
  46. "rollup": "^0.66.6",
  47. "rollup-plugin-babel": "4.0.x",
  48. "rollup-plugin-commonjs": "^9.2.0",
  49. "rollup-plugin-json": "^3.1.0",
  50. "rollup-plugin-node-resolve": "^3.4.0",
  51. "typescript": "^2.6.2"
  52. },
  53. "homepage": "https://github.com/SGrondin/bottleneck#readme",
  54. "keywords": [
  55. "async rate limiter",
  56. "rate limiter",
  57. "rate limiting",
  58. "async",
  59. "rate",
  60. "limiting",
  61. "limiter",
  62. "throttle",
  63. "throttling",
  64. "throttler",
  65. "load",
  66. "clustering"
  67. ],
  68. "license": "MIT",
  69. "main": "lib/index.js",
  70. "name": "bottleneck",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/SGrondin/bottleneck.git"
  74. },
  75. "scripts": {
  76. "test": "./node_modules/mocha/bin/mocha test",
  77. "test-all": "DATASTORE=ioredis npm test && DATASTORE=redis npm test && BUILD=bundle npm test && npm test"
  78. },
  79. "typings": "bottleneck.d.ts",
  80. "version": "2.13.0"
  81. }