package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-print@^2.0.1",
  6. "scope": null,
  7. "escapedName": "gulp-print",
  8. "name": "gulp-print",
  9. "rawSpec": "^2.0.1",
  10. "spec": ">=2.0.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "gulp-print@>=2.0.1 <3.0.0",
  17. "_id": "gulp-print@2.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-print",
  21. "_nodeVersion": "0.12.2",
  22. "_npmUser": {
  23. "name": "alexgorbatchev",
  24. "email": "alex.gorbatchev@gmail.com"
  25. },
  26. "_npmVersion": "2.7.4",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "gulp-print@^2.0.1",
  30. "scope": null,
  31. "escapedName": "gulp-print",
  32. "name": "gulp-print",
  33. "rawSpec": "^2.0.1",
  34. "spec": ">=2.0.1 <3.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/semantic-ui"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/gulp-print/-/gulp-print-2.0.1.tgz",
  41. "_shasum": "1acee58eac8af2d3c4ad3329dbe465758393c414",
  42. "_shrinkwrap": null,
  43. "_spec": "gulp-print@^2.0.1",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  45. "author": {
  46. "name": "Alex Gorbatchev",
  47. "url": "https://github.com/alexgorbatchev"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/alexgorbatchev/gulp-print/issues"
  51. },
  52. "dependencies": {
  53. "gulp-util": "^3.0.6",
  54. "map-stream": "~0.0.6"
  55. },
  56. "description": "Prints names of files to the console so that you can see what's going through the the gulp pipe.",
  57. "devDependencies": {
  58. "chai": "^3.2.0",
  59. "coffee-errors": "~0.8.6",
  60. "coffee-script": "~1.10.0",
  61. "mocha": "^2.3.2",
  62. "sinon": "^1.16.1",
  63. "sinon-chai": "^2.8.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "1acee58eac8af2d3c4ad3329dbe465758393c414",
  68. "tarball": "https://registry.npmjs.org/gulp-print/-/gulp-print-2.0.1.tgz"
  69. },
  70. "engines": {
  71. "node": ">=0.10.0",
  72. "npm": ">=1.2.10"
  73. },
  74. "gitHead": "2a47a249fb595ac3433f766ce03570d34b2506f3",
  75. "homepage": "https://github.com/alexgorbatchev/gulp-print",
  76. "keywords": [
  77. "gulpplugin",
  78. "log",
  79. "print",
  80. "debug",
  81. "status"
  82. ],
  83. "license": "MIT",
  84. "main": "./lib/gulp-print.js",
  85. "maintainers": [
  86. {
  87. "name": "alexgorbatchev",
  88. "email": "alex.gorbatchev@gmail.com"
  89. }
  90. ],
  91. "name": "gulp-print",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/alexgorbatchev/gulp-print.git"
  97. },
  98. "scripts": {
  99. "pretest": "coffee --bare --output ./lib --compile ./src/*.coffee",
  100. "test": "mocha test/*.spec.coffee"
  101. },
  102. "version": "2.0.1"
  103. }