diff options
author | Minteck <contact@minteck.org> | 2021-12-21 16:50:49 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-21 16:50:49 +0100 |
commit | 20204baf1807825af4798ad03bfb329e4da05bc5 (patch) | |
tree | 1568515fa1e4592206ed5d2327b39e6b443cbd03 /node_modules/prompt/package.json | |
download | bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.tar.gz bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.tar.bz2 bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.zip |
Commit
Diffstat (limited to 'node_modules/prompt/package.json')
-rw-r--r-- | node_modules/prompt/package.json | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/node_modules/prompt/package.json b/node_modules/prompt/package.json new file mode 100644 index 0000000..ce79183 --- /dev/null +++ b/node_modules/prompt/package.json @@ -0,0 +1,73 @@ +{ + "_from": "prompt", + "_id": "prompt@1.0.0", + "_inBundle": false, + "_integrity": "sha1-jlcSPDlquYiJf7Mn/Trtw+c15P4=", + "_location": "/prompt", + "_phantomChildren": {}, + "_requested": { + "type": "tag", + "registry": true, + "raw": "prompt", + "name": "prompt", + "escapedName": "prompt", + "rawSpec": "", + "saveSpec": null, + "fetchSpec": "latest" + }, + "_requiredBy": [ + "#USER", + "/" + ], + "_resolved": "https://registry.npmjs.org/prompt/-/prompt-1.0.0.tgz", + "_shasum": "8e57123c396ab988897fb327fd3aedc3e735e4fe", + "_spec": "prompt", + "_where": "/data/dev/Projets/Bingoloto Remote", + "author": { + "name": "Nodejitsu Inc.", + "email": "info@nodejitsu.com" + }, + "bugs": { + "url": "https://github.com/flatiron/prompt/issues" + }, + "bundleDependencies": false, + "dependencies": { + "colors": "^1.1.2", + "pkginfo": "0.x.x", + "read": "1.0.x", + "revalidator": "0.1.x", + "utile": "0.3.x", + "winston": "2.1.x" + }, + "deprecated": false, + "description": "A beautiful command-line prompt for node.js", + "devDependencies": { + "vows": "0.7.0" + }, + "engines": { + "node": ">= 0.6.6" + }, + "homepage": "https://github.com/flatiron/prompt#readme", + "license": "MIT", + "main": "./lib/prompt", + "maintainers": [ + { + "name": "indexzero", + "email": "charlie@nodejitsu.com" + }, + { + "name": "jesusabdullah", + "email": "josh@nodejitsu.com" + } + ], + "name": "prompt", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/flatiron/prompt.git" + }, + "scripts": { + "test": "vows test/prompt-test.js --spec", + "test-all": "vows --spec" + }, + "version": "1.0.0" +} |