flow like the river

This commit is contained in:
root 2025-11-07 00:06:12 +01:00
commit 013fe673f3
42435 changed files with 5764238 additions and 0 deletions

37
VISUALIZACION/node_modules/repeating/package.json generated vendored Executable file
View file

@ -0,0 +1,37 @@
{
"name": "repeating",
"version": "2.0.1",
"description": "Repeat a string - fast",
"license": "MIT",
"repository": "sindresorhus/repeating",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"repeat",
"string",
"repeating",
"str",
"text",
"fill",
"pad"
],
"dependencies": {
"is-finite": "^1.0.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}