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

43
VISUALIZACION/node_modules/tomlify-j0.4/package.json generated vendored Executable file
View file

@ -0,0 +1,43 @@
{
"name": "tomlify-j0.4",
"version": "3.0.0",
"description": "A Object->TOML encoder/converter only for TOML v0.4.0",
"main": "tomlify.js",
"scripts": {
"dist": "uglifyjs --verbose --compress --mangle -o dist/tomlify.min.js tomlify.js",
"prepare": "npm run dist",
"test": "mocha --bail --reporter min test/*.js"
},
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"dist/tomlify.min.js",
"tomlify.js"
],
"keywords": [
"toml",
"tomlify",
"stringify",
"encoder",
"ini",
"toml-j0.4"
],
"author": "Jak Wings <jakwings@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:jakwings/tomlify-j0.4.git"
},
"bugs": {
"url": "https://github.com/jakwings/tomlify-j0.4/issues"
},
"homepage": "https://github.com/jakwings/tomlify-j0.4",
"devDependencies": {
"js-yaml": "~3.9.0",
"mocha": "~3.4.2",
"should": "~11.2.1",
"uglify-js": "~3.0.25",
"toml-j0.4": "~1.1.0"
}
}