hz-zhhq-web/node_modules/prompts/package.json

79 lines
1.9 KiB
JSON
Raw Normal View History

2025-02-25 13:46:30 +08:00
{
"_from": "prompts@^0.1.9",
"_id": "prompts@0.1.14",
"_inBundle": false,
"_integrity": "sha512-rxkyiE9YH6zAz/rZpywySLKkpaj0NMVyNw1qhsubdbjjSgcayjTShDreZGlFMcGSu5sab3bAKPfFk78PB90+8w==",
"_location": "/prompts",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "prompts@^0.1.9",
"name": "prompts",
"escapedName": "prompts",
"rawSpec": "^0.1.9",
"saveSpec": null,
"fetchSpec": "^0.1.9"
},
"_requiredBy": [
"/jest/jest-cli"
],
"_resolved": "https://registry.npmmirror.com/prompts/-/prompts-0.1.14.tgz",
"_shasum": "a8e15c612c5c9ec8f8111847df3337c9cbd443b2",
"_spec": "prompts@^0.1.9",
"_where": "E:\\hz-zhhq-web\\node_modules\\jest\\node_modules\\jest-cli",
"author": {
"name": "Terkel Gjervig",
"email": "terkel@terkel.com",
"url": "https://terkel.com"
},
"bugs": {
"url": "https://github.com/terkelg/prompts/issues"
},
"bundleDependencies": false,
"dependencies": {
"kleur": "^2.0.1",
"sisteransi": "^0.1.1"
},
"deprecated": false,
"description": "Lightweight, beautiful and user-friendly prompts",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
},
"engines": {
"node": ">= 6"
},
"files": [
"lib",
"dist",
"index.js"
],
"homepage": "https://github.com/terkelg/prompts",
"keywords": [
"ui",
"prompts",
"cli",
"prompt",
"interface",
"command-line",
"input"
],
"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": "0.1.14"
}