保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
  "_from": "prompts@^2.0.1",
  "_id": "prompts@2.4.2",
  "_inBundle": false,
  "_integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  "_location": "/prompts",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "prompts@^2.0.1",
    "name": "prompts",
    "escapedName": "prompts",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/jest/jest-cli"
  ],
  "_resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  "_shasum": "7b57e73b3a48029ad10ebd44f74b01722a4cb069",
  "_spec": "prompts@^2.0.1",
  "_where": "D:\\project\\PAM\\PAMapp\\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": "^3.0.3",
    "sisteransi": "^1.0.5"
  },
  "deprecated": false,
  "description": "Lightweight, beautiful and user-friendly prompts",
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "tap-spec": "^2.2.2",
    "tape": "^4.13.3"
  },
  "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.4.2"
}