FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TypeScript/package.json at dev · zhongsp/TypeScript · GitHub
zhongsp
/
TypeScript
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
7.4k
Code
Issues
4
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
TypeScript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (33 loc) · 759 Bytes
Breadcrumbs
TypeScript
/
package.json
Copy path
File metadata and controls
33 lines (33 loc) · 759 Bytes
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
{
"name"
:
"
typescript-handbook-cn
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
The TypeScript Handbook is a comprehensive guide to the TypeScript language
"
,
"directories"
: {
"doc"
:
"
doc
"
},
"scripts"
: {
"test"
:
"
node ./lint.js
"
,
"lint"
:
"
node ./lint.js
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/zhongsp/TypeScript
"
},
"keywords"
: [
"
TypeScript
"
],
"author"
: {
"name"
:
"
Patrick Zhong
"
,
"email"
:
"
patrick.zhongsp@gmail.com
"
},
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/zhongsp/TypeScript/issues
"
},
"homepage"
:
"
https://github.com/zhongsp/TypeScript
"
,
"devDependencies"
: {
"glob"
:
"
7.1.3
"
,
"markdownlint"
:
"
0.11.0
"
},
"packageManager"
:
"
yarn@4.1.0
"
}
Back
|
FazBrowse Home
|
New Git URL