| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "cyclist",
- "version": "1.0.1",
- "repository": {
- "type": "git",
- "url": "git://github.com/mafintosh/cyclist"
- },
- "description": "Cyclist is an efficient cyclic list implemention.",
- "dependencies": {},
- "keywords": [
- "circular",
- "buffer",
- "ring",
- "cyclic",
- "data"
- ],
- "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
- "devDependencies": {
- "standard": "^3.8.0",
- "tape": "^4.0.0"
- },
- "bugs": {
- "url": "https://github.com/mafintosh/cyclist/issues"
- },
- "homepage": "https://github.com/mafintosh/cyclist",
- "main": "index.js",
- "scripts": {
- "test": "standard && tape test.js"
- },
- "license": "MIT",
- "__npminstall_done": "Thu Dec 24 2020 20:20:54 GMT+0800 (CST)",
- "_from": "cyclist@1.0.1",
- "_resolved": "https://registry.npm.taobao.org/cyclist/download/cyclist-1.0.1.tgz"
- }
|