package.json 1.6 KB

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