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

68
node_modules/retry-as-promised/package.json generated vendored Normal file
View File

@@ -0,0 +1,68 @@
{
"_from": "retry-as-promised@^3.2.0",
"_id": "retry-as-promised@3.2.0",
"_inBundle": false,
"_integrity": "sha512-CybGs60B7oYU/qSQ6kuaFmRd9sTZ6oXSc0toqePvV74Ac6/IFZSI1ReFQmtCN+uvW1Mtqdwpvt/LGOiCBAY2Mg==",
"_location": "/retry-as-promised",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "retry-as-promised@^3.2.0",
"name": "retry-as-promised",
"escapedName": "retry-as-promised",
"rawSpec": "^3.2.0",
"saveSpec": null,
"fetchSpec": "^3.2.0"
},
"_requiredBy": [
"/sequelize"
],
"_resolved": "https://registry.npmjs.org/retry-as-promised/-/retry-as-promised-3.2.0.tgz",
"_shasum": "769f63d536bec4783549db0777cb56dadd9d8543",
"_spec": "retry-as-promised@^3.2.0",
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-coupang\\node_modules\\sequelize",
"author": {
"name": "Mick Hansen",
"email": "maker@mhansen.io"
},
"bugs": {
"url": "https://github.com/mickhansen/retry-as-promised/issues"
},
"bundleDependencies": false,
"dependencies": {
"any-promise": "^1.3.0"
},
"deprecated": false,
"description": "Retry a failed promise",
"devDependencies": {
"bluebird": "^3.5.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cross-env": "^5.2.0",
"mocha": "^5.2.0",
"moment": "^2.10.6",
"q": "^1.5.1",
"sinon": "^7.0.0",
"sinon-chai": "^3.2.0"
},
"files": [],
"homepage": "https://github.com/mickhansen/retry-as-promised",
"keywords": [
"retry",
"promise",
"bluebird"
],
"license": "MIT",
"main": "index.js",
"name": "retry-as-promised",
"repository": {
"type": "git",
"url": "git+https://github.com/mickhansen/retry-as-promised.git"
},
"scripts": {
"test": "PROMISE_TYPE=bluebird npm run test-raw && PROMISE_TYPE=q npm run test-raw",
"test-raw": "cross-env DEBUG=retry-as-promised* ./node_modules/.bin/mocha --check-leaks --colors -t 10000 --reporter spec test/promise.test.js"
},
"version": "3.2.0"
}