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.
104 lines
3.1 KiB
104 lines
3.1 KiB
{
|
|
"_from": "consola@^2.3.0",
|
|
"_id": "consola@2.11.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-aoW0YIIAmeftGR8GSpw6CGQluNdkWMWh3yEFjH/hmynTYnMtibXszii3lxCXmk8YxJtI3FAK5aTiquA5VH68Gw==",
|
|
"_location": "/consola",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "consola@^2.3.0",
|
|
"name": "consola",
|
|
"escapedName": "consola",
|
|
"rawSpec": "^2.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@nuxtjs/opencollective"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/consola/-/consola-2.11.3.tgz",
|
|
"_shasum": "f7315836224c143ac5094b47fd4c816c2cd1560e",
|
|
"_spec": "consola@^2.3.0",
|
|
"_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code\\node_modules\\@nuxtjs\\opencollective",
|
|
"browser": "dist/consola.browser.js",
|
|
"bugs": {
|
|
"url": "https://github.com/nuxt/consola/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributes": [
|
|
"Pooya Parsa <pooya@pi0.ir>",
|
|
"Clark Du (@clarkdo)",
|
|
"@pimlie <pimlie@hotmail.com>",
|
|
"Sébastien Chopin <seb@orion.sh>"
|
|
],
|
|
"deprecated": false,
|
|
"description": "Elegant Console Logger for Node.js and Browser",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.7",
|
|
"@babel/preset-env": "^7.7.7",
|
|
"babel-eslint": "^10.0.3",
|
|
"babel-jest": "^24.9.0",
|
|
"benchmark": "^2.1.4",
|
|
"bili": "^4.8.1",
|
|
"chalk": "^3.0.0",
|
|
"dayjs": "^1.8.18",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-standard": "^14.1.0",
|
|
"eslint-plugin-import": "^2.19.1",
|
|
"eslint-plugin-jest": "^23.1.1",
|
|
"eslint-plugin-node": "^11.0.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"esm": "^3.2.25",
|
|
"figures": "^3.1.0",
|
|
"jest": "^24.9.0",
|
|
"lodash": "^4.17.15",
|
|
"sentencer": "^0.2.0",
|
|
"serve": "^11.2.0",
|
|
"standard-version": "^7.0.1",
|
|
"std-env": "^2.2.1",
|
|
"string-width": "^4.2.0",
|
|
"ts-node": "^8.5.4",
|
|
"typescript": "^3.7.4",
|
|
"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.11.3"
|
|
}
|
|
|