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

This commit is contained in:
jeonghwa
2026-07-03 05:27:22 +09:00
commit 66e997d585
4064 changed files with 558483 additions and 0 deletions

61
node_modules/tz-offset/package.json generated vendored Normal file
View File

@@ -0,0 +1,61 @@
{
"_from": "tz-offset@0.0.1",
"_id": "tz-offset@0.0.1",
"_inBundle": false,
"_integrity": "sha512-kMBmblijHJXyOpKzgDhKx9INYU4u4E1RPMB0HqmKSgWG8vEcf3exEfLh4FFfzd3xdQOw9EuIy/cP0akY6rHopQ==",
"_location": "/tz-offset",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tz-offset@0.0.1",
"name": "tz-offset",
"escapedName": "tz-offset",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/node-cron"
],
"_resolved": "https://registry.npmjs.org/tz-offset/-/tz-offset-0.0.1.tgz",
"_shasum": "fef920257024d3583ed9072a767721a18bdb8a76",
"_spec": "tz-offset@0.0.1",
"_where": "D:\\dev\\xmap\\cm-melon\\node_modules\\node-cron",
"author": {
"name": "Lucas Merencia",
"email": "lucas@merencia.com"
},
"bugs": {
"url": "https://github.com/merencia/tz-offset/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Javascript Timezone Offset",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"nyc": "^12.0.2"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/merencia/tz-offset#readme",
"keywords": [
"timezone",
"offset",
"time",
"zone"
],
"license": "ISC",
"main": "src/tz-offset.js",
"name": "tz-offset",
"repository": {
"type": "git",
"url": "git+https://github.com/merencia/tz-offset.git"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha --recursive"
},
"version": "0.0.1"
}