123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- {
- "_from": "consola@^2.15.3",
- "_id": "consola@2.15.3",
- "_inBundle": false,
- "_integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==",
- "_location": "/consola",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "consola@^2.15.3",
- "name": "consola",
- "escapedName": "consola",
- "rawSpec": "^2.15.3",
- "saveSpec": null,
- "fetchSpec": "^2.15.3"
- },
- "_requiredBy": [
- "/@nuxt/builder",
- "/@nuxt/cli",
- "/@nuxt/config",
- "/@nuxt/core",
- "/@nuxt/devalue",
- "/@nuxt/friendly-errors-webpack-plugin",
- "/@nuxt/generator",
- "/@nuxt/opencollective",
- "/@nuxt/server",
- "/@nuxt/telemetry",
- "/@nuxt/utils",
- "/@nuxt/vue-renderer",
- "/@nuxt/webpack",
- "/@nuxtjs/eslint-module",
- "/@nuxtjs/stylelint-module",
- "/webpackbar"
- ],
- "_resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz",
- "_shasum": "2e11f98d6a4be71ff72e0bdf07bd23e12cb61550",
- "_spec": "consola@^2.15.3",
- "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\builder",
- "browser": "dist/consola.browser.js",
- "bugs": {
- "url": "https://github.com/nuxt/consola/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Pooya Parsa",
- "email": "pooya@pi0.ir"
- },
- {
- "name": "Clark Du",
- "url": "@clarkdo"
- },
- {
- "name": "@pimlie",
- "email": "pimlie@hotmail.com"
- },
- {
- "name": "Sébastien Chopin",
- "email": "@Atinux"
- }
- ],
- "deprecated": false,
- "description": "Elegant Console Logger for Node.js and Browser",
- "devDependencies": {
- "@babel/core": "^7.9.6",
- "@babel/preset-env": "^7.9.6",
- "babel-eslint": "^10.1.0",
- "babel-jest": "^26.0.1",
- "benchmark": "^2.1.4",
- "bili": "^4.10.0",
- "chalk": "^4.0.0",
- "dayjs": "^1.8.26",
- "eslint": "^7.1.0",
- "eslint-config-standard": "^14.1.1",
- "eslint-plugin-import": "^2.20.2",
- "eslint-plugin-jest": "^23.9.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.1",
- "esm": "^3.2.25",
- "figures": "^3.2.0",
- "jest": "^26.0.1",
- "lodash": "^4.17.15",
- "sentencer": "^0.2.1",
- "serve": "^11.3.0",
- "standard-version": "^8.0.0",
- "std-env": "^2.2.1",
- "string-width": "^4.2.0",
- "ts-node": "^8.10.1",
- "typescript": "^3.8.3",
- "winston": "^3.2.1"
- },
- "files": [
- "src",
- "dist",
- "types"
- ],
- "homepage": "https://github.com/nuxt/consola#readme",
- "keywords": [
- "console",
- "logger",
- "reporter",
- "elegant",
- "cli",
- "universal",
- "unified",
- "winston"
- ],
- "license": "MIT",
- "main": "dist/consola.js",
- "name": "consola",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nuxt/consola.git"
- },
- "scripts": {
- "browser": "serve",
- "build": "rm -rf dist && yarn build:node && yarn build:browser",
- "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",
- "build:node": "NODE_ENV=node bili src/node.js --file-name consola.js --format cjs --bundle-node-modules --minify --no-map",
- "demo": "node demo",
- "lint": "eslint .",
- "prepublish": "yarn build",
- "release": "standard-version && yarn build && git push --follow-tags && npm publish",
- "test": "yarn lint && yarn test:types && yarn build && jest test",
- "test:types": "tsc -p test/types"
- },
- "typings": "types/consola.d.ts",
- "version": "2.15.3"
- }
|