package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "loglevel@1.7.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "loglevel@1.7.0",
  10. "_id": "loglevel@1.7.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-i2sY04nal5jDcagM3FMfG++T69GEEM8CYuOfeOIvmXzOIcwE9a/CJPR0MFM97pYMj/u10lzz7/zd7+qwhrBTqQ==",
  13. "_location": "/loglevel",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "loglevel@1.7.0",
  19. "name": "loglevel",
  20. "escapedName": "loglevel",
  21. "rawSpec": "1.7.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.0.tgz",
  29. "_spec": "1.7.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Tim Perry",
  33. "email": "pimterry@gmail.com",
  34. "url": "http://tim-perry.co.uk"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/pimterry/loglevel/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods",
  41. "devDependencies": {
  42. "@types/core-js": "2.5.0",
  43. "@types/node": "^12.0.4",
  44. "grunt": "~0.4.5",
  45. "grunt-cli": "~0.1.13",
  46. "grunt-contrib-clean": "^0.6.0",
  47. "grunt-contrib-concat": "~0.5.0",
  48. "grunt-contrib-connect": "~0.8.0",
  49. "grunt-contrib-jasmine": "~0.5.2",
  50. "grunt-contrib-jshint": "^1.1.0",
  51. "grunt-contrib-qunit": "~0.5.2",
  52. "grunt-contrib-uglify": "~0.5.1",
  53. "grunt-contrib-watch": "~0.6.1",
  54. "grunt-coveralls": "^1.0.0",
  55. "grunt-jasmine-node": "~0.2.1",
  56. "grunt-open": "~0.2.3",
  57. "grunt-preprocess": "^4.0.0",
  58. "grunt-saucelabs": "^8.2.0",
  59. "grunt-template-jasmine-istanbul": "~0.2.5",
  60. "grunt-template-jasmine-requirejs": "~0.1.6",
  61. "qunitjs": "1.14.0",
  62. "typescript": "^3.5.1"
  63. },
  64. "engines": {
  65. "node": ">= 0.6.0"
  66. },
  67. "funding": {
  68. "type": "tidelift",
  69. "url": "https://tidelift.com/subscription/pkg/npm-loglevel?utm_medium=referral&utm_source=npm_fund"
  70. },
  71. "homepage": "https://github.com/pimterry/loglevel",
  72. "keywords": [
  73. "log",
  74. "logger",
  75. "logging",
  76. "browser"
  77. ],
  78. "license": "MIT",
  79. "main": "lib/loglevel.js",
  80. "name": "loglevel",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/pimterry/loglevel.git"
  84. },
  85. "scripts": {
  86. "ci": "grunt ci",
  87. "dist": "grunt dist",
  88. "test": "grunt test && tsc --noEmit ./test/type-test.ts",
  89. "watch": "grunt watch"
  90. },
  91. "types": "./index.d.ts",
  92. "version": "1.7.0"
  93. }