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

75
node_modules/r-json/package.json generated vendored Normal file
View File

@@ -0,0 +1,75 @@
{
"_from": "r-json",
"_id": "r-json@1.2.9",
"_inBundle": false,
"_integrity": "sha512-E5u25XBE7PpZmH5XwtthAmNvSLMTygDQMpcPtCTUBdvwPaqgIYJrxlRQJhG55Sgz7uC0Tuyh5nqNrsDT3uiefA==",
"_location": "/r-json",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "r-json",
"name": "r-json",
"escapedName": "r-json",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/r-json/-/r-json-1.2.9.tgz",
"_shasum": "0637da3485b0b4492e9ffae85796f8b2f373f600",
"_spec": "r-json",
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-youtube",
"author": {
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com",
"url": "https://ionicabizau.net"
},
"blah": {
"description": "If you want to write JSON files, check out [`w-json`](https://github.com/IonicaBizau/node-w-json)."
},
"bugs": {
"url": "https://github.com/IonicaBizau/node-r-json/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A small module to read JSON files.",
"directories": {
"example": "example"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"homepage": "https://github.com/IonicaBizau/node-r-json",
"keywords": [
"read",
"json",
"files"
],
"license": "MIT",
"main": "lib/index.js",
"name": "r-json",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/node-r-json.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.9"
}