package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_from": "consola@^2.15.3",
  3. "_id": "consola@2.15.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==",
  6. "_location": "/consola",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "consola@^2.15.3",
  12. "name": "consola",
  13. "escapedName": "consola",
  14. "rawSpec": "^2.15.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.15.3"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/builder",
  20. "/@nuxt/cli",
  21. "/@nuxt/config",
  22. "/@nuxt/core",
  23. "/@nuxt/devalue",
  24. "/@nuxt/friendly-errors-webpack-plugin",
  25. "/@nuxt/generator",
  26. "/@nuxt/opencollective",
  27. "/@nuxt/server",
  28. "/@nuxt/telemetry",
  29. "/@nuxt/utils",
  30. "/@nuxt/vue-renderer",
  31. "/@nuxt/webpack",
  32. "/@nuxtjs/eslint-module",
  33. "/@nuxtjs/stylelint-module",
  34. "/webpackbar"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz",
  37. "_shasum": "2e11f98d6a4be71ff72e0bdf07bd23e12cb61550",
  38. "_spec": "consola@^2.15.3",
  39. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\builder",
  40. "browser": "dist/consola.browser.js",
  41. "bugs": {
  42. "url": "https://github.com/nuxt/consola/issues"
  43. },
  44. "bundleDependencies": false,
  45. "contributors": [
  46. {
  47. "name": "Pooya Parsa",
  48. "email": "pooya@pi0.ir"
  49. },
  50. {
  51. "name": "Clark Du",
  52. "url": "@clarkdo"
  53. },
  54. {
  55. "name": "@pimlie",
  56. "email": "pimlie@hotmail.com"
  57. },
  58. {
  59. "name": "Sébastien Chopin",
  60. "email": "@Atinux"
  61. }
  62. ],
  63. "deprecated": false,
  64. "description": "Elegant Console Logger for Node.js and Browser",
  65. "devDependencies": {
  66. "@babel/core": "^7.9.6",
  67. "@babel/preset-env": "^7.9.6",
  68. "babel-eslint": "^10.1.0",
  69. "babel-jest": "^26.0.1",
  70. "benchmark": "^2.1.4",
  71. "bili": "^4.10.0",
  72. "chalk": "^4.0.0",
  73. "dayjs": "^1.8.26",
  74. "eslint": "^7.1.0",
  75. "eslint-config-standard": "^14.1.1",
  76. "eslint-plugin-import": "^2.20.2",
  77. "eslint-plugin-jest": "^23.9.0",
  78. "eslint-plugin-node": "^11.1.0",
  79. "eslint-plugin-promise": "^4.2.1",
  80. "eslint-plugin-standard": "^4.0.1",
  81. "esm": "^3.2.25",
  82. "figures": "^3.2.0",
  83. "jest": "^26.0.1",
  84. "lodash": "^4.17.15",
  85. "sentencer": "^0.2.1",
  86. "serve": "^11.3.0",
  87. "standard-version": "^8.0.0",
  88. "std-env": "^2.2.1",
  89. "string-width": "^4.2.0",
  90. "ts-node": "^8.10.1",
  91. "typescript": "^3.8.3",
  92. "winston": "^3.2.1"
  93. },
  94. "files": [
  95. "src",
  96. "dist",
  97. "types"
  98. ],
  99. "homepage": "https://github.com/nuxt/consola#readme",
  100. "keywords": [
  101. "console",
  102. "logger",
  103. "reporter",
  104. "elegant",
  105. "cli",
  106. "universal",
  107. "unified",
  108. "winston"
  109. ],
  110. "license": "MIT",
  111. "main": "dist/consola.js",
  112. "name": "consola",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/nuxt/consola.git"
  116. },
  117. "scripts": {
  118. "browser": "serve",
  119. "build": "rm -rf dist && yarn build:node && yarn build:browser",
  120. "build:browser": "NODE_ENV=browser bili src/browser.js --file-name consola.browser.js --format umd --module-name consola --bundle-node-modules --minify --no-map",
  121. "build:node": "NODE_ENV=node bili src/node.js --file-name consola.js --format cjs --bundle-node-modules --minify --no-map",
  122. "demo": "node demo",
  123. "lint": "eslint .",
  124. "prepublish": "yarn build",
  125. "release": "standard-version && yarn build && git push --follow-tags && npm publish",
  126. "test": "yarn lint && yarn test:types && yarn build && jest test",
  127. "test:types": "tsc -p test/types"
  128. },
  129. "typings": "types/consola.d.ts",
  130. "version": "2.15.3"
  131. }