package.json 1.4 KB

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