FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript/Labs2022/code/node_modules/extend/package.json at main · islomalarov/JavaScript · GitHub
islomalarov
/
JavaScript
Public
forked from
iu5git/JavaScript
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
/
Labs2022
/
code
/
node_modules
/
extend
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
42 lines (42 loc) · 987 Bytes
Breadcrumbs
JavaScript
/
Labs2022
/
code
/
node_modules
/
extend
/
package.json
Copy path
File metadata and controls
executable file
·
42 lines (42 loc) · 987 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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name"
:
"
extend
"
,
"author"
:
"
Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)
"
,
"version"
:
"
3.0.2
"
,
"description"
:
"
Port of jQuery.extend for node.js and the browser
"
,
"main"
:
"
index
"
,
"scripts"
: {
"pretest"
:
"
npm run lint
"
,
"test"
:
"
npm run tests-only
"
,
"posttest"
:
"
npm run coverage-quiet
"
,
"tests-only"
:
"
node test
"
,
"coverage"
:
"
covert test/index.js
"
,
"coverage-quiet"
:
"
covert test/index.js --quiet
"
,
"lint"
:
"
npm run jscs && npm run eslint
"
,
"jscs"
:
"
jscs *.js */*.js
"
,
"eslint"
:
"
eslint *.js */*.js
"
},
"contributors"
: [
{
"name"
:
"
Jordan Harband
"
,
"url"
:
"
https://github.com/ljharb
"
}
],
"keywords"
: [
"
extend
"
,
"
clone
"
,
"
merge
"
],
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/justmoon/node-extend.git
"
},
"dependencies"
: {},
"devDependencies"
: {
"@ljharb/eslint-config"
:
"
^12.2.1
"
,
"covert"
:
"
^1.1.0
"
,
"eslint"
:
"
^4.19.1
"
,
"jscs"
:
"
^3.0.7
"
,
"tape"
:
"
^4.9.1
"
},
"license"
:
"
MIT
"
}
Back
|
FazBrowse Home
|
New Git URL