FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
javascript-algorithms/package.json at master · beta4better/javascript-algorithms · GitHub
beta4better
/
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
53 lines (53 loc) · 1.35 KB
Breadcrumbs
javascript-algorithms
/
package.json
Copy path
File metadata and controls
53 lines (53 loc) · 1.35 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
{
"name"
:
"
javascript-algorithms-and-data-structures
"
,
"version"
:
"
0.0.4
"
,
"description"
:
"
Algorithms and data-structures implemented on JavaScript
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"lint"
:
"
eslint ./src/*
"
,
"test"
:
"
jest
"
,
"ci"
:
"
npm run lint && npm run test -- --coverage
"
},
"pre-commit"
: [
"
lint
"
,
"
test
"
],
"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://www.linkedin.com/in/trekhleb/)
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/trekhleb/javascript-algorithms/issues
"
},
"homepage"
:
"
https://github.com/trekhleb/javascript-algorithms#readme
"
,
"devDependencies"
: {
"@types/jest"
:
"
^23.3.5
"
,
"babel-cli"
:
"
^6.26.0
"
,
"babel-preset-env"
:
"
^1.7.0
"
,
"eslint"
:
"
^4.19.1
"
,
"eslint-config-airbnb"
:
"
^17.1.0
"
,
"eslint-plugin-import"
:
"
^2.14.0
"
,
"eslint-plugin-jest"
:
"
^21.24.1
"
,
"eslint-plugin-jsx-a11y"
:
"
^6.1.2
"
,
"eslint-plugin-react"
:
"
^7.11.1
"
,
"jest"
:
"
^23.6.0
"
,
"pre-commit"
:
"
^1.2.2
"
},
"dependencies"
: {}
}
Back
|
FazBrowse Home
|
New Git URL