source: trip-planner-front/node_modules/y18n/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_args": [
3 [
4 "y18n@5.0.8",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "y18n@5.0.8",
10 "_id": "y18n@5.0.8",
11 "_inBundle": false,
12 "_integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
13 "_location": "/y18n",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "y18n@5.0.8",
19 "name": "y18n",
20 "escapedName": "y18n",
21 "rawSpec": "5.0.8",
22 "saveSpec": null,
23 "fetchSpec": "5.0.8"
24 },
25 "_requiredBy": [
26 "/karma/yargs",
27 "/yargs"
28 ],
29 "_resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
30 "_spec": "5.0.8",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Ben Coe",
34 "email": "bencoe@gmail.com"
35 },
36 "bugs": {
37 "url": "https://github.com/yargs/y18n/issues"
38 },
39 "description": "the bare-bones internationalization library used by yargs",
40 "devDependencies": {
41 "@types/node": "^14.6.4",
42 "@wessberg/rollup-plugin-ts": "^1.3.1",
43 "c8": "^7.3.0",
44 "chai": "^4.0.1",
45 "cross-env": "^7.0.2",
46 "gts": "^3.0.0",
47 "mocha": "^8.0.0",
48 "rimraf": "^3.0.2",
49 "rollup": "^2.26.10",
50 "standardx": "^7.0.0",
51 "ts-transform-default-export": "^1.0.2",
52 "typescript": "^4.0.0"
53 },
54 "engines": {
55 "node": ">=10"
56 },
57 "exports": {
58 ".": [
59 {
60 "import": "./index.mjs",
61 "require": "./build/index.cjs"
62 },
63 "./build/index.cjs"
64 ]
65 },
66 "files": [
67 "build",
68 "index.mjs",
69 "!*.d.ts"
70 ],
71 "homepage": "https://github.com/yargs/y18n",
72 "keywords": [
73 "i18n",
74 "internationalization",
75 "yargs"
76 ],
77 "license": "ISC",
78 "main": "./build/index.cjs",
79 "module": "./build/lib/index.js",
80 "name": "y18n",
81 "repository": {
82 "type": "git",
83 "url": "git+https://github.com/yargs/y18n.git"
84 },
85 "scripts": {
86 "build:cjs": "rollup -c",
87 "check": "standardx **/*.ts **/*.cjs **/*.mjs",
88 "compile": "tsc",
89 "coverage": "c8 report --check-coverage",
90 "fix": "standardx --fix **/*.ts **/*.cjs **/*.mjs",
91 "postcompile": "npm run build:cjs",
92 "posttest": "npm run check",
93 "precompile": "rimraf build",
94 "prepare": "npm run compile",
95 "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
96 "test": "c8 --reporter=text --reporter=html mocha test/*.cjs",
97 "test:esm": "c8 --reporter=text --reporter=html mocha test/esm/*.mjs"
98 },
99 "standardx": {
100 "ignore": [
101 "build"
102 ]
103 },
104 "type": "module",
105 "version": "5.0.8"
106}
Note: See TracBrowser for help on using the repository browser.