Gathering detailed insights and metrics for pkg-jq
Gathering detailed insights and metrics for pkg-jq
Gathering detailed insights and metrics for pkg-jq
Gathering detailed insights and metrics for pkg-jq
Find the nearest package.json then deal with jq syntax on it. (in-line edit supported!)
npm install pkg-jq
Typescript
Module System
Node Version
NPM Version
TypeScript (57.65%)
JavaScript (29.5%)
Shell (12.85%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
1 Stars
74 Commits
1 Watchers
6 Branches
1 Contributors
Updated on Jan 08, 2021
Latest Version
0.2.11
Package Id
pkg-jq@0.2.11
Size
46.15 kB
NPM Version
6.14.8
Node Version
14.15.1
Published on
Jan 08, 2021
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Source: Processing JSON Data With jq
Find the nearest package.json then deal with jq syntax on it. (in-line edit supported!)
package.json
in current and all parent directories by default, powered by pkg-up.jq
syntax to deal with the json file, powered by node-jq.In-place
edit support by specify a -i
or --in-place
argument.1$ npm-jq --help 2usage: pkg-jq [-h] [-v] [-i] [-r] filter [path] 3 4Node.js Package jq Utility 5 6Positional arguments: 7 filter jq filter. 8 path npm project subdir, or json file. default: $PWD. 9 10Optional arguments: 11 -h, --help Show this help message and exit. 12 -v, --version Show programs version number and exit. 13 -i, --in-place edit files in place. 14 -r, --raw output raw strings, not JSON texts. 15 16 17Exmaple: pkg-jq -i '.publishConfig.tag="next"'
1$ grep version package.json 2 "version": "0.0.6", 3 4$ pkg-jq .version 5"0.0.6" 6 7# Raw mode: -r 8$ pkg-jq -r .version 90.0.6
1$ grep -E 'publish|tag' package.json 2 "publishConfig": { 3 "tag": "next" 4 5$ pkg-jq -i '.publishConfig.tag="latest"' 6 7$ grep -E 'publish|tag' package.json 8 "publishConfig": { 9 "tag": "latest"
1sudo apt-get install libtool
-i
parameter-r
parameterNo vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/29 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More