Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
70
node_modules/prompt/package.json
generated
vendored
Normal file
70
node_modules/prompt/package.json
generated
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"_from": "prompt@>=0.2.14 <0.3.0",
|
||||
"_id": "prompt@0.2.14",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-jDK5yEbAakJmNm+260gZG1+PuzX3jT5Jy0VZAUGrrW9RQ1JEWEDEVNnhO70mL3+U5r6bSJo02xsE34wOS/LnrA==",
|
||||
"_location": "/prompt",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "prompt@0.2.14",
|
||||
"name": "prompt",
|
||||
"escapedName": "prompt",
|
||||
"rawSpec": "0.2.14",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.2.14"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz",
|
||||
"_shasum": "57754f64f543fd7b0845707c818ece618f05ffdc",
|
||||
"_spec": "prompt@0.2.14",
|
||||
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
|
||||
"author": {
|
||||
"name": "Nodejitsu Inc.",
|
||||
"email": "info@nodejitsu.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/flatiron/prompt/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"pkginfo": "0.x.x",
|
||||
"read": "1.0.x",
|
||||
"revalidator": "0.1.x",
|
||||
"utile": "0.2.x",
|
||||
"winston": "0.8.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",
|
||||
"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": "0.2.14"
|
||||
}
|
||||
Reference in New Issue
Block a user