summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create_npm.py
Commit message (Expand)AuthorAgeFilesLines
* recipetool: create: fix npm license code regressionPaul Eggleton2017-08-231-0/+3
* recipetool: create: fix broken import in npm modulePaul Eggleton2017-08-231-1/+1
* recipetool: allow plugins to set LICENSE and LIC_FILES_CHKSUMPaul Eggleton2017-08-231-42/+2
* recipetool: create: refactor code for ensuring npm is availablePaul Eggleton2017-07-211-2/+25
* recipetool: create: reimplement fetching with normal fetch/unpack tasksPaul Eggleton2017-07-211-5/+5
* recipetool: create: hide missing npm error when called from devtoolPaul Eggleton2017-04-131-1/+1
* devtool: add: fix node.js/npm handling with recipe specific sysrootsPaul Eggleton2017-04-131-9/+11
* recipetool: create: fix for regression in npm license handlingPaul Eggleton2017-04-131-1/+2
* devtool/recipetill: npm install of devDependenciesAnders Darander2017-03-221-5/+18
* scripts/lib/create_npm: handle Public Domain licensesAnders Darander2017-03-041-0/+1
* scripts/lib/create_npm: handle AND and OR in licensesAnders Darander2017-03-041-1/+15
* scripts/lib/create_npm: rewrite see license in eulaAnders Darander2017-03-041-2/+4
* create_npm.py: convert MIT/X11 to MITAnders Darander2017-03-041-0/+2
* recipetool: create: properly handle npm optional dependenciesPaul Eggleton2017-02-071-7/+49
* scripts: remove True option to getVar callsJoshua Lock2016-12-161-3/+3
* devtool: add: build nodejs-native if npm is needed and not availablePaul Eggleton2016-10-051-1/+3
* recipetool: create: support node.js code outside of npmPaul Eggleton2016-09-081-1/+110
* recipetool: create: avoid decoding errors with Python 3Paul Eggleton2016-07-081-1/+1
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-021-2/+2
* recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton2016-06-011-2/+2
* recipetool: create: fix falling back to declared license for npm packagesPaul Eggleton2016-05-061-1/+1
* recipetool: create: shrinkwrap and lockdown npm modulesPaul Eggleton2016-03-091-0/+57
* recipetool: create: split npm module dependencies into packagesPaul Eggleton2016-03-091-3/+54
* recipetool: create: add basic support for new npm fetcher/classPaul Eggleton2016-03-021-0/+48