Searched defs:lts (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/src/ |
| D | node_metadata.h | 112 std::string lts; member
|
| /third_party/node/test/parallel/ |
| D | test-release-changelog.js | 32 const lts = getDefine(versionText, 'NODE_VERSION_IS_LTS') !== '0'; constant
|
| /third_party/node/deps/npm/test/lib/commands/ |
| D | doctor.js | 32 { version: 'v2.0.1', lts: false }, property 33 { version: 'v2.0.0', lts: false }, property 34 { version: 'v1.0.0', lts: 'NpmTestium' }, property
|
| /third_party/node/test/doctool/ |
| D | test-doctool-html.mjs | 151 { num: '10.x', lts: true }, property
|
| /third_party/node/deps/npm/lib/commands/ |
| D | doctor.js | 201 for (const { lts, version } of data) { property
|