123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_from": "bs-logger@0.x",
- "_id": "bs-logger@0.2.6",
- "_inBundle": false,
- "_integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==",
- "_location": "/bs-logger",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "bs-logger@0.x",
- "name": "bs-logger",
- "escapedName": "bs-logger",
- "rawSpec": "0.x",
- "saveSpec": null,
- "fetchSpec": "0.x"
- },
- "_requiredBy": [
- "/ts-jest"
- ],
- "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/bs-logger/-/bs-logger-0.2.6.tgz",
- "_shasum": "eb7d365307a72cf974cc6cda76b68354ad336bd8",
- "_spec": "bs-logger@0.x",
- "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\ts-jest",
- "author": {
- "name": "Huafu Gandon",
- "email": "huafu.gandon@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/huafu/bs-logger/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "fast-json-stable-stringify": "2.x"
- },
- "deprecated": false,
- "description": "Bare simple logger for NodeJS",
- "devDependencies": {
- "@commitlint/cli": "7.x",
- "@commitlint/config-conventional": "7.x",
- "@types/jest": "23.x",
- "@types/node": "10.x",
- "conventional-changelog-cli": "2.x",
- "husky": "0.x",
- "jest": "23.x",
- "lint-staged": "7.x",
- "prettier": "1.x",
- "rimraf": "2.x",
- "ts-jest": "23.x",
- "tslint": "5.x",
- "tslint-config-prettier": "1.x",
- "tslint-plugin-prettier": "2.x",
- "typescript": "3.x"
- },
- "engines": {
- "node": ">= 6"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/huafu/bs-logger#readme",
- "keywords": [
- "bare simple logger",
- "simple logger",
- "simple",
- "logger",
- "typescript",
- "lib",
- "library"
- ],
- "license": "MIT",
- "lint-staged": {
- "linters": {
- "*.{ts,tsx}": [
- "tslint --fix",
- "git add"
- ]
- }
- },
- "main": "dist/index.js",
- "name": "bs-logger",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/huafu/bs-logger.git"
- },
- "scripts": {
- "build": "tsc -p tsconfig.build.json",
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
- "clean": "rimraf dist coverage",
- "commitmsg": "commitlint -E GIT_PARAMS",
- "lint": "tslint --project tsconfig.json --format stylish",
- "lint:fix": "tslint --fix --project tsconfig.json",
- "postcommit": "git reset",
- "posttest": "npm run typecheck && npm run lint",
- "postversion": "git push && git push --tags",
- "prebuild": "npm run clean",
- "precommit": "lint-staged",
- "prepare": "npm run build",
- "prepublishOnly": "npm run test",
- "preversion": "npm test",
- "test": "jest --coverage",
- "test:watch": "jest --watch",
- "typecheck": "tsc -p . --noEmit",
- "version": "npm run changelog && git add CHANGELOG.md"
- },
- "types": "dist/index.d.ts",
- "version": "0.2.6"
- }
|