111 lines
3.4 KiB
JSON
111 lines
3.4 KiB
JSON
|
{
|
||
|
"_from": "loglevelnext@^1.0.1",
|
||
|
"_id": "loglevelnext@1.0.5",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-V/73qkPuJmx4BcBF19xPBr+0ZRVBhc4POxvZTZdMeXpJ4NItXSJ/MSwuFT0kQJlCbXvdlZoQQ/418bS1y9Jh6A==",
|
||
|
"_location": "/loglevelnext",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "loglevelnext@^1.0.1",
|
||
|
"name": "loglevelnext",
|
||
|
"escapedName": "loglevelnext",
|
||
|
"rawSpec": "^1.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/webpack-log"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/loglevelnext/-/loglevelnext-1.0.5.tgz",
|
||
|
"_shasum": "36fc4f5996d6640f539ff203ba819641680d75a2",
|
||
|
"_spec": "loglevelnext@^1.0.1",
|
||
|
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master\\node_modules\\webpack-log",
|
||
|
"author": {
|
||
|
"name": "Andrew Powell",
|
||
|
"email": "andrew@shellscape.org"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/shellscape/loglevelnext/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"es6-symbol": "^3.1.1",
|
||
|
"object.assign": "^4.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
|
||
|
"devDependencies": {
|
||
|
"@babel/cli": "^7.0.0-beta.46",
|
||
|
"@babel/core": "^7.0.0-beta.46",
|
||
|
"@babel/polyfill": "^7.0.0-beta.46",
|
||
|
"@babel/preset-env": "^7.0.0-beta.46",
|
||
|
"@babel/register": "^7.0.0-beta.46",
|
||
|
"assert": "^1.4.1",
|
||
|
"babel-loader": "^8.0.0-beta.2",
|
||
|
"better-assert": "github:devinrhode2/better-assert-browser",
|
||
|
"chalk": "^2.3.0",
|
||
|
"check-node-version": "^3.1.1",
|
||
|
"codecov.io": "^0.1.6",
|
||
|
"eslint": "^4.13.1",
|
||
|
"eslint-config-webpack": "^1.2.5",
|
||
|
"eslint-plugin-import": "^2.8.0",
|
||
|
"istanbul": "^0.4.5",
|
||
|
"mocha": "^5.1.1",
|
||
|
"mocha-chrome": "^1.0.2",
|
||
|
"sinon": "^4.1.3",
|
||
|
"webpack": "^4.0.0-alpha.1",
|
||
|
"webpack-cli": "^2.0.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 6"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist/",
|
||
|
"factory/",
|
||
|
"lib/",
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/shellscape/loglevelnext",
|
||
|
"keywords": [
|
||
|
"browser",
|
||
|
"console",
|
||
|
"debug",
|
||
|
"error",
|
||
|
"level",
|
||
|
"levels",
|
||
|
"log",
|
||
|
"logger",
|
||
|
"logging",
|
||
|
"loglevel",
|
||
|
"persist",
|
||
|
"persistent",
|
||
|
"plugins",
|
||
|
"prefix",
|
||
|
"trace",
|
||
|
"warn"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "loglevelnext",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/shellscape/loglevelnext.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "npm run build:dev && npm run build:prod",
|
||
|
"build:dev": "NODE_ENV=development webpack index.js",
|
||
|
"build:prod": "NODE_ENV=production webpack index.js",
|
||
|
"check-node": "check-node-version --node 9",
|
||
|
"ci": "npm run cover -- --report lcovonly && npm run lint && npm run test",
|
||
|
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
|
||
|
"lint": "eslint index.js lib test",
|
||
|
"test": "npm run test:node && npm run test:browser",
|
||
|
"test:browser": "if npm run check-node --silent; then mocha-chrome test/tests/browser/entry.html; else npm run test:browser:skip; fi",
|
||
|
"test:browser:skip": "echo \"\\nSkipping Browser Test\\n\\n\\033[32mTests Completed Successfully\\033[0m\"",
|
||
|
"test:node": "mocha --full-trace --check-leaks"
|
||
|
},
|
||
|
"version": "1.0.5"
|
||
|
}
|