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

This commit is contained in:
jeonghwa
2026-07-03 05:27:29 +09:00
commit d918e2eddc
2971 changed files with 264195 additions and 0 deletions

98
node_modules/relative-time-format/package.json generated vendored Normal file
View File

@@ -0,0 +1,98 @@
{
"_from": "relative-time-format@^0.1.3",
"_id": "relative-time-format@0.1.3",
"_inBundle": false,
"_integrity": "sha512-0O6i4fKjsx8qhz57zorG+LrIDnF9pSvP5s7H9R1Nb5nSqih5dvRyKzNKs6MxhL3bv4iwsz4DuDwAyw+c47QFIA==",
"_location": "/relative-time-format",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "relative-time-format@^0.1.3",
"name": "relative-time-format",
"escapedName": "relative-time-format",
"rawSpec": "^0.1.3",
"saveSpec": null,
"fetchSpec": "^0.1.3"
},
"_requiredBy": [
"/javascript-time-ago"
],
"_resolved": "https://registry.npmjs.org/relative-time-format/-/relative-time-format-0.1.3.tgz",
"_shasum": "d50f49d13f97c7f801afba600b1a4a0890755df2",
"_spec": "relative-time-format@^0.1.3",
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-crawlspider\\node_modules\\javascript-time-ago",
"author": {
"name": "catamphetamine",
"email": "purecatamphetamine@gmail.com"
},
"bugs": {
"url": "https://github.com/catamphetamine/relative-time-format/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Intl.RelativeTimeFormat polyfill",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.0.0",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.1.2",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.1",
"babel-plugin-istanbul": "^5.1.1",
"chai": "^3.5.0",
"cldr-data": "^34.0.0",
"cldr-dates-full": "^34.0.0",
"cross-env": "^5.1.4",
"fs-extra": "^5.0.0",
"make-plural": "^4.1.1",
"mkdirp": "^0.5.1",
"mocha": "^5.0.5",
"npm-run-all": "^1.4.0",
"nyc": "^13.0.0",
"rimraf": "^2.5.0",
"uglify-js": "^3.3.5",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
},
"homepage": "https://github.com/catamphetamine/relative-time-format#readme",
"keywords": [
"relative",
"time",
"format",
"intl",
"RelativeTimeFormat"
],
"license": "MIT",
"main": "index.commonjs.js",
"module": "index.js",
"name": "relative-time-format",
"repository": {
"type": "git",
"url": "git+https://github.com/catamphetamine/relative-time-format.git"
},
"scripts": {
"browser-build": "webpack --mode production --progress --colors",
"build": "npm-run-all clean-for-build build-commonjs-modules build-es6-modules browser-build",
"build-commonjs-modules": "cross-env babel ./source --out-dir ./commonjs --source-maps --ignore *.test.js",
"build-es6-modules": "cross-env BABEL_ENV=es6 babel ./source --out-dir ./modules --source-maps --ignore *.test.js",
"clean-for-build": "rimraf ./commonjs/**/* ./modules/**/*",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"create-locales-directory": "mkdirp locale",
"delete-locales": "rimraf ./locale/**/*",
"generate-locale-messages": "babel-node bin/generate-locale-messages",
"generate-locale-quantifiers": "babel-node bin/generate-locale-quantifiers",
"generate-locales": "npm-run-all delete-locales create-locales-directory generate-locale-quantifiers generate-locale-messages",
"prepublish": "npm-run-all build test",
"test": "mocha --bail --require @babel/register --require ./test/setup.js \"source/**/*.test.js\" \"test/**/*.test.js\"",
"test-coverage": "cross-env NODE_ENV=test nyc mocha --bail --require ./test/setup.js \"source/**/*.test.js\" \"test/**/*.test.js\""
},
"sideEffects": false,
"version": "0.1.3"
}