package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "loglevel@1.6.3",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "loglevel@1.6.3",
  10. "_id": "loglevel@1.6.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-d/LrZL5VpATJ/QStFtV8HW1rEoA=",
  13. "_location": "/loglevel",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "loglevel@1.6.3",
  19. "name": "loglevel",
  20. "escapedName": "loglevel",
  21. "rawSpec": "1.6.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.6.3"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/loglevel/download/loglevel-1.6.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Floglevel%2Fdownload%2Floglevel-1.6.3.tgz",
  29. "_spec": "1.6.3",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  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. "homepage": "https://github.com/pimterry/loglevel",
  68. "keywords": [
  69. "log",
  70. "logger",
  71. "logging",
  72. "browser"
  73. ],
  74. "license": "MIT",
  75. "main": "lib/loglevel",
  76. "name": "loglevel",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/pimterry/loglevel.git"
  80. },
  81. "scripts": {
  82. "ci": "grunt ci",
  83. "dist": "grunt dist",
  84. "test": "grunt test && tsc --noEmit ./test/type-test.ts",
  85. "watch": "grunt watch"
  86. },
  87. "types": "./index.d.ts",
  88. "version": "1.6.3"
  89. }