Changeset e29cc2e for trip-planner-front/node_modules/y18n/package.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/y18n/package.json
r59329aa re29cc2e 1 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", 2 "_from": "y18n@^4.0.0", 3 "_id": "y18n@4.0.3", 11 4 "_inBundle": false, 12 "_integrity": "sha512- 0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",5 "_integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", 13 6 "_location": "/y18n", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "y18n@ 5.0.8",11 "raw": "y18n@^4.0.0", 19 12 "name": "y18n", 20 13 "escapedName": "y18n", 21 "rawSpec": " 5.0.8",14 "rawSpec": "^4.0.0", 22 15 "saveSpec": null, 23 "fetchSpec": " 5.0.8"16 "fetchSpec": "^4.0.0" 24 17 }, 25 18 "_requiredBy": [ 26 "/karma/yargs",27 19 "/yargs" 28 20 ], 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", 21 "_resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", 22 "_shasum": "b5f259c82cd6e336921efd7bfd8bf560de9eeedf", 23 "_spec": "y18n@^4.0.0", 24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\yargs", 32 25 "author": { 33 26 "name": "Ben Coe", 34 "email": "ben coe@gmail.com"27 "email": "ben@npmjs.com" 35 28 }, 36 29 "bugs": { 37 30 "url": "https://github.com/yargs/y18n/issues" 38 31 }, 32 "bundleDependencies": false, 33 "deprecated": false, 39 34 "description": "the bare-bones internationalization library used by yargs", 40 35 "devDependencies": { 41 "@types/node": "^14.6.4",42 "@wessberg/rollup-plugin-ts": "^1.3.1",43 "c8": "^7.3.0",44 36 "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 ] 37 "coveralls": "^3.0.0", 38 "mocha": "^4.0.1", 39 "nyc": "^11.0.1", 40 "rimraf": "^2.5.0", 41 "standard": "^10.0.0-beta.0", 42 "standard-version": "^4.2.0" 65 43 }, 66 44 "files": [ 67 "build", 68 "index.mjs", 69 "!*.d.ts" 45 "index.js" 70 46 ], 71 47 "homepage": "https://github.com/yargs/y18n", … … 76 52 ], 77 53 "license": "ISC", 78 "main": "./build/index.cjs", 79 "module": "./build/lib/index.js", 54 "main": "index.js", 80 55 "name": "y18n", 81 56 "repository": { 82 57 "type": "git", 83 "url": "git+ https://github.com/yargs/y18n.git"58 "url": "git+ssh://git@github.com/yargs/y18n.git" 84 59 }, 85 60 "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" 61 "coverage": "nyc report --reporter=text-lcov | coveralls", 62 "pretest": "standard", 63 "release": "standard-version", 64 "test": "nyc mocha" 98 65 }, 99 "standardx": { 100 "ignore": [ 101 "build" 102 ] 103 }, 104 "type": "module", 105 "version": "5.0.8" 66 "version": "4.0.3" 106 67 }
Note:
See TracChangeset
for help on using the changeset viewer.