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

39
VISUALIZACION/node_modules/builtin-status-codes/package.json generated vendored Executable file
View file

@ -0,0 +1,39 @@
{
"name": "builtin-status-codes",
"main": "index.js",
"browser": "browser.js",
"version": "3.0.0",
"description": "The map of HTTP status codes from the builtin http module",
"license": "MIT",
"repository": "bendrucker/builtin-status-codes",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"scripts": {
"test": "standard && tape test.js",
"build": "node build.js"
},
"keywords": [
"http",
"status",
"codes",
"builtin",
"map"
],
"devDependencies": {
"tape": "^4.0.0",
"standard": "^4.0.0"
},
"files": [
"index.js",
"browser.js",
"build.js"
],
"standard": {
"ignore": [
"browser.js"
]
}
}