UnknownSec Bypass
403
:
/
home
/
ubuntu
/
.nvm
/
versions
/
node
/
v16.13.1
/
lib
/
node_modules
/
npm
/
lib
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
start.js
const LifecycleCmd = require('./utils/lifecycle-cmd.js') // This ends up calling run-script(['start', ...args]) class Start extends LifecycleCmd { /* istanbul ignore next - see test/lib/load-all-commands.js */ static get description () { return 'Start a package' } /* istanbul ignore next - see test/lib/load-all-commands.js */ static get name () { return 'start' } /* istanbul ignore next - see test/lib/load-all-commands.js */ static get params () { return [ 'ignore-scripts', 'script-shell', ] } } module.exports = Start
Copyright © 2025 - UnknownSec