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/typescript/package.json

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "typescript@4.3.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "typescript@4.3.5",
     10  "_id": "typescript@4.3.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
     13  "_location": "/typescript",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "typescript@4.3.5",
    219    "name": "typescript",
    3     "author": "Microsoft Corp.",
    4     "homepage": "https://www.typescriptlang.org/",
    5     "version": "4.3.5",
    6     "license": "Apache-2.0",
    7     "description": "TypeScript is a language for application scale JavaScript development",
    8     "keywords": [
    9         "TypeScript",
    10         "Microsoft",
    11         "compiler",
    12         "language",
    13         "javascript"
    14     ],
    15     "bugs": {
    16         "url": "https://github.com/Microsoft/TypeScript/issues"
    17     },
    18     "repository": {
    19         "type": "git",
    20         "url": "https://github.com/Microsoft/TypeScript.git"
    21     },
    22     "main": "./lib/typescript.js",
    23     "typings": "./lib/typescript.d.ts",
    24     "bin": {
    25         "tsc": "./bin/tsc",
    26         "tsserver": "./bin/tsserver"
    27     },
    28     "engines": {
    29         "node": ">=4.2.0"
    30     },
    31     "devDependencies": {
    32         "@octokit/rest": "latest",
    33         "@types/browserify": "latest",
    34         "@types/chai": "latest",
    35         "@types/convert-source-map": "latest",
    36         "@types/glob": "latest",
    37         "@types/gulp": "^4.0.5",
    38         "@types/gulp-concat": "latest",
    39         "@types/gulp-newer": "latest",
    40         "@types/gulp-rename": "0.0.33",
    41         "@types/gulp-sourcemaps": "0.0.32",
    42         "@types/jake": "latest",
    43         "@types/merge2": "latest",
    44         "@types/microsoft__typescript-etw": "latest",
    45         "@types/minimatch": "latest",
    46         "@types/minimist": "latest",
    47         "@types/mkdirp": "latest",
    48         "@types/mocha": "latest",
    49         "@types/ms": "latest",
    50         "@types/node": "latest",
    51         "@types/node-fetch": "^2.3.4",
    52         "@types/q": "latest",
    53         "@types/source-map-support": "latest",
    54         "@types/through2": "latest",
    55         "@types/xml2js": "^0.4.0",
    56         "@typescript-eslint/eslint-plugin": "^4.19.0",
    57         "@typescript-eslint/experimental-utils": "^4.19.0",
    58         "@typescript-eslint/parser": "^4.19.0",
    59         "async": "latest",
    60         "azure-devops-node-api": "^10.1.0",
    61         "browser-resolve": "^1.11.2",
    62         "browserify": "latest",
    63         "chai": "latest",
    64         "chalk": "latest",
    65         "convert-source-map": "latest",
    66         "del": "5.1.0",
    67         "diff": "^4.0.2",
    68         "eslint": "7.12.1",
    69         "eslint-formatter-autolinkable-stylish": "1.1.4",
    70         "eslint-plugin-import": "2.22.1",
    71         "eslint-plugin-jsdoc": "30.7.6",
    72         "eslint-plugin-no-null": "1.0.2",
    73         "fancy-log": "latest",
    74         "fs-extra": "^9.0.0",
    75         "glob": "latest",
    76         "gulp": "^4.0.0",
    77         "gulp-concat": "latest",
    78         "gulp-insert": "latest",
    79         "gulp-newer": "latest",
    80         "gulp-rename": "latest",
    81         "gulp-sourcemaps": "latest",
    82         "istanbul": "latest",
    83         "merge2": "latest",
    84         "minimist": "latest",
    85         "mkdirp": "latest",
    86         "mocha": "latest",
    87         "mocha-fivemat-progress-reporter": "latest",
    88         "ms": "latest",
    89         "node-fetch": "^2.6.0",
    90         "plugin-error": "latest",
    91         "pretty-hrtime": "^1.0.3",
    92         "prex": "^0.4.3",
    93         "q": "latest",
    94         "remove-internal": "^2.9.2",
    95         "source-map-support": "latest",
    96         "through2": "latest",
    97         "typescript": "^4.2.3",
    98         "vinyl": "latest",
    99         "vinyl-sourcemaps-apply": "latest",
    100         "xml2js": "^0.4.19"
    101     },
    102     "scripts": {
    103         "prepare": "gulp build-eslint-rules",
    104         "pretest": "gulp tests",
    105         "test": "gulp runtests-parallel --light=false",
    106         "test:eslint-rules": "gulp run-eslint-rules-tests",
    107         "build": "npm run build:compiler && npm run build:tests",
    108         "build:compiler": "gulp local",
    109         "build:tests": "gulp tests",
    110         "start": "node lib/tsc",
    111         "clean": "gulp clean",
    112         "gulp": "gulp",
    113         "jake": "gulp",
    114         "lint": "gulp lint",
    115         "lint:ci": "gulp lint --ci",
    116         "lint:compiler": "gulp lint-compiler",
    117         "lint:scripts": "gulp lint-scripts",
    118         "setup-hooks": "node scripts/link-hooks.js"
    119     },
    120     "browser": {
    121         "fs": false,
    122         "os": false,
    123         "path": false,
    124         "crypto": false,
    125         "buffer": false,
    126         "@microsoft/typescript-etw": false,
    127         "source-map-support": false,
    128         "inspector": false
    129     },
    130     "volta": {
    131         "node": "14.15.5"
    132     }
     20    "escapedName": "typescript",
     21    "rawSpec": "4.3.5",
     22    "saveSpec": null,
     23    "fetchSpec": "4.3.5"
     24  },
     25  "_requiredBy": [
     26    "#DEV:/",
     27    "/@angular-devkit/build-optimizer"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
     30  "_spec": "4.3.5",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Microsoft Corp."
     34  },
     35  "bin": {
     36    "tsc": "bin/tsc",
     37    "tsserver": "bin/tsserver"
     38  },
     39  "browser": {
     40    "fs": false,
     41    "os": false,
     42    "path": false,
     43    "crypto": false,
     44    "buffer": false,
     45    "@microsoft/typescript-etw": false,
     46    "source-map-support": false,
     47    "inspector": false
     48  },
     49  "bugs": {
     50    "url": "https://github.com/Microsoft/TypeScript/issues"
     51  },
     52  "description": "TypeScript is a language for application scale JavaScript development",
     53  "devDependencies": {
     54    "@octokit/rest": "latest",
     55    "@types/browserify": "latest",
     56    "@types/chai": "latest",
     57    "@types/convert-source-map": "latest",
     58    "@types/glob": "latest",
     59    "@types/gulp": "^4.0.5",
     60    "@types/gulp-concat": "latest",
     61    "@types/gulp-newer": "latest",
     62    "@types/gulp-rename": "0.0.33",
     63    "@types/gulp-sourcemaps": "0.0.32",
     64    "@types/jake": "latest",
     65    "@types/merge2": "latest",
     66    "@types/microsoft__typescript-etw": "latest",
     67    "@types/minimatch": "latest",
     68    "@types/minimist": "latest",
     69    "@types/mkdirp": "latest",
     70    "@types/mocha": "latest",
     71    "@types/ms": "latest",
     72    "@types/node": "latest",
     73    "@types/node-fetch": "^2.3.4",
     74    "@types/q": "latest",
     75    "@types/source-map-support": "latest",
     76    "@types/through2": "latest",
     77    "@types/xml2js": "^0.4.0",
     78    "@typescript-eslint/eslint-plugin": "^4.19.0",
     79    "@typescript-eslint/experimental-utils": "^4.19.0",
     80    "@typescript-eslint/parser": "^4.19.0",
     81    "async": "latest",
     82    "azure-devops-node-api": "^10.1.0",
     83    "browser-resolve": "^1.11.2",
     84    "browserify": "latest",
     85    "chai": "latest",
     86    "chalk": "latest",
     87    "convert-source-map": "latest",
     88    "del": "5.1.0",
     89    "diff": "^4.0.2",
     90    "eslint": "7.12.1",
     91    "eslint-formatter-autolinkable-stylish": "1.1.4",
     92    "eslint-plugin-import": "2.22.1",
     93    "eslint-plugin-jsdoc": "30.7.6",
     94    "eslint-plugin-no-null": "1.0.2",
     95    "fancy-log": "latest",
     96    "fs-extra": "^9.0.0",
     97    "glob": "latest",
     98    "gulp": "^4.0.0",
     99    "gulp-concat": "latest",
     100    "gulp-insert": "latest",
     101    "gulp-newer": "latest",
     102    "gulp-rename": "latest",
     103    "gulp-sourcemaps": "latest",
     104    "istanbul": "latest",
     105    "merge2": "latest",
     106    "minimist": "latest",
     107    "mkdirp": "latest",
     108    "mocha": "latest",
     109    "mocha-fivemat-progress-reporter": "latest",
     110    "ms": "latest",
     111    "node-fetch": "^2.6.0",
     112    "plugin-error": "latest",
     113    "pretty-hrtime": "^1.0.3",
     114    "prex": "^0.4.3",
     115    "q": "latest",
     116    "remove-internal": "^2.9.2",
     117    "source-map-support": "latest",
     118    "through2": "latest",
     119    "typescript": "^4.2.3",
     120    "vinyl": "latest",
     121    "vinyl-sourcemaps-apply": "latest",
     122    "xml2js": "^0.4.19"
     123  },
     124  "engines": {
     125    "node": ">=4.2.0"
     126  },
     127  "homepage": "https://www.typescriptlang.org/",
     128  "keywords": [
     129    "TypeScript",
     130    "Microsoft",
     131    "compiler",
     132    "language",
     133    "javascript"
     134  ],
     135  "license": "Apache-2.0",
     136  "main": "./lib/typescript.js",
     137  "name": "typescript",
     138  "repository": {
     139    "type": "git",
     140    "url": "git+https://github.com/Microsoft/TypeScript.git"
     141  },
     142  "scripts": {
     143    "build": "npm run build:compiler && npm run build:tests",
     144    "build:compiler": "gulp local",
     145    "build:tests": "gulp tests",
     146    "clean": "gulp clean",
     147    "gulp": "gulp",
     148    "jake": "gulp",
     149    "lint": "gulp lint",
     150    "lint:ci": "gulp lint --ci",
     151    "lint:compiler": "gulp lint-compiler",
     152    "lint:scripts": "gulp lint-scripts",
     153    "prepare": "gulp build-eslint-rules",
     154    "pretest": "gulp tests",
     155    "setup-hooks": "node scripts/link-hooks.js",
     156    "start": "node lib/tsc",
     157    "test": "gulp runtests-parallel --light=false",
     158    "test:eslint-rules": "gulp run-eslint-rules-tests"
     159  },
     160  "typings": "./lib/typescript.d.ts",
     161  "version": "4.3.5",
     162  "volta": {
     163    "node": "14.15.5"
     164  }
    133165}
Note: See TracChangeset for help on using the changeset viewer.