commit node_modules and generated files

This commit is contained in:
Robert Brignull 2020-08-11 12:43:27 +01:00
parent 6d7a135fea
commit 34b372292b
3379 changed files with 449603 additions and 2029 deletions

31
node_modules/cyclist/package.json generated vendored Normal file
View file

@ -0,0 +1,31 @@
{
"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"
}