Home
last modified time | relevance | path

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

12345678910>>...44

/third_party/node/doc/api/
Ddeprecations.md3 <!--introduced_in=v7.7.0-->
5 <!-- type=misc -->
7 Node.js APIs might be deprecated for any of the following reasons:
13 Node.js uses three kinds of Deprecations:
15 * Documentation-only
17 * End-of-Life
19 A Documentation-only deprecation is one that is expressed only within the
20 Node.js API docs. These generate no side-effects while running Node.js.
21 Some Documentation-only deprecations trigger a runtime warning when launched
22 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 …]
Dzlib.md3 <!--introduced_in=v0.10.0-->
5 > Stability: 2 - Stable
7 <!-- source_link=lib/zlib.js -->
9 The `node:zlib` module provides compression functionality implemented using
15 const zlib = require('node:zlib');
18 Compression and decompression are built around the Node.js [Streams API][].
25 const { createGzip } = require('node:zlib');
26 const { pipeline } = require('node:stream');
30 } = require('node:fs');
45 const { promisify } = require('node:util');
[all …]
Dfs.md3 <!--introduced_in=v0.10.0-->
5 > Stability: 2 - Stable
7 <!--name=fs-->
9 <!-- source_link=lib/fs.js -->
11 The `node:fs` module enables interacting with the file system in a
14 To use the promise-based APIs:
17 import * as fs from 'node:fs/promises';
21 const fs = require('node:fs/promises');
27 import * as fs from 'node:fs';
31 const fs = require('node:fs');
[all …]
/third_party/node/deps/npm/docs/content/configuring-npm/
Dinstall.md1 ---
4 description: Download and install node and npm
5 ---
10 must install Node.js and the npm command line interface using either a Node
11 version manager or a Node installer. **We strongly recommend using a Node
12 version manager to install Node.js and npm.** We do not recommend using a
13 Node installer, since the Node installation process installs npm in a
19 - [Checking your version of npm and
20 Node.js](#checking-your-version-of-npm-and-nodejs)
21 - [Using a Node version manager to install Node.js and
[all …]
/third_party/node/doc/contributing/
Dreleases-node-api.md1 # Node.js Node-API version release process
3 This document describes the technical aspects of the Node.js Node-API version
8 * [How to create a release](#how-to-create-a-release)
9 * [0. Pre-release steps](#0-pre-release-steps)
10 * [1. Update the main branch](#1-update-the-main-branch)
11 * [2. Create a new branch for the release](#2-create-a-new-branch-for-the-release)
12 * [3. Update `NODE_API_SUPPORTED_VERSION_MAX`](#3-update-node_api_supported_version_max)
13 * [4. Define `addon_context_register_func`](#4-define-addon_context_register_func)
14 * [5. Update version guards](#5-update-version-guards)
15 * [6. Create release commit](#6-create-release-commit)
[all …]
/third_party/node/deps/npm/man/man5/
Dinstall.53 \fBinstall\fR - Download and install node and npm
6Node.js and the npm command line interface using either a Node version manager or a Node installer…
10 \fBChecking your version of npm and Node.js\fR \fI(Checking your version of npm and Node.js)\fR
12 \fBUsing a Node version manager to install Node.js and npm\fR \fI(Using a Node version manager to i…
14 \fBUsing a Node installer to install Node.js and npm\fR \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 follo…
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/output/configuring-npm/
Dinstall.html2 <meta charset="utf-8">
6 background-color: #ffffff;
11 line-height: 1.5;
13 …font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple C…
17 background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff);
21 text-decoration: none;
25 text-decoration: underline;
32 border-radius: 6px;
37 white-space: pre;
39 background-color: #f6f8fa;
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/
DREADME.md1 # `node-gyp` - Node.js native addon build tool
3 …d Status](https://github.com/nodejs/node-gyp/workflows/Tests/badge.svg?branch=main)](https://githu…
4 ![npm](https://img.shields.io/npm/dm/node-gyp)
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 vendored copy of the
8 [gyp-next](https://github.com/nodejs/gyp-next) project that was previously used
9 by the Chromium team and extended to support the development of Node.js native
12 Note that `node-gyp` is _not_ used to build Node.js itself.
14 Multiple target versions of Node.js are supported (i.e. `0.8`, ..., `4`, `5`, `6`,
15 etc.), regardless of what version of Node.js is actually installed on your system
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dshrinkwrap.js1 // a module that manages a shrinkwrap file (npm-shrinkwrap.json or
2 // package-lock.json).
4 // Increment whenever the lockfile version updates
5 // v1 - npm <=6
6 // v2 - arborist v1, npm v7, backwards compatible with v1, add 'packages'
12 const localeCompare = require('@isaacs/string-locale-compare')('en')
18 // this.tree => the root node for the tree (ie, same path as this)
19 // - Set the first time we do `this.add(node)` for a path matching this.path
21 // this.add(node) =>
22 // - decorate the node with the metadata we have, if we have it, and it matches
[all …]
Dquery-selector-all.js5 const localeCompare = require('@isaacs/string-locale-compare')('en')
6 const log = require('proc-log')
8 const npa = require('npm-package-arg')
11 const fetch = require('npm-registry-fetch')
14 // key that points to each ast selector node and stores the resulting array of
16 // query selectors, e.g: `#a, #b, #c` <- 3 diff ast selector nodes
56 // inventory if that's the first ast node we're reading but if it appears in
59 // complete inventory list in order to use the left-hand side ast node as a
60 // filter combined with the element on its right-hand side
101 const nextResults = this.initialItems.filter(node =>
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V010.md1 # Node.js 0.10 ChangeLog
3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
86 _Note_: Node.js v0.10 is covered by the
87 [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
92 ## 2016-10-18, Version 0.10.48 (Maintenance), @rvagg
94 … release. All Node.js users should consult the security release summary at <https://nodejs.org/en/…
98 * c-ares: fix for single-byte buffer overwrite, CVE-2016-5180, more information at <https://c-ares.…
102 …ithub.com/nodejs/node/commit/a14a6a3a11)] - deps: c-ares, avoid single-byte buffer overwrite (Rod …
103 …(https://github.com/nodejs/node/commit/b798f598af)] - tls: fix minor jslint failure (Rod Vagg) <ht…
104 …ithub.com/nodejs/node/commit/92b232ba01)] - win,build: try multiple timeservers when signing (Rod …
[all …]
DCHANGELOG_ARCHIVE.md1 # Node.js ChangeLog Archive
3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
178 ## 2014.09.24, Version 0.11.14 (Unstable)
180 * uv: Upgrade to v1.0.0-rc1
190 * buffer: improve Buffer constructor (Kang-Hao Kenny)
216 * dns: send lookup c-ares errors to callback (Chris Dickinson)
237 * node: set names for prototype methods (Trevor Norris)
238 * node: support v8 microtask queue (Vladimir Kurchatkin)
248 * repl: fix multi-line input (Fedor Indutny)
257 * tls: add DHE-RSA-AES128-SHA256 to the def ciphers (Shigeki Ohtsu)
[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](#note-about-python)
[all …]
/third_party/node/deps/npm/test/lib/utils/
Dsbom-spdx.js3 const { spdxOutput } = require('../../../lib/utils/sbom-spdx.js')
16 sbom.creationInfo.created = '2020-01-01T00:00:00.000Z'
22 const npm = { version: '10.0.0 ' } property
30 version: '1.0.0', property
40 version: '0.0.1', property
49 version: '0.0.2', property
58 version: '0.0.3', property
67 version: '0.0.5', property
76 version: '0.0.4', property
86 version: '0.0.4', property
[all …]
/third_party/node/deps/npm/lib/utils/
Dsbom-cyclonedx.js2 const normalizeData = require('normalize-package-data')
3 const parseLicense = require('spdx-expression-parse')
4 const npa = require('npm-package-arg')
7 const CYCLONEDX_SCHEMA = 'http://cyclonedx.org/schema/bom-1.5.schema.json'
19 const REF_ISSUE_TRACKER = 'issue-tracker'
23 sha1: 'SHA-1',
24 sha256: 'SHA-256',
25 sha384: 'SHA-384',
26 sha512: 'SHA-512',
30 const rootNode = nodes.find(node => node.isRoot)
[all …]
/third_party/node/doc/contributing/maintaining/
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 4-week release cadence][ChromiumReleaseCalendar]. At any given time
20 [V8 release process](https://v8.dev/docs/release-process). All older branches
30 * A fix needing backport is tagged w/ _merge-request-x.x_ tag. This can be done
36 * Once ready, the issue is tagged w/ _merge-approved-x.x_ and one can do the
41 ## 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:
14 If Node.js is configured to use its built-in ICU,
16 [deps/icu-small](https://github.com/nodejs/node/tree/HEAD/deps/icu-small).
17 A good description of the different ways Node.js can be built with ICU
28 The current versions of these items can be viewed for node with `node -p process.versions`:
31 $ node -p process.versions
49 [`tz-announce`](https://mm.icann.org/pipermail/tz-announce/) mailing list.
52 [updated time zone data files](https://github.com/unicode-org/icu-data/tree/HEAD/tzdata/icunew)
[all …]
/third_party/node/deps/npm/man/man7/
Ddependency-selectors.73 \fBQuerying\fR - Dependency Selector Syntax & Querying
13 Unlocks the ability to answer complex, multi-faceted questions about dependencies, their relationsh…
22 …tors (ex. \fBdiv, h1, a\fR) as a dependency/target is the only type of \fBNode\fR that can be quer…
24 the term "dependencies" is in reference to any \fBNode\fR found in a \fBtree\fR returned by \fBArbo…
44 \fB#<name>@<version>\fR (equivalent to \fB\[lB]name=<name>\[rB]:semver(<version>)\fR)
64 …und in the \fB\fBworkspaces\fR\fR \fI\(lahttps://docs.npmjs.com/cli/v8/using-npm/workspaces\(ra\fR…
72 \fB\fB:not(<selector>)\fR\fR \fI\(lahttps://developer.mozilla.org/en-US/docs/Web/CSS/:not\(ra\fR
74 \fB\fB:has(<selector>)\fR\fR \fI\(lahttps://developer.mozilla.org/en-US/docs/Web/CSS/:has\(ra\fR
76 \fB\fB:is(<selector list>)\fR\fR \fI\(lahttps://developer.mozilla.org/en-US/docs/Web/CSS/:is\(ra\fR
78 …:root\fR\fR \fI\(lahttps://developer.mozilla.org/en-US/docs/Web/CSS/:root\(ra\fR matches the root
[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';
47 visit(tree, { type: 'element', tagName: 'a' }, (node) => {
48 node.properties.class = 'nav-' +
[all …]
/third_party/node/deps/npm/lib/es6/
Dvalidate-engines.js2 // all versions of node >= 6. This is a best effort to catch syntax errors to
3 // give users a good error message if they are using a node version that doesn't
8 const { engines: { node: engines }, version } = require('../../package.json')
9 const npm = `v${version}`
12 const node = process.version constant
14 /* eslint-disable-next-line max-len */
15 …es not support Node.js ${node}. This version of npm supports the following node versions: \`${engi…
17 /* eslint-disable-next-line max-len */
18 … not to run on Node.js ${node}. This version of npm supports the following node versions: \`${eng…
20 // coverage ignored because this is only hit in very unsupported node versions
[all …]
/third_party/parse5/
Dpackage-lock.json2 "name": "parse5-build-scripts",
7 "name": "parse5-build-scripts",
15 "@typescript-eslint/eslint-plugin": "^5.43.0",
16 "@typescript-eslint/parser": "^5.43.0",
18 "eslint-config-prettier": "^8.5.0",
19 "eslint-plugin-unicorn": "^44.0.2",
22 "lint-staged": "^13.0.3",
25 "ts-jest": "^29.0.3",
26 "ts-node": "^10.9.1",
32 "name": "parse5-benchmarks",
[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/css-what/
Dpackage-lock.json2 "name": "css-what",
3 "version": "6.1.0", string
8 "name": "css-what",
9 "version": "6.1.0", string
10 "license": "BSD-2-Clause",
13 "@types/node": "^17.0.23",
14 "@typescript-eslint/eslint-plugin": "^5.17.0",
15 "@typescript-eslint/parser": "^5.17.0",
17 "eslint-config-prettier": "^8.5.0",
18 "eslint-plugin-node": "^11.1.0",
[all …]
/third_party/node/deps/npm/docs/content/using-npm/
Ddependency-selectors.md1 ---
5 ---
9 The [`npm query`](/commands/npm-query) command exposes a new dependency selector syntax (informed b…
11 - Standardizes the shape of, & querying of, dependency graphs with a robust object model, metadata …
12 - Leverages existing, known language syntax & operators from CSS to make disparate package informat…
13 - Unlocks the ability to answer complex, multi-faceted questions about dependencies, their relation…
14 - Consolidates redundant logic of similar query commands in `npm` (ex. `npm fund`, `npm ls`, `npm o…
20 - there is no "type" or "tag" selectors (ex. `div, h1, a`) as a dependency/target is the only type …
21 - the term "dependencies" is in reference to any `Node` found in a `tree` returned by `Arborist`
25 - `>` direct descendant/child
[all …]

12345678910>>...44