PHP 8.2.30
Preview: extract_description.js Size: 509 B
//lib/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js

module.exports = extractDescription

// Extracts description from contents of a readme file in markdown format
function extractDescription (d) {
  if (!d) return;
  if (d === "ERROR: No README data found!") return;
  // the first block of text before the first heading
  // that isn't the first line heading
  d = d.trim().split('\n')
  for (var s = 0; d[s] && d[s].trim().match(/^(#|$)/); s ++);
  var l = d.length
  for (var e = s + 1; e < l && d[e].trim(); e ++);
  return d.slice(s, e).join(' ').trim()
}

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
509 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download
11.53 KB lrw-r--r-- 2021-03-10 14:36:40
Edit Download
710 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download
1.31 KB lrw-r--r-- 2021-03-10 14:36:40
Edit Download
246 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download
747 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download
1.76 KB lrw-r--r-- 2021-03-10 14:36:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).