package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "promise-inflight@1.0.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "promise-inflight@1.0.1",
  10. "_id": "promise-inflight@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=",
  13. "_location": "/promise-inflight",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "promise-inflight@1.0.1",
  19. "name": "promise-inflight",
  20. "escapedName": "promise-inflight",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/cacache"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Rebecca Turner",
  33. "email": "me@re-becca.org",
  34. "url": "http://re-becca.org/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/iarna/promise-inflight/issues"
  38. },
  39. "description": "One promise for multiple requests in flight to avoid async duplication",
  40. "devDependencies": {},
  41. "files": [
  42. "inflight.js"
  43. ],
  44. "homepage": "https://github.com/iarna/promise-inflight#readme",
  45. "keywords": [],
  46. "license": "ISC",
  47. "main": "inflight.js",
  48. "name": "promise-inflight",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/iarna/promise-inflight.git"
  52. },
  53. "scripts": {
  54. "test": "echo \"Error: no test specified\" && exit 1"
  55. },
  56. "version": "1.0.1"
  57. }