You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0 KiB

3 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "prompts@0.1.14",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "prompts@0.1.14",
  9. "_id": "prompts@0.1.14",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rxkyiE9YH6zAz/rZpywySLKkpaj0NMVyNw1qhsubdbjjSgcayjTShDreZGlFMcGSu5sab3bAKPfFk78PB90+8w==",
  12. "_location": "/prompts",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "prompts@0.1.14",
  18. "name": "prompts",
  19. "escapedName": "prompts",
  20. "rawSpec": "0.1.14",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.14"
  23. },
  24. "_requiredBy": [
  25. "/jest/jest-cli"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/prompts/-/prompts-0.1.14.tgz",
  28. "_spec": "0.1.14",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Terkel Gjervig",
  32. "email": "terkel@terkel.com",
  33. "url": "https://terkel.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/terkelg/prompts/issues"
  37. },
  38. "dependencies": {
  39. "kleur": "^2.0.1",
  40. "sisteransi": "^0.1.1"
  41. },
  42. "description": "Lightweight, beautiful and user-friendly prompts",
  43. "devDependencies": {
  44. "babel-cli": "^6.26.0",
  45. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  46. "babel-preset-env": "^1.7.0",
  47. "tap-spec": "^5.0.0",
  48. "tape": "^4.9.1"
  49. },
  50. "engines": {
  51. "node": ">= 6"
  52. },
  53. "files": [
  54. "lib",
  55. "dist",
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/terkelg/prompts",
  59. "keywords": [
  60. "ui",
  61. "prompts",
  62. "cli",
  63. "prompt",
  64. "interface",
  65. "command-line",
  66. "input"
  67. ],
  68. "main": "index.js",
  69. "name": "prompts",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/terkelg/prompts.git"
  73. },
  74. "scripts": {
  75. "build": "babel lib -d dist",
  76. "prepublishOnly": "npm run build",
  77. "start": "node lib/index.js",
  78. "test": "tape test/*.js | tap-spec"
  79. },
  80. "version": "0.1.14"
  81. }