package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "eazy-logger@^3",
  3. "_id": "eazy-logger@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-oyWqXlPROiIliJsqxBE7K5Y29Pw=",
  6. "_location": "/eazy-logger",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eazy-logger@^3",
  12. "name": "eazy-logger",
  13. "escapedName": "eazy-logger",
  14. "rawSpec": "^3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3"
  17. },
  18. "_requiredBy": [
  19. "/browser-sync"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eazy-logger/-/eazy-logger-3.0.2.tgz",
  22. "_shasum": "a325aa5e53d13a2225889b2ac4113b2b9636f4fc",
  23. "_spec": "eazy-logger@^3",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-sync",
  25. "author": {
  26. "name": "Shane Osbourne"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/shakyshane/easy-logger/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "tfunk": "^3.0.1"
  34. },
  35. "deprecated": false,
  36. "description": "Simple cli logger",
  37. "devDependencies": {
  38. "chai": "^3.5.0",
  39. "chalk": "^1.1.1",
  40. "coveralls": "^2.11.2",
  41. "jshint": "^2.6.0",
  42. "lodash-cli": "4.12.0",
  43. "mocha": "^2.1.0",
  44. "sinon": "^1.12.2"
  45. },
  46. "engines": {
  47. "node": ">= 0.8.0"
  48. },
  49. "files": [
  50. "index.js",
  51. "lodash.custom.js",
  52. "example.js"
  53. ],
  54. "homepage": "https://github.com/shakyshane/easy-logger",
  55. "keywords": [
  56. "plugins"
  57. ],
  58. "licenses": [
  59. {
  60. "type": "Apache 2.0",
  61. "url": "https://github.com/shakyshane/easy-logger/blob/master/LICENSE"
  62. }
  63. ],
  64. "main": "index.js",
  65. "name": "eazy-logger",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/shakyshane/easy-logger.git"
  69. },
  70. "scripts": {
  71. "cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
  72. "lint": "jshint index.js test/*.js",
  73. "lodash": "lodash include=cloneDeep,merge exports=node",
  74. "test": "npm run lint && mocha"
  75. },
  76. "version": "3.0.2"
  77. }