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.

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. }