21.6.2.1. NPM
+ +Some sample packages can be found under: npm.
+Local testing of those packages can be done as shown at: https://stackoverflow.com/questions/59389027/how-to-interactively-test-the-executable-of-an-npm-node-js-package-during-develo
+The packages will also be published to the NPM registry, so you can also play with them as:
+npm install cirosantilli-<directory-name>+
21.6.2.1.1. NPM data-files
+Illustrates how to add extra non-code data files to an NPM package, and then use those files at runtime:
+