package.json 1.5 KB

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