FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
javascript-algorithms/package.json at master · iteration/javascript-algorithms · GitHub
iteration
/
javascript-algorithms
Public
forked from
trekhleb/javascript-algorithms
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
javascript-algorithms
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
55 lines (55 loc) · 1.41 KB
Breadcrumbs
javascript-algorithms
/
package.json
Copy path
File metadata and controls
55 lines (55 loc) · 1.41 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
{
"name"
:
"
javascript-algorithms-and-data-structures
"
,
"version"
:
"
0.0.4
"
,
"description"
:
"
Algorithms and data-structures implemented on JavaScript
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/trekhleb/javascript-algorithms.git
"
},
"keywords"
: [
"
computer-science
"
,
"
cs
"
,
"
algorithms
"
,
"
data-structures
"
,
"
javascript
"
,
"
algorithm
"
,
"
javascript-algorithms
"
,
"
sorting-algorithms
"
,
"
graph
"
,
"
tree
"
,
"
interview
"
,
"
interview-preparation
"
],
"author"
:
"
Oleksii Trekhleb (https://trekhleb.dev)
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/trekhleb/javascript-algorithms/issues
"
},
"homepage"
:
"
https://github.com/trekhleb/javascript-algorithms#readme
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"lint"
:
"
eslint ./src/**
"
,
"test"
:
"
jest
"
,
"coverage"
:
"
npm run test -- --coverage
"
,
"ci"
:
"
npm run lint && npm run coverage
"
,
"prepare"
:
"
husky install
"
},
"devDependencies"
: {
"@babel/cli"
:
"
7.16.8
"
,
"@babel/preset-env"
:
"
7.16.11
"
,
"@types/jest"
:
"
27.4.0
"
,
"canvas"
:
"
2.9.0
"
,
"eslint"
:
"
8.7.0
"
,
"eslint-config-airbnb"
:
"
19.0.4
"
,
"eslint-plugin-import"
:
"
2.25.4
"
,
"eslint-plugin-jest"
:
"
25.7.0
"
,
"eslint-plugin-jsx-a11y"
:
"
6.5.1
"
,
"eslint-plugin-react"
:
"
7.28.0
"
,
"husky"
:
"
7.0.4
"
,
"jest"
:
"
27.4.7
"
},
"engines"
: {
"node"
:
"
>=14.16.0
"
,
"npm"
:
"
>=6.14.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL