package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "loglevel@^1.5.1",
  3. "_id": "loglevel@1.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-4PyVEztu8nbNyIh82vJKpvFW+Po=",
  6. "_location": "/loglevel",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "loglevel@^1.5.1",
  12. "name": "loglevel",
  13. "escapedName": "loglevel",
  14. "rawSpec": "^1.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.1.tgz",
  22. "_shasum": "e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa",
  23. "_spec": "loglevel@^1.5.1",
  24. "_where": "/home/travis/build/jiahaog/nativefier/app",
  25. "author": {
  26. "name": "Tim Perry",
  27. "email": "pimterry@gmail.com",
  28. "url": "http://tim-perry.co.uk"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/pimterry/loglevel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods",
  37. "devDependencies": {
  38. "grunt": "~0.4.5",
  39. "grunt-cli": "~0.1.13",
  40. "grunt-contrib-clean": "^0.6.0",
  41. "grunt-contrib-concat": "~0.5.0",
  42. "grunt-contrib-connect": "~0.8.0",
  43. "grunt-contrib-jasmine": "~0.5.2",
  44. "grunt-contrib-jshint": "^1.1.0",
  45. "grunt-contrib-qunit": "~0.5.2",
  46. "grunt-contrib-uglify": "~0.5.1",
  47. "grunt-contrib-watch": "~0.6.1",
  48. "grunt-coveralls": "^1.0.0",
  49. "grunt-jasmine-node": "~0.2.1",
  50. "grunt-open": "~0.2.3",
  51. "grunt-preprocess": "^4.0.0",
  52. "grunt-saucelabs": "^8.2.0",
  53. "grunt-template-jasmine-istanbul": "~0.2.5",
  54. "grunt-template-jasmine-requirejs": "~0.1.6",
  55. "qunitjs": "1.14.0"
  56. },
  57. "engines": {
  58. "node": ">= 0.6.0"
  59. },
  60. "homepage": "https://github.com/pimterry/loglevel",
  61. "keywords": [
  62. "log",
  63. "logger",
  64. "logging",
  65. "browser"
  66. ],
  67. "license": "MIT",
  68. "main": "lib/loglevel",
  69. "name": "loglevel",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/pimterry/loglevel.git"
  73. },
  74. "scripts": {
  75. "ci": "grunt ci",
  76. "dist": "grunt dist",
  77. "test": "grunt test",
  78. "watch": "grunt watch"
  79. },
  80. "version": "1.6.1"
  81. }