summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create_npm.py
AgeCommit message (Expand)Author
2023-06-29recipetool: create: npm: Add support to handle peer dependenciesBELOUARGA Mohamed
2023-06-29recipetool: create: npm: Add support for the new format of the shrinkwrap fileBELOUARGA Mohamed
2023-06-29recipetool: create: npm: Remove duplicate function to not have future conflictsBELOUARGA Mohamed
2021-10-14recipetool: npm: Use README as license fallbackStefan Herbrechtsmeier
2021-10-14recipetool: npm: Do not add package.json files to LIC_FILES_CHKSUMStefan Herbrechtsmeier
2021-01-16recipetool: create: only add npmsw url if requiredKamel Bouhara
2020-01-27recipetool/create_npm: handle the licenses of the dependenciesJean-Marie LEMETAYER
2020-01-27recipetool/create_npm: refactor the npm recipe creation handlerJean-Marie LEMETAYER
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-04-12recipetool: add missed moduleLei Yang
2018-07-26logging: use warning instead warnChen Qi
2018-05-04recipetool: fixed uncaught NameError exceptionSarah Marsh
2017-11-11recipetool: create: drop debug printPaul Eggleton
2017-08-23recipetool: create: fix npm license code regressionPaul Eggleton
2017-08-23recipetool: create: fix broken import in npm modulePaul Eggleton
2017-08-23recipetool: allow plugins to set LICENSE and LIC_FILES_CHKSUMPaul Eggleton
2017-07-21recipetool: create: refactor code for ensuring npm is availablePaul Eggleton
2017-07-21recipetool: create: reimplement fetching with normal fetch/unpack tasksPaul Eggleton
2017-04-13recipetool: create: hide missing npm error when called from devtoolPaul Eggleton
2017-04-13devtool: add: fix node.js/npm handling with recipe specific sysrootsPaul Eggleton
2017-04-13recipetool: create: fix for regression in npm license handlingPaul Eggleton
2017-03-22devtool/recipetill: npm install of devDependenciesAnders Darander
2017-03-04scripts/lib/create_npm: handle Public Domain licensesAnders Darander
2017-03-04scripts/lib/create_npm: handle AND and OR in licensesAnders Darander
2017-03-04scripts/lib/create_npm: rewrite see license in eulaAnders Darander
2017-03-04create_npm.py: convert MIT/X11 to MITAnders Darander
2017-02-07recipetool: create: properly handle npm optional dependenciesPaul Eggleton
2016-12-16scripts: remove True option to getVar callsJoshua Lock
2016-10-05devtool: add: build nodejs-native if npm is needed and not availablePaul Eggleton
2016-09-08recipetool: create: support node.js code outside of npmPaul Eggleton
2016-07-08recipetool: create: avoid decoding errors with Python 3Paul Eggleton
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh
2016-06-01recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton
2016-05-06recipetool: create: fix falling back to declared license for npm packagesPaul Eggleton
2016-03-09recipetool: create: shrinkwrap and lockdown npm modulesPaul Eggleton
2016-03-09recipetool: create: split npm module dependencies into packagesPaul Eggleton
2016-03-02recipetool: create: add basic support for new npm fetcher/classPaul Eggleton