Home
last modified time | relevance | path

Searched +full:node +full:- +full:version (Results 1 – 25 of 1108) sorted by relevance

12345678910>>...45

/third_party/node/deps/npm/man/man5/
Dinstall.53 \fBinstall\fR \- Download and Install npm
6Node\.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/
Dinstall.md1 ---
2 section: configuring-npm
4 description: Download and install node and npm
5 ---
13Node.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/
Dtest-process-release.js4 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/
Ddeprecations.md3 <!--introduced_in=v7.7.0-->
4 <!-- type=misc -->
6 Node.js APIs might be deprecated for any of the following reasons:
12 Node.js uses 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 …]
Ddeprecations.json11Node.js APIs might be deprecated for any of the following reasons:</p>\n<ul>\n<li>Use of the API i…
30 "version": "v14.0.0", string
31 "pr-url": "https://github.com/nodejs/node/pull/31164",
32 "description": "End-of-Life."
35 "version": [ array
39 "pr-url": "https://github.com/nodejs/node/pull/10116",
43 "version": "v1.6.0", string
44 "pr-url": "https://github.com/nodejs/node/pull/1156",
49 …"desc": "<p>Type: End-of-Life</p>\n<p><code>OutgoingMessage.prototype.flush()</code> has been remo…
59 "version": "v8.0.0", string
[all …]
Dpackages.md3 <!--introduced_in=v12.20.0-->
4 <!-- type=misc -->
5 <!-- YAML
7 - version:
8 - v14.13.0
9 pr-url: https://github.com/nodejs/node/pull/34718
11 - version:
12 - v14.6.0
13 - v12.19.0
14 pr-url: https://github.com/nodejs/node/pull/34117
[all …]
/third_party/boost/boost/multi_index/detail/
Dhash_index_iterator.hpp1 /* 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/
DCHANGELOG_V010.md1 # Node.js 0.10 ChangeLog
3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
84 *Note*: Node.js v0.10 is covered by the
85 [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
89 ## 2016-10-18, Version 0.10.48 (Maintenance), @rvagg
91 … release. All Node.js users should consult the security release summary at https://nodejs.org/en/b…
95 * c-ares: fix for single-byte buffer overwrite, CVE-2016-5180, more information at https://c-ares.h…
99 …github.com/nodejs/node/commit/a14a6a3a11)] - deps: c-ares, avoid single-byte buffer overwrite (Rod…
[all …]
DCHANGELOG_ARCHIVE.md1 # Node.js ChangeLog Archive
3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
175 ## 2014.09.24, Version 0.11.14 (Unstable)
177 * uv: Upgrade to v1.0.0-rc1
187 * buffer: improve Buffer constructor (Kang-Hao Kenny)
213 * dns: send lookup c-ares errors to callback (Chris Dickinson)
234 * node: set names for prototype methods (Trevor Norris)
235 * node: support v8 microtask queue (Vladimir Kurchatkin)
[all …]
DCHANGELOG_V012.md1 # Node.js 0.12 ChangeLog
3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
52 *Note*: Node.js v0.12 is covered by the
53 [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
57 ## 2016-12-21, Version 0.12.18 (Maintenance), @rvagg
62 * process: `process.versions.ares` now outputs the c-ares version (Johan Bergström)
66 …ps://github.com/nodejs/node/commit/a47fd4549d)] - build: add working lint-ci make target (Rod Vagg…
67 …ithub.com/nodejs/node/commit/830584ca59)] - deps: define missing operator delete functions (John B…
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/
DREADME.md1 # `node-gyp` - Node.js native addon build tool
3 [![Travis CI](https://travis-ci.com/nodejs/node-gyp.svg?branch=master)](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 …]
DmacOS_Catalina.md3 …d from the source repository when Catalina ceases to be the latest macOS version or when future Ca…
5 **Upgrading to macOS Catalina may cause normal `node-gyp` installations to fail.**
15 …s not for you. Normal install docs for `node-gyp` on macOS can be found at https://github.com/node…
19 To see if `Xcode Command Line Tools` is installed in a way that will work with `node-gyp`, run:
20 1. `/usr/sbin/pkgutil --packages | grep CL`
22 2. `/usr/sbin/pkgutil --pkg-info com.apple.pkg.CLTools_Executables`
23 * `version: 11.0.0` (or later) should be listed. If it isn't, this test failed.
25 If both tests succeeded, _you are done_! You should be ready to install `node-gyp`.
30 There are three ways to install the Xcode libraries `node-gyp` needs on macOS. People running Catal…
33 2. With the _much_ smaller Xcode Command Line Tools via `xcode-select --install`
[all …]
/third_party/node/tools/doc/
Dhtml.mjs1 // Copyright Joyent, Inc. and other Node contributors.
26 import raw from 'rehype-raw';
27 import htmlStringify from 'rehype-stringify';
28 import gfm from 'remark-gfm';
29 import markdown from 'remark-parse';
30 import remark2rehype from 'remark-rehype';
32 import { visit } from 'unist-util-visit';
35 import * as typeParser from './type-parser.mjs';
44 visit(tree, { type: 'element', tagName: 'a' }, (node) => {
45 node.properties.class = 'nav-' +
[all …]
/third_party/node/deps/npm/node_modules/readable-stream/
DREADME.md1 # readable-stream
3Node.js core streams for userland*** [![Build Status](https://travis-ci.com/nodejs/readable-stream…
6 [![NPM](https://nodei.co/npm/readable-stream.png?downloads=true&downloadRank=true)](https://nodei.c…
7 [![NPM](https://nodei.co/npm-dl/readable-stream.png?&months=6&height=3)](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/
DCHANGELOG.md3 … 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/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd-tutorial.texi1 \input texinfo @c -*-texinfo-*-
3 @setfilename libmicrohttpd-tutorial.info
5 @set UPDATED-MONTH November 2013
7 @set VERSION 0.9.23
22 This tutorial documents GNU libmicrohttpd version @value{VERSION}, last
30 under the terms of the GNU Free Documentation License, Version 1.3
31 or any later version published by the Free Software Foundation;
32 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
40 @subtitle Version @value{VERSION}
56 @node Top
[all …]
/third_party/node/doc/guides/
Dmaintaining-V8.md1 # 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 …]
Dmaintaining-icu.md1 # Maintaining ICU in Node.js
6 and also by Node.js directly to provide internationalization
7 functionality. To quote from icu-project.org:
22 The current versions of these items can be viewed for node with `node -p process.versions`:
25 $ node -p process.versions
43 [`tz-announce`](https://mm.icann.org/pipermail/tz-announce/) mailing list.
46 [updated time zone data files](https://github.com/unicode-org/icu-data/tree/HEAD/tzdata/icunew)
47 in the icu/icu-data repository.
49 All modern versions of Node.js use the version 44 ABI of the time zone data
55 the ICU major version number.
[all …]
/third_party/typescript/src/compiler/
Ddebug.ts18 since?: Version | string;
19 warnAfter?: Version | string;
20 errorAfter?: Version | string;
21 typeScriptVersion?: Version | string;
25 let typeScriptVersion: Version | undefined;
27 /* eslint-disable prefer-const */
32 /* eslint-enable prefer-const */
36 return typeScriptVersion ?? (typeScriptVersion = new Version(version));
121 …export function failBadSyntaxKind(node: Node, message?: string, stackCrawlMark?: AnyFunction): nev…
123 … `${message || "Unexpected node."}\r\nNode ${formatSyntaxKind(node.kind)} was unexpected.`,
[all …]
/third_party/node/
DBUILDING.md1 # 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/node/deps/npm/node_modules/node-gyp/bin/
Dnode-gyp.js1 #!/usr/bin/env node
5 process.title = 'node-gyp'
7 const envPaths = require('env-paths')
25 prog.devDir = envPaths('node-gyp', { suffix: '' }).cache
28 "node-gyp requires that the user's home directory is specified " +
30 'Overide with: --devdir /path/to/.node-gyp')
34 if (~process.argv.indexOf('-v') || ~process.argv.indexOf('--version')) {
35 console.log('v%s', prog.version)
44 log.info('using', 'node-gyp@%s', prog.version)
45 log.info('using', 'node@%s | %s | %s', process.versions.node, process.platform, process.arch)
[all …]
/third_party/glib/glib/
Dgtester-report.in2 # GLib Testing Framework Utility -*- Mode: python; -*-
9 # version 2.1 of the License, or (at your option) any later version.
19 # Deprecated: Since GLib 2.62, gtester and gtester-report have been deprecated
36 def find_child (node, child_name):
37 for child in node.childNodes:
41 def list_children (node, child_name):
43 for child in node.childNodes:
47 def find_node (node, name = None):
48 if not node or node.nodeName == name or not name:
49 return node
[all …]
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/string_decoder/
DREADME.md3 ***Node-core v8.9.4 string_decoder for userland***
7 [![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](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/
DREADME.md3 ***Node-core v8.9.4 string_decoder for userland***
7 [![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](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/
DREADME.md3 ***Node-core v8.9.4 string_decoder for userland***
7 [![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](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 …]

12345678910>>...45