- Advice on appropriate LICENSE file format
- Advice on copyright and license blocks at the head of source files
- Advice on npm licensing given that the npm client is bundled with Node.js source and binary downloads:
a. Are there any legal concerns arising from the npm client's new license (https://github.com/npm/npm/blob/master/LICENSE) that will eventually be included in all Node.js release lines.
b. Are there any legal concerns arising from the license as it exists in all current Node.js releases and has existed in the same approximate form since Node.js v0.10.31—specifically: the modification of the Artistic License to include additional terms, the additional terms themselves, and the extension of terms to arbitrarily updatable terms on the npm website.
c. Are there any actions or statements the Foundation needs to make resulting from any concerns that may exist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export PATH=$(pwd)/smoker/bin:$PATH | |
| export npm_config_nodedir=$(pwd) | |
| export npm_loglevel=error | |
| retval=0 | |
| cd smoker | |
| citgm --nodedir=$npm_config_nodedir --lookup --verbose error lodash@latest || retval=1 | |
| citgm --nodedir=$npm_config_nodedir --lookup --verbose error underscore@latest || retval=1 | |
| citgm --nodedir=$npm_config_nodedir --lookup --verbose error request@latest || retval=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RANK TITLE SPEAKER SCRABBLESCORE | |
| 1 V8 Engine of Node.js on IA: JavaScript-JITTED x86 Chunyang Dai, Intel 195 | |
| Machine Code Mapping Profiling Support and X87 | |
| Quark Processor Enabling | |
| 2 FrontendFS: Creating a Filesystem for Web Clay Smith, New Relic 100 | |
| Development Using Node.js | |
| 3 Lessons Learned Extending Node.js with Another Arunesh Chandra, Microsoft 98 | |
| JavaScript Engine | |
| 4 Building and Engaging High Performance Teams in Chanda Dharap, StrongLoop Inc, an IBM Company 94 | |
| the Node Ecosystem |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 8235 /dist/v4.0.0/SHASUMS.txt | |
| 8212 /dist/v4.0.0/ivy.xml | |
| 6813 /static/images/icons-interior.png | |
| 6810 /static/images/platform-icons.png | |
| 5945 /dist/v4.0.0/x64/node.lib | |
| 5921 /dist/v4.0.0/node.lib | |
| 5802 /static/images/twitter-bird.png | |
| 4738 /dist/staging | |
| 3395 /static/images/footer-logo-alt.png | |
| 2283 /dist/v3.3.0/node-v3.3.0.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 145261189 /dist/ | |
| 45612252 /dist | |
| 2125514 / | |
| 1472447 /pipe.css | |
| 1465446 /sh_vim-dark.css | |
| 1462978 /lfcollab.css | |
| 1424636 /sh_javascript.min.js | |
| 1379418 /favicon.ico | |
| 1257826 /sh_main.js | |
| 1117199 /images/logo.svg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const hyperquest = require('hyperquest') | |
| , map = require('map-async') | |
| , bl = require('bl') | |
| , once = require('once') | |
| , fs = require('fs') | |
| , path = require('path') | |
| , url = require('url') | |
| , urls = unique(fs.readFileSync(process.argv[2], 'utf8').split('\n').filter(Boolean)) | |
| , newslugs = unique(fs.readFileSync(process.argv[3], 'utf8').split('\n').filter(Boolean)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . | |
| ├── 0001-Fixes-71.-src-and-include-directories.patch | |
| ├── 6E95372490767F1203DBAF9DAF9FB6F6.txt | |
| ├── about | |
| │ ├── advisory-board | |
| │ │ ├── index.html | |
| │ │ └── members | |
| │ │ └── index.html | |
| │ ├── index.html | |
| │ ├── organization |
- https://github.com/nodejs/io.js/commit/6870764 doc: update CONTRIBUTING.md
- https://github.com/nodejs/io.js/commit/7180597 Revert "http: don't bother making a copy of the options"
- https://github.com/nodejs/io.js/commit/6bf85bc test: add test for 06cfff9 regression
- https://github.com/nodejs/io.js/commit/59a5c98 Merge v1.8.1.
- https://github.com/nodejs/io.js/commit/2632775 doc: update AUTHORS list
- https://github.com/nodejs/io.js/commit/b16a328 doc: add spaces to child.kill example
- https://github.com/nodejs/io.js/commit/22aafa5 doc: add Fishrock123 to the TC
- https://github.com/nodejs/io.js/commit/7384ca8 module: remove '' from Module.globalPaths
- https://github.com/nodejs/io.js/commit/bb254b5 doc: update branch to master
- https://github.com/nodejs/io.js/commit/3d3083b buffer: little improve for Buffer.concat method