source: trip-planner-front/node_modules/y18n/package.json@ 8d391a1

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

primeNG components

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_from": "y18n@^4.0.0",
3 "_id": "y18n@4.0.3",
4 "_inBundle": false,
5 "_integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
6 "_location": "/y18n",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "y18n@^4.0.0",
12 "name": "y18n",
13 "escapedName": "y18n",
14 "rawSpec": "^4.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^4.0.0"
17 },
18 "_requiredBy": [
19 "/yargs"
20 ],
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",
25 "author": {
26 "name": "Ben Coe",
27 "email": "ben@npmjs.com"
28 },
29 "bugs": {
30 "url": "https://github.com/yargs/y18n/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "the bare-bones internationalization library used by yargs",
35 "devDependencies": {
36 "chai": "^4.0.1",
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"
43 },
44 "files": [
45 "index.js"
46 ],
47 "homepage": "https://github.com/yargs/y18n",
48 "keywords": [
49 "i18n",
50 "internationalization",
51 "yargs"
52 ],
53 "license": "ISC",
54 "main": "index.js",
55 "name": "y18n",
56 "repository": {
57 "type": "git",
58 "url": "git+ssh://git@github.com/yargs/y18n.git"
59 },
60 "scripts": {
61 "coverage": "nyc report --reporter=text-lcov | coveralls",
62 "pretest": "standard",
63 "release": "standard-version",
64 "test": "nyc mocha"
65 },
66 "version": "4.0.3"
67}
Note: See TracBrowser for help on using the repository browser.