]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/lib/get.js
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / lib / get.js
1
2 module.exports = get
3
4 get.usage = "npm get <key> <value> (See `npm config`)"
5
6 var npm = require("./npm.js")
7
8 get.completion = npm.commands.config.completion
9
10 function get (args, cb) {
11   npm.commands.config(["get"].concat(args), cb)
12 }