package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "has-gulplog@0.1.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has-gulplog@0.1.0",
  10. "_id": "has-gulplog@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=",
  13. "_location": "/has-gulplog",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has-gulplog@0.1.0",
  19. "name": "has-gulplog",
  20. "escapedName": "has-gulplog",
  21. "rawSpec": "0.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.0"
  24. },
  25. "_requiredBy": [
  26. "/gulp-util"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
  29. "_spec": "0.1.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Blaine Bublitz",
  33. "email": "blaine@iceddev.com",
  34. "url": "http://iceddev.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/gulpjs/has-gulplog/issues"
  38. },
  39. "contributors": [],
  40. "dependencies": {
  41. "sparkles": "^1.0.0"
  42. },
  43. "description": "Check if gulplog is available before attempting to use it",
  44. "devDependencies": {
  45. "eslint": "^1.3.1"
  46. },
  47. "engines": {
  48. "node": ">= 0.10"
  49. },
  50. "files": [
  51. "index.js",
  52. "LICENSE"
  53. ],
  54. "homepage": "https://github.com/gulpjs/has-gulplog#readme",
  55. "keywords": [
  56. "gulp-util",
  57. "gulplog",
  58. "logging"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "has-gulplog",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/gulpjs/has-gulplog.git"
  66. },
  67. "scripts": {
  68. "test": "eslint *.js"
  69. },
  70. "version": "0.1.0"
  71. }