setup-php/node_modules/prompts/package.json
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30

90 lines
2.0 KiB
JSON

{
"_args": [
[
"prompts@2.2.1",
"E:\\python\\setup-php"
]
],
"_development": true,
"_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": "version",
"registry": true,
"raw": "prompts@2.2.1",
"name": "prompts",
"escapedName": "prompts",
"rawSpec": "2.2.1",
"saveSpec": null,
"fetchSpec": "2.2.1"
},
"_requiredBy": [
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/prompts/-/prompts-2.2.1.tgz",
"_spec": "2.2.1",
"_where": "E:\\python\\setup-php",
"author": {
"name": "Terkel Gjervig",
"email": "terkel@terkel.com",
"url": "https://terkel.com"
},
"bugs": {
"url": "https://github.com/terkelg/prompts/issues"
},
"dependencies": {
"kleur": "^3.0.3",
"sisteransi": "^1.0.3"
},
"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"
}