package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "loglevel@^1.4.1",
  3. "_id": "loglevel@1.6.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-p0b6mOGKcGa+7nnmKbpzR6qloPbrgLcnio++E+14Vo/XffOGwZtRpUhr8dTH/x2oCMmEoIU0Zwm3ZauhvYD17g==",
  6. "_location": "/loglevel",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "loglevel@^1.4.1",
  12. "name": "loglevel",
  13. "escapedName": "loglevel",
  14. "rawSpec": "^1.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.1"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.4.tgz",
  22. "_shasum": "f408f4f006db8354d0577dcf6d33485b3cb90d56",
  23. "_spec": "loglevel@^1.4.1",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\webpack-dev-server",
  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. "@types/core-js": "2.5.0",
  39. "@types/node": "^12.0.4",
  40. "grunt": "~0.4.5",
  41. "grunt-cli": "~0.1.13",
  42. "grunt-contrib-clean": "^0.6.0",
  43. "grunt-contrib-concat": "~0.5.0",
  44. "grunt-contrib-connect": "~0.8.0",
  45. "grunt-contrib-jasmine": "~0.5.2",
  46. "grunt-contrib-jshint": "^1.1.0",
  47. "grunt-contrib-qunit": "~0.5.2",
  48. "grunt-contrib-uglify": "~0.5.1",
  49. "grunt-contrib-watch": "~0.6.1",
  50. "grunt-coveralls": "^1.0.0",
  51. "grunt-jasmine-node": "~0.2.1",
  52. "grunt-open": "~0.2.3",
  53. "grunt-preprocess": "^4.0.0",
  54. "grunt-saucelabs": "^8.2.0",
  55. "grunt-template-jasmine-istanbul": "~0.2.5",
  56. "grunt-template-jasmine-requirejs": "~0.1.6",
  57. "qunitjs": "1.14.0",
  58. "typescript": "^3.5.1"
  59. },
  60. "engines": {
  61. "node": ">= 0.6.0"
  62. },
  63. "homepage": "https://github.com/pimterry/loglevel",
  64. "keywords": [
  65. "log",
  66. "logger",
  67. "logging",
  68. "browser"
  69. ],
  70. "license": "MIT",
  71. "main": "lib/loglevel.js",
  72. "name": "loglevel",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/pimterry/loglevel.git"
  76. },
  77. "scripts": {
  78. "ci": "grunt ci",
  79. "dist": "grunt dist",
  80. "test": "grunt test && tsc --noEmit ./test/type-test.ts",
  81. "watch": "grunt watch"
  82. },
  83. "types": "./index.d.ts",
  84. "version": "1.6.4"
  85. }