source: trip-planner-front/node_modules/webpack-dev-server/node_modules/y18n/package.json@ 6a3a178

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

initial commit

  • Property mode set to 100644
File size: 889 bytes
Line 
1{
2 "name": "y18n",
3 "version": "4.0.3",
4 "description": "the bare-bones internationalization library used by yargs",
5 "main": "index.js",
6 "scripts": {
7 "pretest": "standard",
8 "test": "nyc mocha",
9 "coverage": "nyc report --reporter=text-lcov | coveralls",
10 "release": "standard-version"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git@github.com:yargs/y18n.git"
15 },
16 "files": [
17 "index.js"
18 ],
19 "keywords": [
20 "i18n",
21 "internationalization",
22 "yargs"
23 ],
24 "author": "Ben Coe <ben@npmjs.com>",
25 "license": "ISC",
26 "bugs": {
27 "url": "https://github.com/yargs/y18n/issues"
28 },
29 "homepage": "https://github.com/yargs/y18n",
30 "devDependencies": {
31 "chai": "^4.0.1",
32 "coveralls": "^3.0.0",
33 "mocha": "^4.0.1",
34 "nyc": "^11.0.1",
35 "rimraf": "^2.5.0",
36 "standard": "^10.0.0-beta.0",
37 "standard-version": "^4.2.0"
38 }
39}
Note: See TracBrowser for help on using the repository browser.