package.json 2.1 KB

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