package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "cyclist@0.2.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "cyclist@0.2.2",
  9. "_id": "cyclist@0.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA=",
  12. "_location": "/cyclist",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cyclist@0.2.2",
  18. "name": "cyclist",
  19. "escapedName": "cyclist",
  20. "rawSpec": "0.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.2"
  23. },
  24. "_requiredBy": [
  25. "/parallel-transform"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cyclist/-/cyclist-0.2.2.tgz",
  28. "_spec": "0.2.2",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Mathias Buus Madsen",
  32. "email": "mathiasbuus@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mafintosh/cyclist/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Cyclist is an efficient cyclic list implemention.",
  39. "homepage": "https://github.com/mafintosh/cyclist#readme",
  40. "keywords": [
  41. "circular",
  42. "buffer",
  43. "ring",
  44. "cyclic",
  45. "data"
  46. ],
  47. "name": "cyclist",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/mafintosh/cyclist.git"
  51. },
  52. "version": "0.2.2"
  53. }