package.json 3.2 KB

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