File: //opt/LibreChat/node_modules/it-pushable/package.json
{
"name": "it-pushable",
"version": "1.4.2",
"description": "Pushable iterable",
"main": "index.js",
"scripts": {
"test": "npm run lint && nyc --reporter=lcov --reporter=text ava --verbose",
"lint": "standard"
},
"keywords": [
"push",
"iterable",
"iterator",
"pushable"
],
"author": "Alan Shaw",
"license": "MIT",
"devDependencies": {
"ava": "^3.15.0",
"it-pipe": "^1.0.1",
"nyc": "^15.1.0",
"standard": "^16.0.3"
},
"dependencies": {
"fast-fifo": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alanshaw/it-pushable.git"
},
"bugs": {
"url": "https://github.com/alanshaw/it-pushable/issues"
},
"homepage": "https://github.com/alanshaw/it-pushable#readme"
}