FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
visual-tags/package.json at master · orchest/visual-tags · GitHub
orchest
/
visual-tags
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
1
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
visual-tags
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
60 lines (60 loc) · 1.64 KB
Breadcrumbs
visual-tags
/
package.json
Copy path
File metadata and controls
60 lines (60 loc) · 1.64 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
56
57
58
59
60
{
"name"
:
"
visual-tags
"
,
"version"
:
"
0.1.2
"
,
"description"
:
"
A small JupyterLab extension that allows you to more easily choose which cells get executed.
"
,
"keywords"
: [
"
jupyter
"
,
"
jupyterlab
"
,
"
jupyterlab-extension
"
],
"homepage"
:
"
http://github.com/orchest/visual-tags
"
,
"bugs"
: {
"url"
:
"
http://github.com/orchest/visual-tags/issues
"
},
"license"
:
"
Apache-2.0
"
,
"author"
:
"
R. Lamers
"
,
"files"
: [
"
lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}
"
,
"
style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}
"
],
"main"
:
"
lib/index.js
"
,
"types"
:
"
lib/index.d.ts
"
,
"style"
:
"
style/index.css
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
http://github.com/orchest/visual-tags.git
"
},
"scripts"
: {
"build"
:
"
tsc
"
,
"clean"
:
"
rimraf lib tsconfig.tsbuildinfo
"
,
"eslint"
:
"
eslint . --ext .ts,.tsx --fix
"
,
"eslint:check"
:
"
eslint . --ext .ts,.tsx
"
,
"prepare"
:
"
jlpm run clean && jlpm run build
"
,
"watch"
:
"
tsc -w
"
},
"dependencies"
: {
"@jupyterlab/application"
:
"
^3.2.0
"
,
"@jupyterlab/apputils"
:
"
^3.2.0
"
,
"@jupyterlab/docregistry"
:
"
^3.2.0
"
,
"@jupyterlab/notebook"
:
"
^3.2.0
"
,
"@lumino/disposable"
:
"
^1.4.3
"
,
"crypto"
:
"
^1.0.1
"
},
"devDependencies"
: {
"@typescript-eslint/eslint-plugin"
:
"
^2.25.0
"
,
"@typescript-eslint/parser"
:
"
^2.25.0
"
,
"eslint"
:
"
^6.8.0
"
,
"eslint-config-prettier"
:
"
^6.10.1
"
,
"eslint-plugin-prettier"
:
"
^3.1.2
"
,
"prettier"
:
"
1.16.4
"
,
"rimraf"
:
"
^2.6.1
"
,
"typedoc"
:
"
^0.22.13
"
,
"typescript"
:
"
~4.0.0
"
},
"sideEffects"
: [
"
style/*.css
"
],
"jupyterlab"
: {
"extension"
:
true
}
}
Back
|
FazBrowse Home
|
New Git URL