You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "cyclist@^1.0.1",
  3. "_id": "cyclist@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=",
  6. "_location": "/cyclist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cyclist@^1.0.1",
  12. "name": "cyclist",
  13. "escapedName": "cyclist",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/parallel-transform"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz",
  22. "_shasum": "596e9698fd0c80e12038c2b82d6eb1b35b6224d9",
  23. "_spec": "cyclist@^1.0.1",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/parallel-transform",
  25. "author": {
  26. "name": "Mathias Buus Madsen",
  27. "email": "mathiasbuus@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mafintosh/cyclist/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Cyclist is an efficient cyclic list implemention.",
  36. "devDependencies": {
  37. "standard": "^3.8.0",
  38. "tape": "^4.0.0"
  39. },
  40. "homepage": "https://github.com/mafintosh/cyclist",
  41. "keywords": [
  42. "circular",
  43. "buffer",
  44. "ring",
  45. "cyclic",
  46. "data"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "cyclist",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/mafintosh/cyclist.git"
  54. },
  55. "scripts": {
  56. "test": "standard && tape test.js"
  57. },
  58. "version": "1.0.1"
  59. }