forked from rDrama/rDrama
1
0
Fork 0
rDrama/node_modules/y18n/package.json

105 lines
2.5 KiB
JSON

{
"_args": [
[
"y18n@5.0.8",
"/d"
]
],
"_from": "y18n@5.0.8",
"_id": "y18n@5.0.8",
"_inBundle": false,
"_integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
"_location": "/y18n",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "y18n@5.0.8",
"name": "y18n",
"escapedName": "y18n",
"rawSpec": "5.0.8",
"saveSpec": null,
"fetchSpec": "5.0.8"
},
"_requiredBy": [
"/yargs"
],
"_resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
"_spec": "5.0.8",
"_where": "/d",
"author": {
"name": "Ben Coe",
"email": "bencoe@gmail.com"
},
"bugs": {
"url": "https://github.com/yargs/y18n/issues"
},
"description": "the bare-bones internationalization library used by yargs",
"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"
},
"engines": {
"node": ">=10"
},
"exports": {
".": [
{
"import": "./index.mjs",
"require": "./build/index.cjs"
},
"./build/index.cjs"
]
},
"files": [
"build",
"index.mjs",
"!*.d.ts"
],
"homepage": "https://github.com/yargs/y18n",
"keywords": [
"i18n",
"internationalization",
"yargs"
],
"license": "ISC",
"main": "./build/index.cjs",
"module": "./build/lib/index.js",
"name": "y18n",
"repository": {
"type": "git",
"url": "git+https://github.com/yargs/y18n.git"
},
"scripts": {
"build:cjs": "rollup -c",
"check": "standardx **/*.ts **/*.cjs **/*.mjs",
"compile": "tsc",
"coverage": "c8 report --check-coverage",
"fix": "standardx --fix **/*.ts **/*.cjs **/*.mjs",
"postcompile": "npm run build:cjs",
"posttest": "npm run check",
"precompile": "rimraf build",
"prepare": "npm run compile",
"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"
},
"standardx": {
"ignore": [
"build"
]
},
"type": "module",
"version": "5.0.8"
}