Searched refs:promzard (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/npm/node_modules/promzard/ |
D | README.md | 1 # promzard chapter 19 var promzard = require('promzard') 20 promzard(inputFile, optionalContextAdditions, function (er, data) { 40 When run, promzard will display the prompts and resolve the async 45 ### promzard(inputFile, ctx, callback) 59 ### Class: promzard.PromZard(file, ctx) 61 Just like the `promzard` function, but the EventEmitter that makes it 69 In the promzard input module, you can call the `prompt` function. 85 If there are any functions on the promzard input module's exports, then 86 promzard will call each of them with a callback. This way, your module [all …]
|
D | promzard.js | 1 module.exports = promzard 2 promzard.PromZard = PromZard 15 function promzard (file, ctx, cb) { function 24 promzard.fromBuffer = function (buf, ctx, cb) { 30 var ret = promzard(filename, ctx, cb)
|
/third_party/node/deps/npm/node_modules/promzard/test/ |
D | simple.js | 2 var promzard = require('../'); variable 9 promzard(file, ctx, function (err, output) {
|
D | validate.js | 2 var promzard = require('../') variable 9 promzard(file, ctx, function (er, found) {
|
D | exports.js | 2 var promzard = require('../'); variable 45 promzard(file, ctx, function (err, output) {
|
D | fn.js | 2 var promzard = require('../'); variable 53 promzard(file, ctx, function (err, output) {
|
/third_party/node/deps/npm/node_modules/init-package-json/ |
D | README.md | 13 // a path to a promzard module. In the event that this file is 44 See [PromZard](https://github.com/npm/promzard) for details about
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-ls.md | 27 For example, running `npm ls promzard` in npm's source tree will show: 32 └── promzard@0.1.5
|
/third_party/typescript_eslint/ |
D | yarn.lock | 4834 promzard "^0.3.0" 7236 promzard@^0.3.0: 7238 …resolved "https://registry.yarnpkg.com/promzard/-/promzard-0.3.0.tgz#26a5d6ee8c7dee4cb12208305acfb…
|