| /third_party/node/deps/npm/man/man5/ |
| D | install.5 | 3 \fBinstall\fR \- Download and Install npm 6 …Node\.js and the npm command line interface using either a Node version manager or a Node installe… 10 Checking your version of npm and Node\.js \fI#checking\-your\-version\-of\-npm\-and\-node\-js\fR 12 Using a Node version manager to install Node\.js and npm \fI#using\-a\-node\-version\-manager\-to\-… 14 Using a Node installer to install Node\.js and npm \fI#using\-a\-node\-installer\-to\-install\-node… 17 .SS Checking your version of npm and Node\.js 19 To see if you already have Node\.js and npm installed and check the installed version, run the foll… 23 node \-v 24 npm \-v 27 .SS Using a Node version manager to install Node\.js and npm [all …]
|
| /third_party/node/deps/npm/docs/content/configuring-npm/ |
| D | install.md | 1 --- 2 section: configuring-npm 4 description: Download and install node and npm 5 --- 13 …Node.js and the npm command line interface using either a Node version manager or a Node installer… 17 - [Checking your version of npm and Node.js](#checking-your-version-of-npm-and-node-js) 18 - [Using a Node version manager to install Node.js and npm](#using-a-node-version-manager-to-instal… 19 - [Using a Node installer to install Node.js and npm](#using-a-node-installer-to-install-node-js-an… 21 ### Checking your version of npm and Node.js 23 To see if you already have Node.js and npm installed and check the installed version, run the follo… [all …]
|
| /third_party/node/deps/npm/node_modules/node-gyp/test/ |
| D | test-process-release.js | 4 const processRelease = require('../lib/process-release') 6 test('test process release - process.version = 0.8.20', function (t) { 11 t.equal(release.semver.version, '0.8.20') 15 version: '0.8.20', property 16 name: 'node', 18 tarballUrl: 'https://nodejs.org/dist/v0.8.20/node-v0.8.20.tar.gz', 21 ia32: { libUrl: 'https://nodejs.org/dist/v0.8.20/node.lib', libPath: 'node.lib' }, 22 x64: { libUrl: 'https://nodejs.org/dist/v0.8.20/x64/node.lib', libPath: 'x64/node.lib' }, 23 arm64: { libUrl: 'https://nodejs.org/dist/v0.8.20/arm64/node.lib', libPath: 'arm64/node.lib' } 27 test('test process release - process.version = 0.10.21', function (t) { [all …]
|
| /third_party/node/doc/api/ |
| D | deprecations.md | 3 <!--introduced_in=v7.7.0--> 4 <!-- type=misc --> 6 Node.js may deprecate APIs for any of the following reasons: 12 Node.js utilizes three kinds of Deprecations: 14 * Documentation-only 16 * End-of-Life 18 A Documentation-only deprecation is one that is expressed only within the 19 Node.js API docs. These generate no side-effects while running Node.js. 20 Some Documentation-only deprecations trigger a runtime warning when launched 21 with [`--pending-deprecation`][] flag (or its alternative, [all …]
|
| /third_party/boost/boost/multi_index/detail/ |
| D | hash_index_iterator.hpp | 1 /* Copyright 2003-2020 Joaquin M Lopez Munoz. 2 * Distributed under the Boost Software License, Version 1.0. 22 #include <boost/serialization/version.hpp> 38 typename Node,typename BucketArray, 43 hashed_index_iterator<Node,BucketArray,IndexCategory,IteratorCategory>, 44 typename Node::value_type, 45 typename Node::difference_type, 46 const typename Node::value_type*, 47 const typename Node::value_type&> 52 hashed_index_iterator(Node* node_):node(node_){} in hashed_index_iterator() [all …]
|
| /third_party/node/doc/changelogs/ |
| D | CHANGELOG_V010.md | 1 # Node.js 0.10 ChangeLog 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 82 *Note*: Node.js v0.10 is covered by the 83 [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and 87 ## 2016-10-18, Version 0.10.48 (Maintenance), @rvagg 89 … release. All Node.js users should consult the security release summary at https://nodejs.org/en/b… 93 * c-ares: fix for single-byte buffer overwrite, CVE-2016-5180, more information at https://c-ares.h… 97 …github.com/nodejs/node/commit/a14a6a3a11)] - deps: c-ares, avoid single-byte buffer overwrite (Rod… [all …]
|
| D | CHANGELOG_ARCHIVE.md | 1 # Node.js ChangeLog Archive 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 172 ## 2014.09.24, Version 0.11.14 (Unstable) 174 * uv: Upgrade to v1.0.0-rc1 184 * buffer: improve Buffer constructor (Kang-Hao Kenny) 210 * dns: send lookup c-ares errors to callback (Chris Dickinson) 231 * node: set names for prototype methods (Trevor Norris) 232 * node: support v8 microtask queue (Vladimir Kurchatkin) [all …]
|
| D | CHANGELOG_V012.md | 1 # Node.js 0.12 ChangeLog 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 50 *Note*: Node.js v0.12 is covered by the 51 [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and 55 ## 2016-12-21, Version 0.12.18 (Maintenance), @rvagg 60 * process: `process.versions.ares` now outputs the c-ares version (Johan Bergström) 64 …ps://github.com/nodejs/node/commit/a47fd4549d) - build: add working lint-ci make target (Rod Vagg)… 65 …ithub.com/nodejs/node/commit/830584ca59) - deps: define missing operator delete functions (John Ba… [all …]
|
| /third_party/node/deps/npm/node_modules/node-gyp/ |
| D | README.md | 1 # `node-gyp` - Node.js native addon build tool 3 [](https://travis-ci.com/nodej… 4 …uild Status](https://github.com/nodejs/node-gyp/workflows/Python_tests/badge.svg)](https://github.… 6 `node-gyp` is a cross-platform command-line tool written in Node.js for 7 compiling native addon modules for Node.js. It contains a fork of the 9 team, extended to support the development of Node.js native addons. 11 Note that `node-gyp` is _not_ used to build Node.js itself. 13 Multiple target versions of Node.js are supported (i.e. `0.8`, ..., `4`, `5`, `6`, 14 etc.), regardless of what version of Node.js is actually installed on your system 15 (`node-gyp` downloads the necessary development files or headers for the target version). [all …]
|
| /third_party/node/doc/guides/ |
| D | maintaining-V8.md | 1 # Maintaining V8 in Node.js 6 different compared to the support horizon for Node.js. As a result, Node.js 8 to support. V8 branches in Node.js lack of an official maintenance process due 12 a workflow for maintaining the V8 branches in both Node.js LTS and current 13 releases, and discusses how the Node.js and V8 teams at Google can help. 18 [roughly 6-week release cadence][ChromiumReleaseCalendar]. At any given time 27 * **Master**: V8 tip-of-tree corresponds to V8 5.6. This branch gets regularly 40 * A fix needing backport is tagged w/ *merge-request-x.x* tag. This can be done 46 * Once ready, the issue is tagged w/ *merge-approved-x.x* and one can do the 51 ## Node.js Support Requirements [all …]
|
| /third_party/node/.github/workflows/ |
| D | linters.yml | 10 lint-addon-docs: 11 runs-on: ubuntu-latest 13 - uses: actions/checkout@v2 14 - name: Use Node.js ${{ env.NODE_VERSION }} 15 uses: actions/setup-node@v1 17 node-version: ${{ env.NODE_VERSION }} 18 - name: Environment Information 20 - name: Lint addon docs 21 run: NODE=$(which node) make lint-addon-docs 22 lint-cpp: [all …]
|
| /third_party/node/deps/npm/node_modules/readable-stream/ |
| D | README.md | 1 # readable-stream 3 …Node.js core streams for userland*** [](https://nodei.c… 7 [](https://nodei.co/npm/reada… 10 …uce Test Status](https://saucelabs.com/browser-matrix/readabe-stream.svg)](https://saucelabs.com/u… 13 npm install --save readable-stream 16 This package is a mirror of the streams implementations in Node.js. 18 Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v10.19.0/docs/api/… 20 If you want to guarantee a stable streams base, regardless of what version of 21 Node you, or the users of your libraries are using, use **readable-stream** *only* and avoid the *"… [all …]
|
| /third_party/node/deps/npm/node_modules/uuid/ |
| D | CHANGELOG.md | 3 … be documented in this file. See [standard-version](https://github.com/conventional-changelog/stan… 5 ### [3.3.3](https://github.com/kelektiv/node-uuid/compare/v3.3.2...v3.3.3) (2019-08-19) 8 ## [3.3.2](https://github.com/kelektiv/node-uuid/compare/v3.3.1...v3.3.2) (2018-06-28) 13 * typo ([305d877](https://github.com/kelektiv/node-uuid/commit/305d877)) 18 ## [3.3.1](https://github.com/kelektiv/node-uuid/compare/v3.3.0...v3.3.1) (2018-06-28) 23 …s://github.com/kelektiv/node-uuid/issues/284) by setting function name in try-catch ([f2a60f2](htt… 28 # [3.3.0](https://github.com/kelektiv/node-uuid/compare/v3.2.1...v3.3.0) (2018-06-22) 33 …t mode ([#270](https://github.com/kelektiv/node-uuid/issues/270)) ([d062fdc](https://github.com/ke… 34 * fix [#229](https://github.com/kelektiv/node-uuid/issues/229) ([c9684d4](https://github.com/kelekt… 35 … Get correct version of IE11 crypto ([#274](https://github.com/kelektiv/node-uuid/issues/274)) ([1… [all …]
|
| /third_party/node/tools/doc/ |
| D | html.js | 1 // Copyright Joyent, Inc. and other Node contributors. 27 const find = require('unist-util-find'); 28 const visit = require('unist-util-visit'); 29 const markdown = require('remark-parse'); 30 const remark2rehype = require('remark-rehype'); 31 const raw = require('rehype-raw'); 32 const htmlStringify = require('rehype-stringify'); 34 const typeParser = require('./type-parser.js'); 46 visit(tree, { type: 'element', tagName: 'a' }, (node) => { 47 node.properties.class = 'nav-' + [all …]
|
| /third_party/node/ |
| D | BUILDING.md | 1 # Building Node.js 8 [Node.js issue tracker](https://github.com/nodejs/node/issues) or 13 * [Supported platforms](#supported-platforms) 16 * [Platform list](#platform-list) 17 * [Supported toolchains](#supported-toolchains) 18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains) 19 * [OpenSSL asm support](#openssl-asm-support) 20 * [Previous versions of this document](#previous-versions-of-this-document) 21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms) 22 * [Note about Python 2 and Python 3](#note-about-python-2-and-python-3) [all …]
|
| /third_party/Linux_Kernel/include/linux/ |
| D | interval_tree_generic.h | 7 the Free Software Foundation; either version 2 of the License, or 8 (at your option) any later version. 17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 30 * ITSUBTREE: name of ITTYPE field within ITSTRUCT holding last-in-subtree 31 * ITSTART(n): start endpoint of ITSTRUCT node n 32 * ITLAST(n): last endpoint of ITSTRUCT node n 36 * Note - before using this, please consider if non-generic version 45 static inline ITTYPE ITPREFIX ## _compute_subtree_last(ITSTRUCT *node) \ 47 ITTYPE max = ITLAST(node), subtree_last; \ 48 if (node->ITRB.rb_left) { \ [all …]
|
| /third_party/node/deps/npm/node_modules/string_decoder/ |
| D | README.md | 3 ***Node-core v8.9.4 string_decoder for userland*** 7 [](https://nodei.co/npm/string… 11 npm install --save string_decoder 14 ***Node-core string_decoder for userland*** 16 This package is a mirror of the string_decoder implementation in Node-core. 18 Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). 20 As of version 1.0.0 **string_decoder** uses semantic versioning. 24 Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, … 28 …will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specifi… 34 Node.js. The responsibilities of the Streams Working Group include: [all …]
|
| /third_party/node/deps/npm/node_modules/duplexify/node_modules/string_decoder/ |
| D | README.md | 3 ***Node-core v8.9.4 string_decoder for userland*** 7 [](https://nodei.co/npm/string… 11 npm install --save string_decoder 14 ***Node-core string_decoder for userland*** 16 This package is a mirror of the string_decoder implementation in Node-core. 18 Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). 20 As of version 1.0.0 **string_decoder** uses semantic versioning. 24 Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, … 28 …will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specifi… 34 Node.js. The responsibilities of the Streams Working Group include: [all …]
|
| /third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/ |
| D | README.md | 3 ***Node-core v8.9.4 string_decoder for userland*** 7 [](https://nodei.co/npm/string… 11 npm install --save string_decoder 14 ***Node-core string_decoder for userland*** 16 This package is a mirror of the string_decoder implementation in Node-core. 18 Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). 20 As of version 1.0.0 **string_decoder** uses semantic versioning. 24 Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, … 28 …will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specifi… 34 Node.js. The responsibilities of the Streams Working Group include: [all …]
|
| /third_party/node/deps/npm/node_modules/concat-stream/node_modules/string_decoder/ |
| D | README.md | 3 ***Node-core v8.9.4 string_decoder for userland*** 7 [](https://nodei.co/npm/string… 11 npm install --save string_decoder 14 ***Node-core string_decoder for userland*** 16 This package is a mirror of the string_decoder implementation in Node-core. 18 Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). 20 As of version 1.0.0 **string_decoder** uses semantic versioning. 24 Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, … 28 …will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specifi… 34 Node.js. The responsibilities of the Streams Working Group include: [all …]
|
| /third_party/node/deps/npm/node_modules/from2/node_modules/string_decoder/ |
| D | README.md | 3 ***Node-core v8.9.4 string_decoder for userland*** 7 [](https://nodei.co/npm/string… 11 npm install --save string_decoder 14 ***Node-core string_decoder for userland*** 16 This package is a mirror of the string_decoder implementation in Node-core. 18 Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). 20 As of version 1.0.0 **string_decoder** uses semantic versioning. 24 Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, … 28 …will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specifi… 34 Node.js. The responsibilities of the Streams Working Group include: [all …]
|
| /third_party/node/deps/npm/node_modules/stream-iterate/node_modules/string_decoder/ |
| D | README.md | 3 ***Node-core v8.9.4 string_decoder for userland*** 7 [](https://nodei.co/npm/string… 11 npm install --save string_decoder 14 ***Node-core string_decoder for userland*** 16 This package is a mirror of the string_decoder implementation in Node-core. 18 Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). 20 As of version 1.0.0 **string_decoder** uses semantic versioning. 24 Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, … 28 …will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specifi… 34 Node.js. The responsibilities of the Streams Working Group include: [all …]
|
| /third_party/node/deps/npm/node_modules/through2/node_modules/string_decoder/ |
| D | README.md | 3 ***Node-core v8.9.4 string_decoder for userland*** 7 [](https://nodei.co/npm/string… 11 npm install --save string_decoder 14 ***Node-core string_decoder for userland*** 16 This package is a mirror of the string_decoder implementation in Node-core. 18 Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). 20 As of version 1.0.0 **string_decoder** uses semantic versioning. 24 Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, … 28 …will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specifi… 34 Node.js. The responsibilities of the Streams Working Group include: [all …]
|
| /third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/string_decoder/ |
| D | README.md | 3 ***Node-core v8.9.4 string_decoder for userland*** 7 [](https://nodei.co/npm/string… 11 npm install --save string_decoder 14 ***Node-core string_decoder for userland*** 16 This package is a mirror of the string_decoder implementation in Node-core. 18 Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). 20 As of version 1.0.0 **string_decoder** uses semantic versioning. 24 Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, … 28 …will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specifi… 34 Node.js. The responsibilities of the Streams Working Group include: [all …]
|
| /third_party/node/deps/npm/node_modules/parallel-transform/node_modules/string_decoder/ |
| D | README.md | 3 ***Node-core v8.9.4 string_decoder for userland*** 7 [](https://nodei.co/npm/string… 11 npm install --save string_decoder 14 ***Node-core string_decoder for userland*** 16 This package is a mirror of the string_decoder implementation in Node-core. 18 Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). 20 As of version 1.0.0 **string_decoder** uses semantic versioning. 24 Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, … 28 …will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specifi… 34 Node.js. The responsibilities of the Streams Working Group include: [all …]
|