aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/y18n/package.json
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-06-29 11:49:28 -0700
committerPinapelz <yukais@pinapelz.com>2025-06-29 11:49:28 -0700
commitd55b767039605256c736166a942a9138e3eacfd7 (patch)
tree947063b634c50d438a794325f13275e134aa5993 /node_modules/y18n/package.json
parent864ce67d89c77d8ef9c3361f80d619853abcf91c (diff)
remove dev node_modules (oops)
Diffstat (limited to 'node_modules/y18n/package.json')
-rw-r--r--node_modules/y18n/package.json70
1 files changed, 0 insertions, 70 deletions
diff --git a/node_modules/y18n/package.json b/node_modules/y18n/package.json
deleted file mode 100644
index 4e5c1ca..0000000
--- a/node_modules/y18n/package.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "name": "y18n",
- "version": "5.0.8",
- "description": "the bare-bones internationalization library used by yargs",
- "exports": {
- ".": [
- {
- "import": "./index.mjs",
- "require": "./build/index.cjs"
- },
- "./build/index.cjs"
- ]
- },
- "type": "module",
- "module": "./build/lib/index.js",
- "keywords": [
- "i18n",
- "internationalization",
- "yargs"
- ],
- "homepage": "https://github.com/yargs/y18n",
- "bugs": {
- "url": "https://github.com/yargs/y18n/issues"
- },
- "repository": "yargs/y18n",
- "license": "ISC",
- "author": "Ben Coe <bencoe@gmail.com>",
- "main": "./build/index.cjs",
- "scripts": {
- "check": "standardx **/*.ts **/*.cjs **/*.mjs",
- "fix": "standardx --fix **/*.ts **/*.cjs **/*.mjs",
- "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
- "test": "c8 --reporter=text --reporter=html mocha test/*.cjs",
- "test:esm": "c8 --reporter=text --reporter=html mocha test/esm/*.mjs",
- "posttest": "npm run check",
- "coverage": "c8 report --check-coverage",
- "precompile": "rimraf build",
- "compile": "tsc",
- "postcompile": "npm run build:cjs",
- "build:cjs": "rollup -c",
- "prepare": "npm run compile"
- },
- "devDependencies": {
- "@types/node": "^14.6.4",
- "@wessberg/rollup-plugin-ts": "^1.3.1",
- "c8": "^7.3.0",
- "chai": "^4.0.1",
- "cross-env": "^7.0.2",
- "gts": "^3.0.0",
- "mocha": "^8.0.0",
- "rimraf": "^3.0.2",
- "rollup": "^2.26.10",
- "standardx": "^7.0.0",
- "ts-transform-default-export": "^1.0.2",
- "typescript": "^4.0.0"
- },
- "files": [
- "build",
- "index.mjs",
- "!*.d.ts"
- ],
- "engines": {
- "node": ">=10"
- },
- "standardx": {
- "ignore": [
- "build"
- ]
- }
-}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage