| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_from": "fancy-log@^2.0.0",
- "_id": "fancy-log@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-9CzxZbACXMUXW13tS0tI8XsGGmxWzO2DmYrGuBJOJ8k8q2K7hwfJA5qHjuPPe8wtsco33YR9wc+Rlr5wYFvhSA==",
- "_location": "/gulp-load-plugins/fancy-log",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "fancy-log@^2.0.0",
- "name": "fancy-log",
- "escapedName": "fancy-log",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/gulp-load-plugins"
- ],
- "_resolved": "https://registry.npmmirror.com/fancy-log/-/fancy-log-2.0.0.tgz",
- "_shasum": "cad207b8396d69ae4796d74d17dff5f68b2f7343",
- "_spec": "fancy-log@^2.0.0",
- "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\gulp-load-plugins",
- "author": {
- "name": "Gulp Team",
- "email": "team@gulpjs.com",
- "url": "http://gulpjs.com/"
- },
- "bugs": {
- "url": "https://github.com/gulpjs/fancy-log/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Blaine Bublitz",
- "email": "blaine.bublitz@gmail.com"
- },
- {
- "name": "Aman Mittal",
- "url": "http://amandeepmittal.github.io/"
- }
- ],
- "dependencies": {
- "color-support": "^1.1.3"
- },
- "deprecated": false,
- "description": "Log things, prefixed with a timestamp.",
- "devDependencies": {
- "eslint": "^7.32.0",
- "eslint-config-gulp": "^5.0.1",
- "eslint-plugin-node": "^11.1.0",
- "expect": "^27.4.2",
- "mocha": "^8.4.0",
- "nyc": "^15.1.0",
- "parse-node-version": "^2.0.0",
- "sinon": "^12.0.1"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "files": [
- "LICENSE",
- "index.js"
- ],
- "homepage": "https://github.com/gulpjs/fancy-log#readme",
- "keywords": [
- "console.log",
- "log",
- "logger",
- "logging",
- "pretty",
- "timestamp"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "fancy-log",
- "nyc": {
- "reporter": [
- "lcov",
- "text-summary"
- ]
- },
- "prettier": {
- "singleQuote": true
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gulpjs/fancy-log.git"
- },
- "scripts": {
- "lint": "eslint .",
- "pretest": "npm run lint",
- "test": "nyc mocha --async-only"
- },
- "version": "2.0.0"
- }
|