REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 960 B
Close
//proc/thread-self/root/opt/alt/alt-nodejs12/root/usr/lib/node_modules/npm/docs/src/templates/Page.js
Text
Base64
import React from 'react' import {graphql} from 'gatsby' import styled from 'styled-components' import FoundTypo from 'src/components/FoundTypo' import Scripts from 'src/components/scripts' const version = require('../../../package.json').version const Content = styled.div` max-width: 760px; margin: auto; padding: 0 30px 120px; ` const Page = ({data}) => { const pageData = data.markdownRemark const html = pageData.html.replace(/@VERSION@/g, version) .replace(/(npm-)+([a-zA-Z\\.-]*)(\((1|5|7)\))<\/h1>/, 'npm $2</h1>') .replace(/([a-zA-Z\\.-]*)(\((1|5|7)\))<\/h1>/, '$1</h1>') return ( <Content className='documentation'> <div dangerouslySetInnerHTML={{ __html: html }} /> <FoundTypo /> <Scripts /> </Content> ) } export default Page export const query = graphql` query($slug: String!) { markdownRemark(fields: { slug: { eq: $slug } }) { html fields { slug } } } `
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Page.js
960 B
lrw-r--r--
2026-03-09 07:21:28
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).