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

simple.input « test « promzard « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e49def6470d599481e793cdf539736c9397b9ef6 (plain)
1
2
3
4
5
6
7
8
module.exports = {
  "a": 1 + 2,
  "b": prompt('To be or not to be?', '!2b'),
  "c": {
    "x": prompt(),
    "y": tmpdir + "/y/file.txt"
  }
}