package.json 1.6 KB

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