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

51
node_modules/safe-json-stringify/package.json generated vendored Normal file
View File

@@ -0,0 +1,51 @@
{
"_from": "safe-json-stringify@^1.2.0",
"_id": "safe-json-stringify@1.2.0",
"_inBundle": false,
"_integrity": "sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg==",
"_location": "/safe-json-stringify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "safe-json-stringify@^1.2.0",
"name": "safe-json-stringify",
"escapedName": "safe-json-stringify",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/logops"
],
"_resolved": "https://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.2.0.tgz",
"_shasum": "356e44bc98f1f93ce45df14bcd7c01cda86e0afd",
"_spec": "safe-json-stringify@^1.2.0",
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-youtube\\node_modules\\logops",
"author": {
"name": "Debitoor"
},
"bugs": {
"url": "https://github.com/debitoor/safe-json-stringify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Prevent defined property getters from throwing errors",
"devDependencies": {
"tape": "4.6.3"
},
"homepage": "https://github.com/debitoor/safe-json-stringify",
"license": "MIT",
"main": "index.js",
"name": "safe-json-stringify",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/debitoor/safe-json-stringify.git"
},
"scripts": {
"postversion": "git push && git push --tags",
"preversion": "npm test",
"test": "tape test/safe-json-stringify-test.js"
},
"version": "1.2.0"
}