FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JsObjects/JavaScript/package.json at master · charliecalvert/JsObjects · GitHub
charliecalvert
/
JsObjects
Public
Notifications
You must be signed in to change notification settings
Fork
53
Star
22
Code
Issues
1
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JsObjects
/
JavaScript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (39 loc) · 2.06 KB
Breadcrumbs
JsObjects
/
JavaScript
/
package.json
Copy path
File metadata and controls
39 lines (39 loc) · 2.06 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
{
"name"
:
"
javascript-clean-code
"
,
"version"
:
"
0.1.4
"
,
"description"
:
"
Elven Code for cleaning up JavaScript code
"
,
"type"
:
"
module
"
,
"license"
:
"
MIT
"
,
"repository"
:
"
http://github.com/charliecalvert/JsObjects
"
,
"scripts"
: {
"build"
:
"
./clean-packages-compile.sh
"
,
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
,
"clean"
:
"
delete_node_modules
"
,
"start"
:
"
DEBUG=joj:clean-all node find-package-json.js
"
,
"ncud"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js Design ncu
"
,
"ncus"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js Syntax ncu
"
,
"npmid"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js Design install
"
,
"npmis"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js Syntax install
"
,
"ncur"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js React ncu
"
,
"npmr"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js React install
"
,
"ncun"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js NodeCode ncu
"
,
"npmn"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js NodeCode install
"
,
"ncue"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js EcmaScript6 ncu
"
,
"npme"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js EcmaScript6 install
"
,
"ncuf"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js Firebase ncu
"
,
"npmf"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js Firebase install
"
,
"ncufu"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js Functions ncu
"
,
"npmfu"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js Functions install
"
,
"ncug"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js Games ncu
"
,
"npmg"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js Games install
"
,
"ncurx"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js RegEx ncu
"
,
"npmrx"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js RegEx install
"
,
"ncusc"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js SystemCalls ncu
"
,
"npmsc"
:
"
DEBUG=joj:run-npm-start node run-npm-install.js SystemCalls install
"
},
"dependencies"
: {
"chalk"
:
"
^5.3.0
"
,
"elven-code"
:
"
^4.14.2
"
,
"walk-directories"
:
"
^4.2.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL