FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
algorithms/package.json at master · AllAlgorithms/algorithms · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Sep 7, 2025. It is now read-only.
AllAlgorithms
/
algorithms
Public archive
Notifications
You must be signed in to change notification settings
Fork
57
Star
172
Code
Issues
4
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
algorithms
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (20 loc) · 480 Bytes
Breadcrumbs
algorithms
/
package.json
Copy path
File metadata and controls
20 lines (20 loc) · 480 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
{
"scripts"
: {
"repos"
:
"
node scripts/repos.js
"
,
"change"
:
"
node scripts/change.js
"
,
"add"
:
"
node scripts/git-add.js
"
,
"clone"
:
"
node scripts/git-clone.js
"
,
"commit"
:
"
node scripts/git-commit.js
"
,
"pull"
:
"
node scripts/git-pull.js
"
,
"push"
:
"
node scripts/git-push.js
"
},
"dependencies"
: {
"axios"
:
"
^0.24.0
"
},
"devDependencies"
: {
"chalk"
:
"
^4.1.0
"
,
"command-exists"
:
"
^1.2.9
"
,
"dtfe"
:
"
^2.0.0
"
,
"shelljs"
:
"
^0.8.4
"
}
}
Back
|
FazBrowse Home
|
New Git URL