FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TypeScript/package.json at main · usefulthink/TypeScript · GitHub
usefulthink
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
TypeScript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
128 lines (128 loc) · 3.76 KB
Breadcrumbs
TypeScript
/
package.json
Copy path
File metadata and controls
128 lines (128 loc) · 3.76 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name"
:
"
typescript
"
,
"author"
:
"
Microsoft Corp.
"
,
"homepage"
:
"
https://www.typescriptlang.org/
"
,
"version"
:
"
4.9.0
"
,
"license"
:
"
Apache-2.0
"
,
"description"
:
"
TypeScript is a language for application scale JavaScript development
"
,
"keywords"
: [
"
TypeScript
"
,
"
Microsoft
"
,
"
compiler
"
,
"
language
"
,
"
javascript
"
],
"bugs"
: {
"url"
:
"
https://github.com/Microsoft/TypeScript/issues
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/Microsoft/TypeScript.git
"
},
"main"
:
"
./lib/typescript.js
"
,
"typings"
:
"
./lib/typescript.d.ts
"
,
"bin"
: {
"tsc"
:
"
./bin/tsc
"
,
"tsserver"
:
"
./bin/tsserver
"
},
"engines"
: {
"node"
:
"
>=4.2.0
"
},
"files"
: [
"
bin
"
,
"
lib
"
,
"
!lib/enu
"
,
"
LICENSE.txt
"
,
"
README.md
"
,
"
SECURITY.md
"
,
"
ThirdPartyNoticeText.txt
"
,
"
!**/.gitattributes
"
],
"devDependencies"
: {
"@octokit/rest"
:
"
latest
"
,
"@types/chai"
:
"
latest
"
,
"@types/fancy-log"
:
"
^2.0.0
"
,
"@types/fs-extra"
:
"
^9.0.13
"
,
"@types/glob"
:
"
latest
"
,
"@types/gulp"
:
"
^4.0.9
"
,
"@types/gulp-concat"
:
"
latest
"
,
"@types/gulp-newer"
:
"
latest
"
,
"@types/gulp-rename"
:
"
latest
"
,
"@types/gulp-sourcemaps"
:
"
latest
"
,
"@types/merge2"
:
"
latest
"
,
"@types/microsoft__typescript-etw"
:
"
latest
"
,
"@types/minimist"
:
"
latest
"
,
"@types/mkdirp"
:
"
latest
"
,
"@types/mocha"
:
"
latest
"
,
"@types/ms"
:
"
latest
"
,
"@types/node"
:
"
latest
"
,
"@types/source-map-support"
:
"
latest
"
,
"@types/which"
:
"
^2.0.1
"
,
"@types/xml2js"
:
"
^0.4.11
"
,
"@typescript-eslint/eslint-plugin"
:
"
^5.33.1
"
,
"@typescript-eslint/parser"
:
"
^5.33.1
"
,
"@typescript-eslint/utils"
:
"
^5.33.1
"
,
"azure-devops-node-api"
:
"
^11.2.0
"
,
"chai"
:
"
latest
"
,
"chalk"
:
"
^4.1.2
"
,
"del"
:
"
^6.1.1
"
,
"diff"
:
"
^5.1.0
"
,
"eslint"
:
"
^8.22.0
"
,
"eslint-formatter-autolinkable-stylish"
:
"
^1.2.0
"
,
"eslint-plugin-import"
:
"
^2.26.0
"
,
"eslint-plugin-jsdoc"
:
"
^39.3.6
"
,
"eslint-plugin-local"
:
"
^1.0.0
"
,
"eslint-plugin-no-null"
:
"
^1.0.2
"
,
"fancy-log"
:
"
latest
"
,
"fs-extra"
:
"
^9.1.0
"
,
"glob"
:
"
latest
"
,
"gulp"
:
"
^4.0.2
"
,
"gulp-concat"
:
"
latest
"
,
"gulp-insert"
:
"
latest
"
,
"gulp-newer"
:
"
latest
"
,
"gulp-rename"
:
"
latest
"
,
"gulp-sourcemaps"
:
"
latest
"
,
"merge2"
:
"
latest
"
,
"minimist"
:
"
latest
"
,
"mkdirp"
:
"
latest
"
,
"mocha"
:
"
latest
"
,
"mocha-fivemat-progress-reporter"
:
"
latest
"
,
"ms"
:
"
^2.1.3
"
,
"node-fetch"
:
"
^3.2.10
"
,
"source-map-support"
:
"
latest
"
,
"typescript"
:
"
^4.8.4
"
,
"vinyl"
:
"
latest
"
,
"which"
:
"
^2.0.2
"
,
"xml2js"
:
"
^0.4.23
"
},
"overrides"
: {
"es5-ext"
:
"
0.10.53
"
},
"scripts"
: {
"test"
:
"
gulp runtests-parallel --light=false
"
,
"test:eslint-rules"
:
"
gulp run-eslint-rules-tests
"
,
"build"
:
"
npm run build:compiler && npm run build:tests
"
,
"build:compiler"
:
"
gulp local
"
,
"build:tests"
:
"
gulp tests
"
,
"start"
:
"
node lib/tsc
"
,
"clean"
:
"
gulp clean
"
,
"gulp"
:
"
gulp
"
,
"lint"
:
"
gulp lint
"
,
"setup-hooks"
:
"
node scripts/link-hooks.mjs
"
},
"browser"
: {
"fs"
:
false
,
"os"
:
false
,
"path"
:
false
,
"crypto"
:
false
,
"buffer"
:
false
,
"@microsoft/typescript-etw"
:
false
,
"source-map-support"
:
false
,
"inspector"
:
false
},
"packageManager"
:
"
npm@8.15.0
"
,
"volta"
: {
"node"
:
"
14.20.0
"
,
"npm"
:
"
8.15.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL