12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_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": "H:\\gs_nuxt\\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"
- }
|