package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-prompt@^0.2.0",
  6. "scope": null,
  7. "escapedName": "gulp-prompt",
  8. "name": "gulp-prompt",
  9. "rawSpec": "^0.2.0",
  10. "spec": ">=0.2.0 <0.3.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "gulp-prompt@>=0.2.0 <0.3.0",
  17. "_id": "gulp-prompt@0.2.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-prompt",
  21. "_nodeVersion": "5.10.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/gulp-prompt-0.2.0.tgz_1459760617398_0.42593945236876607"
  25. },
  26. "_npmUser": {
  27. "name": "freyskeyd",
  28. "email": "contact@freyskeyd.fr"
  29. },
  30. "_npmVersion": "3.8.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "gulp-prompt@^0.2.0",
  34. "scope": null,
  35. "escapedName": "gulp-prompt",
  36. "name": "gulp-prompt",
  37. "rawSpec": "^0.2.0",
  38. "spec": ">=0.2.0 <0.3.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/semantic-ui"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/gulp-prompt/-/gulp-prompt-0.2.0.tgz",
  45. "_shasum": "9760c90bbd87e800228330ebac74d659cc2ddb78",
  46. "_shrinkwrap": null,
  47. "_spec": "gulp-prompt@^0.2.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  49. "author": {
  50. "name": "Simon Paitrault",
  51. "email": "contact@freyskeyd.fr"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/Freyskeyd/gulp-prompt/issues"
  55. },
  56. "dependencies": {
  57. "event-stream": "~3.0.20",
  58. "inquirer": "~0.10"
  59. },
  60. "description": "Add interactive console prompts to gulp",
  61. "devDependencies": {
  62. "event-stream": "~3.0.20",
  63. "inquirer": "~0.3.5"
  64. },
  65. "directories": {
  66. "test": "test"
  67. },
  68. "dist": {
  69. "shasum": "9760c90bbd87e800228330ebac74d659cc2ddb78",
  70. "tarball": "https://registry.npmjs.org/gulp-prompt/-/gulp-prompt-0.2.0.tgz"
  71. },
  72. "gitHead": "e51a9576d2eaf65efa53760264cf05dfefe55599",
  73. "homepage": "https://github.com/Freyskeyd/gulp-prompt#readme",
  74. "keywords": [
  75. "gulpplugin",
  76. "prompt"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "maintainers": [
  81. {
  82. "name": "freyskeyd",
  83. "email": "contact@freyskeyd.fr"
  84. }
  85. ],
  86. "name": "gulp-prompt",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/Freyskeyd/gulp-prompt.git"
  92. },
  93. "scripts": {
  94. "test": "mocha"
  95. },
  96. "version": "0.2.0"
  97. }