package.json 1.8 KB

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