Gathering detailed insights and metrics for gulp-license-crawler
Gathering detailed insights and metrics for gulp-license-crawler
npm install gulp-license-crawler
Typescript
Module System
Node Version
NPM Version
65.1
Supply Chain
91.2
Quality
70.3
Maintenance
50
Vulnerability
85.7
License
JavaScript (100%)
Total Downloads
20,488
Last Day
169
Last Week
562
Last Month
1,912
Last Year
6,953
1 Stars
48 Commits
1 Forks
2 Watching
26 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
0.0.10
Package Id
gulp-license-crawler@0.0.10
Unpacked Size
173.91 kB
Size
20.70 kB
File Count
21
NPM Version
2.15.11
Node Version
4.8.4
Cumulative downloads
Total Downloads
Last day
69%
169
Compared to previous day
Last week
37.1%
562
Compared to previous week
Last month
96.3%
1,912
Compared to previous month
Last year
633.4%
6,953
Compared to previous year
4
4
Description | Analyzes license information for multiple node.js modules (package.json files) as part of your software project. |
Node Version | >= 4.0 |
var licenseCrawler = require('gulp-license-crawler');
gulp.task('licenses', function() {
return licenseCrawler()
.pipe(gulp.dest('./licenses'))
});
Type: Array<String>
Default value: [ .
]
Path to the directory the license search should start from. Multiple paths can be specified.
Type: Array<String>
Default Value: undefined
Path to a directory to be excluded (and its subdirectories) from the search. Multiple paths can be specified.
Type: Boolean
Default value: false
Only generate a list of licenses that can't be determined or have been guessed.
Type: Boolean
Default value: false
Only generate a list of third-party licenses, i.e., only list the dependencies defined in package.json.
Type: String
Default Value: undefined
Export data as JSON to the given file path. Be cautious, the task will overwrite file if exists!
Type: String
Default Value: undefined
Export data as CSV to the given file path. Be cautious, the task will overwrite file if exists!
Type: Boolean
Default value: false
Don't display versions in result (e.g. "npm-license-crawler@0.1.5" becomes "npm-license-crawler")
Type: Boolean
Default value: false
Show only direct dependencies licenses, i.e., don't list dependencies of dependencies.
Type: Boolean
Default value: false
Output the relative file path for license files.
See Release History.
Copyright (c) 2016-2017, Marcus Wittig All rights reserved.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 5/19 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
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-01-27
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