Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stop.js « lib - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e3a42e4ac1fee1b8e610ed8b23cf89a1b70fd2a (plain)
1
2
3

module.exports = require("./utils/lifecycle").cmd("stop")
module.exports.usage = "npm stop <name>[@<version>] [<name>[@<version>] ...]"