source: trip-planner-front/node_modules/webpack-dev-server/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: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "y18n@4.0.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "y18n@4.0.3",
10 "_id": "y18n@4.0.3",
11 "_inBundle": false,
12 "_integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
13 "_location": "/webpack-dev-server/y18n",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "y18n@4.0.3",
19 "name": "y18n",
20 "escapedName": "y18n",
21 "rawSpec": "4.0.3",
22 "saveSpec": null,
23 "fetchSpec": "4.0.3"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server/yargs"
27 ],
28 "_resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
29 "_spec": "4.0.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Ben Coe",
33 "email": "ben@npmjs.com"
34 },
35 "bugs": {
36 "url": "https://github.com/yargs/y18n/issues"
37 },
38 "description": "the bare-bones internationalization library used by yargs",
39 "devDependencies": {
40 "chai": "^4.0.1",
41 "coveralls": "^3.0.0",
42 "mocha": "^4.0.1",
43 "nyc": "^11.0.1",
44 "rimraf": "^2.5.0",
45 "standard": "^10.0.0-beta.0",
46 "standard-version": "^4.2.0"
47 },
48 "files": [
49 "index.js"
50 ],
51 "homepage": "https://github.com/yargs/y18n",
52 "keywords": [
53 "i18n",
54 "internationalization",
55 "yargs"
56 ],
57 "license": "ISC",
58 "main": "index.js",
59 "name": "y18n",
60 "repository": {
61 "type": "git",
62 "url": "git+ssh://git@github.com/yargs/y18n.git"
63 },
64 "scripts": {
65 "coverage": "nyc report --reporter=text-lcov | coveralls",
66 "pretest": "standard",
67 "release": "standard-version",
68 "test": "nyc mocha"
69 },
70 "version": "4.0.3"
71}
Note: See TracBrowser for help on using the repository browser.