123456789101112131415161718192021222324 |
- {
- "name": "fast-fifo",
- "version": "1.1.0",
- "description": "A fast fifo implementation similar to the one powering nextTick in Node.js core",
- "main": "index.js",
- "dependencies": {},
- "devDependencies": {
- "standard": "^12.0.1",
- "tape": "^4.10.1"
- },
- "scripts": {
- "test": "standard && tape test.js"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/mafintosh/fast-fifo.git"
- },
- "author": "Mathias Buus (@mafintosh)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/mafintosh/fast-fifo/issues"
- },
- "homepage": "https://github.com/mafintosh/fast-fifo"
- }
|