| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_from": "gauge@^4.0.3",
- "_id": "gauge@4.0.4",
- "_inBundle": false,
- "_integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",
- "_location": "/gauge",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "gauge@^4.0.3",
- "name": "gauge",
- "escapedName": "gauge",
- "rawSpec": "^4.0.3",
- "saveSpec": null,
- "fetchSpec": "^4.0.3"
- },
- "_requiredBy": [
- "/node-gyp/npmlog"
- ],
- "_resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
- "_shasum": "52ff0652f2bbf607a989793d53b751bef2328dce",
- "_spec": "gauge@^4.0.3",
- "_where": "G:\\项目\\mobile\\node_modules\\node-gyp\\node_modules\\npmlog",
- "author": {
- "name": "GitHub Inc."
- },
- "bugs": {
- "url": "https://github.com/npm/gauge/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "aproba": "^1.0.3 || ^2.0.0",
- "color-support": "^1.1.3",
- "console-control-strings": "^1.1.0",
- "has-unicode": "^2.0.1",
- "signal-exit": "^3.0.7",
- "string-width": "^4.2.3",
- "strip-ansi": "^6.0.1",
- "wide-align": "^1.1.5"
- },
- "deprecated": false,
- "description": "A terminal based horizontal gauge",
- "devDependencies": {
- "@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.0",
- "readable-stream": "^3.6.0",
- "tap": "^16.0.1"
- },
- "engines": {
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
- },
- "files": [
- "bin/",
- "lib/"
- ],
- "homepage": "https://github.com/npm/gauge",
- "keywords": [
- "progressbar",
- "progress",
- "gauge"
- ],
- "license": "ISC",
- "main": "lib",
- "name": "gauge",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/gauge.git"
- },
- "scripts": {
- "lint": "eslint \"**/*.js\"",
- "lintfix": "npm run lint -- --fix",
- "postlint": "template-oss-check",
- "posttest": "npm run lint",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
- "preversion": "npm test",
- "snap": "tap",
- "template-oss-apply": "template-oss-apply --force",
- "test": "tap"
- },
- "tap": {
- "branches": 79,
- "statements": 89,
- "functions": 92,
- "lines": 90
- },
- "templateOSS": {
- "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.2.0"
- },
- "version": "4.0.4"
- }
|