FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
wtfpython/package.json at master · python3/wtfpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python3
/
wtfpython
Public
forked from
satwikkansal/wtfpython
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
wtfpython
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (41 loc) · 1.02 KB
Breadcrumbs
wtfpython
/
package.json
Copy path
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name"
:
"
wtfpython
"
,
"version"
:
"
2.1.0
"
,
"description"
:
"
A collection of surprising Python snippets and lesser known features.
"
,
"bin"
:
"
wtfpython
"
,
"scripts"
: {
"postpublish"
:
"
git push origin master
"
,
"toc"
:
"
doctoc --github --title '# Table of Contents' --maxlevel 3 README.md
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/satwikkansal/wtfPython.git
"
},
"keywords"
: [
"
python
"
,
"
specification
"
,
"
notes
"
,
"
wtf
"
,
"
learning
"
,
"
guide
"
,
"
handbook
"
],
"author"
:
"
Satwik Kansal <satwikkansal@gmail.com> (https://satwikkansal.xyz)
"
,
"license"
:
"
WTFPL 2.0
"
,
"bugs"
: {
"url"
:
"
https://github.com/satwikkansal/wtfPython/issues
"
},
"homepage"
:
"
https://github.com/satwikkansal/wtfPython#readme
"
,
"devDependencies"
: {
"doctoc"
:
"
^1.3.0
"
},
"dependencies"
: {
"boxen"
:
"
^1.1.0
"
,
"chalk"
:
"
^1.1.1
"
,
"default-pager"
:
"
^1.1.0
"
,
"meow"
:
"
^3.7.0
"
,
"msee"
:
"
^0.3.3
"
,
"through2"
:
"
^2.0.2
"
,
"update-notifier"
:
"
^2.0.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL