FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-core-utils/package.json at v6.3.1 · nodejs/node-core-utils · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
nodejs
/
node-core-utils
Public
Notifications
You must be signed in to change notification settings
Fork
137
Star
314
Code
Issues
64
Pull requests
24
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
node-core-utils
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
74 lines (74 loc) · 2.17 KB
Breadcrumbs
node-core-utils
/
package.json
Copy path
File metadata and controls
74 lines (74 loc) · 2.17 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name"
:
"
@node-core/utils
"
,
"version"
:
"
6.3.1
"
,
"description"
:
"
Utilities for Node.js core collaborators
"
,
"type"
:
"
module
"
,
"engines"
: {
"node"
:
"
^20.19.0 || ^22.20.0 || >=24.10.0
"
},
"bin"
: {
"get-metadata"
:
"
bin/get-metadata.js
"
,
"git-node"
:
"
bin/git-node.js
"
,
"ncu-config"
:
"
bin/ncu-config.js
"
,
"ncu-team"
:
"
bin/ncu-team.js
"
,
"ncu-ci"
:
"
bin/ncu-ci.js
"
},
"scripts"
: {
"test"
:
"
npm run test-unit && npm run lint
"
,
"test-unit"
:
"
node --test test/unit/**
"
,
"test:reporters"
:
"
node --test --test-reporter=spec --test-reporter-destination=stdout --test-reporter=@reporters/github --test-reporter-destination=stdout test/unit/**
"
,
"coverage"
:
"
c8 --reporter=html --reporter=text --reporter=text-summary npm test
"
,
"coverage:ci"
:
"
c8 --reporter=lcov --reporter=text --reporter=text-summary npm run test:reporters
"
,
"lint"
:
"
eslint . --cache
"
,
"lint-fix"
:
"
eslint . --fix
"
},
"author"
:
"
Joyee Cheung <joyeec9h3@gmail.com>
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+ssh://git@github.com/nodejs/node-core-utils.git
"
},
"files"
: [
"
lib/
"
,
"
bin/
"
,
"
components/
"
,
"
npm-shrinkwrap.json
"
],
"license"
:
"
MIT
"
,
"dependencies"
: {
"@inquirer/prompts"
:
"
^7.4.1
"
,
"@listr2/prompt-adapter-enquirer"
:
"
^2.0.12
"
,
"@node-core/caritat"
:
"
^1.6.0
"
,
"@pkgjs/nv"
:
"
^0.3.0
"
,
"branch-diff"
:
"
^3.1.1
"
,
"chalk"
:
"
^5.4.1
"
,
"changelog-maker"
:
"
^4.4.1
"
,
"cheerio"
:
"
^1.0.0
"
,
"clipboardy"
:
"
^5.0.2
"
,
"core-validate-commit"
:
"
^5.0.1
"
,
"figures"
:
"
^6.1.0
"
,
"ghauth"
:
"
^7.0.1
"
,
"git-secure-tag"
:
"
^2.3.1
"
,
"js-yaml"
:
"
^4.1.0
"
,
"listr2"
:
"
^9.0.5
"
,
"lodash"
:
"
^4.17.21
"
,
"log-symbols"
:
"
^7.0.0
"
,
"ora"
:
"
^9.0.0
"
,
"replace-in-file"
:
"
^8.3.0
"
,
"semver"
:
"
^7.7.1
"
,
"undici"
:
"
^7.7.0
"
,
"which"
:
"
^6.0.0
"
,
"yargs"
:
"
^18.0.0
"
},
"devDependencies"
: {
"@eslint/js"
:
"
^9.24.0
"
,
"@reporters/github"
:
"
^1.7.2
"
,
"c8"
:
"
^10.1.3
"
,
"eslint"
:
"
^9.24.0
"
,
"eslint-plugin-import"
:
"
^2.31.0
"
,
"eslint-plugin-n"
:
"
^17.17.0
"
,
"eslint-plugin-promise"
:
"
^7.2.1
"
,
"globals"
:
"
^17.4.0
"
,
"neostandard"
:
"
^0.12.1
"
,
"sinon"
:
"
^21.0.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL