mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
85 lines
2 KiB
JSON
85 lines
2 KiB
JSON
{
|
|
"_from": "prompts@^2.2.1",
|
|
"_id": "prompts@2.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-VObPvJiWPhpZI6C5m60XOzTfnYg/xc/an+r9VYymj9WJW3B/DIH+REzjpAACPf8brwPeP+7vz3bIim3S+AaMjw==",
|
|
"_location": "/prompts",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "prompts@^2.2.1",
|
|
"name": "prompts",
|
|
"escapedName": "prompts",
|
|
"rawSpec": "^2.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/npm-check-updates"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/prompts/-/prompts-2.2.1.tgz",
|
|
"_shasum": "f901dd2a2dfee080359c0e20059b24188d75ad35",
|
|
"_spec": "prompts@^2.2.1",
|
|
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/npm-check-updates",
|
|
"author": {
|
|
"name": "Terkel Gjervig",
|
|
"email": "terkel@terkel.com",
|
|
"url": "https://terkel.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/terkelg/prompts/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"kleur": "^3.0.3",
|
|
"sisteransi": "^1.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Lightweight, beautiful and user-friendly prompts",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.5.5",
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"tap-spec": "^5.0.0",
|
|
"tape": "^4.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"dist",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/terkelg/prompts#readme",
|
|
"keywords": [
|
|
"ui",
|
|
"prompts",
|
|
"cli",
|
|
"prompt",
|
|
"interface",
|
|
"command-line",
|
|
"input",
|
|
"command",
|
|
"stdin",
|
|
"menu",
|
|
"ask",
|
|
"interact"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "prompts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/terkelg/prompts.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel lib -d dist",
|
|
"prepublishOnly": "npm run build",
|
|
"start": "node lib/index.js",
|
|
"test": "tape test/*.js | tap-spec"
|
|
},
|
|
"version": "2.2.1"
|
|
}
|