REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 328 B
Close
//opt/alt/alt-nodejs11/root/lib/node_modules/npm/node_modules/stringify-package/index.js
Text
Base64
'use strict' module.exports = stringifyPackage const DEFAULT_INDENT = 2 const CRLF = '\r\n' const LF = '\n' function stringifyPackage (data, indent, newline) { const json = JSON.stringify(data, null, indent || DEFAULT_INDENT) if (newline === CRLF) { return json.replace(/\n/g, CRLF) + CRLF } return json + LF }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
CHANGELOG.md
232 B
lrw-r--r--
2021-10-19 09:48:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
328 B
lrw-r--r--
2021-10-19 09:48:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE
717 B
lrw-r--r--
2021-10-19 09:48:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
2.02 KB
lrw-r--r--
2021-10-19 09:48:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
2.17 KB
lrw-r--r--
2021-10-19 09:48:01
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).