package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "prompts@^0.1.9",
  3. "_id": "prompts@0.1.14",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rxkyiE9YH6zAz/rZpywySLKkpaj0NMVyNw1qhsubdbjjSgcayjTShDreZGlFMcGSu5sab3bAKPfFk78PB90+8w==",
  6. "_location": "/prompts",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "prompts@^0.1.9",
  12. "name": "prompts",
  13. "escapedName": "prompts",
  14. "rawSpec": "^0.1.9",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.9"
  17. },
  18. "_requiredBy": [
  19. "/jest/jest-cli"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/prompts/-/prompts-0.1.14.tgz",
  22. "_shasum": "a8e15c612c5c9ec8f8111847df3337c9cbd443b2",
  23. "_spec": "prompts@^0.1.9",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\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": "^2.0.1",
  36. "sisteransi": "^0.1.1"
  37. },
  38. "deprecated": false,
  39. "description": "Lightweight, beautiful and user-friendly prompts",
  40. "devDependencies": {
  41. "babel-cli": "^6.26.0",
  42. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  43. "babel-preset-env": "^1.7.0",
  44. "tap-spec": "^5.0.0",
  45. "tape": "^4.9.1"
  46. },
  47. "engines": {
  48. "node": ">= 6"
  49. },
  50. "files": [
  51. "lib",
  52. "dist",
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/terkelg/prompts",
  56. "keywords": [
  57. "ui",
  58. "prompts",
  59. "cli",
  60. "prompt",
  61. "interface",
  62. "command-line",
  63. "input"
  64. ],
  65. "main": "index.js",
  66. "name": "prompts",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/terkelg/prompts.git"
  70. },
  71. "scripts": {
  72. "build": "babel lib -d dist",
  73. "prepublishOnly": "npm run build",
  74. "start": "node lib/index.js",
  75. "test": "tape test/*.js | tap-spec"
  76. },
  77. "version": "0.1.14"
  78. }