You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.7 KiB

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