Initial import from local backup (Documents-Playground/pakerpale)

This commit is contained in:
jeonghwa
2026-07-03 05:27:45 +09:00
commit 95f2ab1713
2784 changed files with 1066361 additions and 0 deletions

101
node_modules/logops/package.json generated vendored Normal file
View File

@@ -0,0 +1,101 @@
{
"_from": "logops",
"_id": "logops@2.1.1",
"_inBundle": false,
"_integrity": "sha512-4VKuufobS4yzCsU3iyKJSudYhZfzg1aHO6j2aTdYf1K1kWz6+Mhfi91BqD+RXtokLpSfocc9vOkzbsun5U4OiQ==",
"_location": "/logops",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "logops",
"name": "logops",
"escapedName": "logops",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/logops/-/logops-2.1.1.tgz",
"_shasum": "bd55f02af9cdf3c08bd3c8494a408fc5b25706e8",
"_spec": "logops",
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-youtube",
"author": {
"name": "Javier Mendiara Cañardo",
"email": "javier.mendiaracanardo@telefonica.com"
},
"bugs": {
"url": "https://github.com/telefonicaid/logops/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Juan Antonio Hernando Labajo",
"email": "juanantonio.hernandolabajo@telefonica.com"
},
{
"name": "Guido García Bernardo",
"email": "guido.garciabernardo@telefonica.com"
},
{
"name": "Germán Toro del Valle",
"email": "german.torodelvalle@telefonica.com"
},
{
"name": "Daniel Morán Jiménez",
"email": "daniel.moranjimenez@telefonica.com"
},
{
"name": "Juan de Bravo Diez",
"email": "juande.bravodiez@telefonica.com"
}
],
"dependencies": {
"colors": "^1.1.2",
"lodash": "^4.17.15",
"safe-json-stringify": "^1.2.0",
"serr": "^1.0.1"
},
"deprecated": false,
"description": "Simple and performant nodejs JSON logger",
"devDependencies": {
"@types/node": "^8.0.42",
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"eslint": "^6.1.0",
"mocha": "^6.0.2",
"nyc": "14.1.1",
"sinon": "^7.4.1",
"sinon-chai": "^3.3.0",
"tslint": "^5.18.0",
"tslint-config-typings": "^0.3.1",
"typescript": "^2.0.3"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/telefonicaid/logops",
"keywords": [
"logger",
"simple",
"performant"
],
"license": "Apache-2.0",
"main": "lib/logops",
"name": "logops",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/telefonicaid/logops.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint lib && tslint './{lib,test}/**/*.ts'",
"test": "nyc mocha -R spec test/environment.js 'test/**/*.spec.js' && npm run test:ts",
"test:ts": "tsc --noEmit"
},
"typings": "./lib/logops.d.ts",
"version": "2.1.1"
}