Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/webpack-dev-server/node_modules/y18n/package.json

    rceaed42 r59329aa  
    11{
    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"
     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"
    1124  },
    12   "repository": {
    13     "type": "git",
    14     "url": "git@github.com:yargs/y18n.git"
     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"
    1534  },
    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",
    2635  "bugs": {
    2736    "url": "https://github.com/yargs/y18n/issues"
    2837  },
    29   "homepage": "https://github.com/yargs/y18n",
     38  "description": "the bare-bones internationalization library used by yargs",
    3039  "devDependencies": {
    3140    "chai": "^4.0.1",
     
    3645    "standard": "^10.0.0-beta.0",
    3746    "standard-version": "^4.2.0"
    38   }
     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"
    3971}
Note: See TracChangeset for help on using the changeset viewer.