source: trip-planner-front/node_modules/typescript/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 4.6 KB
Line 
1{
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",
19 "name": "typescript",
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 }
165}
Note: See TracBrowser for help on using the repository browser.