package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "cyclist@1.0.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "cyclist@1.0.1",
  9. "_id": "cyclist@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=",
  12. "_location": "/cyclist",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cyclist@1.0.1",
  18. "name": "cyclist",
  19. "escapedName": "cyclist",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/parallel-transform"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "E:\\item\\newItem\\admin",
  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. "devDependencies": {
  40. "standard": "^3.8.0",
  41. "tape": "^4.0.0"
  42. },
  43. "homepage": "https://github.com/mafintosh/cyclist",
  44. "keywords": [
  45. "circular",
  46. "buffer",
  47. "ring",
  48. "cyclic",
  49. "data"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "cyclist",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/mafintosh/cyclist.git"
  57. },
  58. "scripts": {
  59. "test": "standard && tape test.js"
  60. },
  61. "version": "1.0.1"
  62. }