package.json 1.2 KB

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