Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 669B

123456789101112131415161718192021222324
  1. {
  2. "name": "promise-inflight",
  3. "version": "1.0.1",
  4. "description": "One promise for multiple requests in flight to avoid async duplication",
  5. "main": "inflight.js",
  6. "files": [
  7. "inflight.js"
  8. ],
  9. "license": "ISC",
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "keywords": [],
  14. "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
  15. "devDependencies": {},
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/iarna/promise-inflight.git"
  19. },
  20. "bugs": {
  21. "url": "https://github.com/iarna/promise-inflight/issues"
  22. },
  23. "homepage": "https://github.com/iarna/promise-inflight#readme"
  24. }