BLUE
PHP 7.4.33
Path:
/usr/share/nodejs/normalize-package-data/lib
Run
Logout
Edit File
Size: 547 B
Close
/usr/share/nodejs/normalize-package-data/lib/extract_description.js
Text
Base64
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() }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
extract_description.js
547 B
lrw-r--r--
2021-08-18 15:50:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
fixer.js
12.22 KB
lrw-r--r--
2021-08-18 15:50:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
make_warning.js
711 B
lrw-r--r--
2021-08-18 15:50:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
normalize.js
1.35 KB
lrw-r--r--
2021-08-18 15:50:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
safe_format.js
262 B
lrw-r--r--
2021-08-18 15:50:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
typos.json
747 B
lrw-r--r--
2021-08-18 15:50:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
warning_messages.json
1.76 KB
lrw-r--r--
2021-08-18 15:50:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).