package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "prompts@^2.0.1",
  3. "_id": "prompts@2.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  6. "_location": "/prompts",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "prompts@^2.0.1",
  12. "name": "prompts",
  13. "escapedName": "prompts",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/jest/jest-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  22. "_shasum": "7b57e73b3a48029ad10ebd44f74b01722a4cb069",
  23. "_spec": "prompts@^2.0.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\jest\\node_modules\\jest-cli",
  25. "author": {
  26. "name": "Terkel Gjervig",
  27. "email": "terkel@terkel.com",
  28. "url": "https://terkel.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/terkelg/prompts/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "kleur": "^3.0.3",
  36. "sisteransi": "^1.0.5"
  37. },
  38. "deprecated": false,
  39. "description": "Lightweight, beautiful and user-friendly prompts",
  40. "devDependencies": {
  41. "@babel/cli": "^7.12.1",
  42. "@babel/core": "^7.12.3",
  43. "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
  44. "@babel/preset-env": "^7.12.1",
  45. "tap-spec": "^2.2.2",
  46. "tape": "^4.13.3"
  47. },
  48. "engines": {
  49. "node": ">= 6"
  50. },
  51. "files": [
  52. "lib",
  53. "dist",
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/terkelg/prompts#readme",
  57. "keywords": [
  58. "ui",
  59. "prompts",
  60. "cli",
  61. "prompt",
  62. "interface",
  63. "command-line",
  64. "input",
  65. "command",
  66. "stdin",
  67. "menu",
  68. "ask",
  69. "interact"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "prompts",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/terkelg/prompts.git"
  77. },
  78. "scripts": {
  79. "build": "babel lib -d dist",
  80. "prepublishOnly": "npm run build",
  81. "start": "node lib/index.js",
  82. "test": "tape test/*.js | tap-spec"
  83. },
  84. "version": "2.4.2"
  85. }