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.

82 lines
2.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "cyclist@^1.0.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/parallel-transform"
  6. ]
  7. ],
  8. "_from": "cyclist@>=1.0.1 <2.0.0",
  9. "_id": "cyclist@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/cyclist",
  13. "_nodeVersion": "2.0.1",
  14. "_npmUser": {
  15. "email": "mathiasbuus@gmail.com",
  16. "name": "mafintosh"
  17. },
  18. "_npmVersion": "2.9.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "cyclist",
  22. "raw": "cyclist@^1.0.1",
  23. "rawSpec": "^1.0.1",
  24. "scope": null,
  25. "spec": ">=1.0.1 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/parallel-transform"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz",
  32. "_shasum": "596e9698fd0c80e12038c2b82d6eb1b35b6224d9",
  33. "_shrinkwrap": null,
  34. "_spec": "cyclist@^1.0.1",
  35. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/parallel-transform",
  36. "author": {
  37. "email": "mathiasbuus@gmail.com",
  38. "name": "Mathias Buus Madsen"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/mafintosh/cyclist/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Cyclist is an efficient cyclic list implemention.",
  45. "devDependencies": {
  46. "standard": "^3.8.0",
  47. "tape": "^4.0.0"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "596e9698fd0c80e12038c2b82d6eb1b35b6224d9",
  52. "tarball": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz"
  53. },
  54. "gitHead": "c7be6d79b57c19b046cf05fc23fabf43d50f060d",
  55. "homepage": "https://github.com/mafintosh/cyclist",
  56. "keywords": [
  57. "buffer",
  58. "circular",
  59. "cyclic",
  60. "data",
  61. "ring"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "maintainers": [
  66. {
  67. "name": "mafintosh",
  68. "email": "mathiasbuus@gmail.com"
  69. }
  70. ],
  71. "name": "cyclist",
  72. "optionalDependencies": {},
  73. "readme": "ERROR: No README data found!",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/mafintosh/cyclist.git"
  77. },
  78. "scripts": {
  79. "test": "standard && tape test.js"
  80. },
  81. "version": "1.0.1"
  82. }