API/api.medcify.app/node_modules/promptly/package.json
2022-09-26 11:41:44 +05:30

65 lines
1.5 KiB
JSON

{
"_from": "promptly@^2",
"_id": "promptly@2.2.0",
"_inBundle": false,
"_integrity": "sha512-aC9j+BZsRSSzEsXBNBwDnAxujdx19HycZoKgRgzWnS8eOHg1asuf9heuLprfbe739zY3IdUQx+Egv6Jn135WHA==",
"_location": "/promptly",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "promptly@^2",
"name": "promptly",
"escapedName": "promptly",
"rawSpec": "^2",
"saveSpec": null,
"fetchSpec": "^2"
},
"_requiredBy": [
"/pm2"
],
"_resolved": "https://registry.npmjs.org/promptly/-/promptly-2.2.0.tgz",
"_shasum": "2a13fa063688a2a5983b161fff0108a07d26fc74",
"_spec": "promptly@^2",
"_where": "/var/www/api.medcify.app/node_modules/pm2",
"author": {
"name": "IndigoUnited",
"email": "hello@indigounited.com",
"url": "http://indigounited.com"
},
"bugs": {
"url": "http://github.com/IndigoUnited/node-promptly/issues"
},
"bundleDependencies": false,
"dependencies": {
"read": "^1.0.4"
},
"deprecated": false,
"description": "Simple command line prompting utility",
"devDependencies": {
"async": "^2.0.0",
"expect.js": "^0.3.1",
"mocha": "^3.0.2"
},
"homepage": "https://github.com/IndigoUnited/node-promptly#readme",
"keywords": [
"prompt",
"choose",
"choice",
"cli",
"command",
"line"
],
"license": "MIT",
"main": "index.js",
"name": "promptly",
"repository": {
"type": "git",
"url": "git://github.com/IndigoUnited/node-promptly.git"
},
"scripts": {
"test": "mocha --bail"
},
"version": "2.2.0"
}