summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/npm.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2/npm: fix ud.registry so that alternative registries can be ha...Brendan Le Foll2016-03-121-1/+1
* bitbake: fetch2/npm: add missing URL argument to ParameterErrorPaul Eggleton2016-03-091-2/+2
* bitbake: fetch2/npm: properly handle npm dependenciesPaul Eggleton2016-03-091-19/+45
* bitbake: fetch2/npm: fix errors with some version specificationsPaul Eggleton2016-03-091-1/+1
* bitbake: fetch2/npm: ignore unknown headers in tarballsPaul Eggleton2016-03-071-1/+1
* bitbake: fetch2/npm: handle alternative dependency syntaxPaul Eggleton2016-03-071-1/+3
* bitbake: fetch2/npm: fix indentationPaul Eggleton2016-03-071-22/+22
* bitbake: fetch2/npm: Add missing ParameterError importBrendan Le Foll2016-03-021-0/+1
* bitbake: npm: in cases where shrinkwrap resolved a git URL, ignore it and gra...Brendan Le Foll2016-03-021-1/+1
* bitbake: fetch2/npm: Add mirroring support for npm fetcherRichard Purdie2016-02-261-1/+30
* bitbake: fetch2/npm: Add npm fetcherBrendan Le Foll2016-02-261-0/+226