package.json 2.11 KB
{
  "_from": "npmlog@^5.0.0",
  "_id": "npmlog@5.0.1",
  "_inBundle": false,
  "_integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
  "_location": "/npmlog",
  "_phantomChildren": {
    "aproba": "2.0.0",
    "color-support": "1.1.3",
    "console-control-strings": "1.1.0",
    "delegates": "1.0.0",
    "has-unicode": "2.0.1",
    "object-assign": "4.1.1",
    "readable-stream": "3.6.0",
    "signal-exit": "3.0.7",
    "string-width": "4.2.3",
    "strip-ansi": "6.0.1",
    "wide-align": "1.1.5"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "npmlog@^5.0.0",
    "name": "npmlog",
    "escapedName": "npmlog",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/node-sass"
  ],
  "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
  "_shasum": "f06678e80e29419ad67ab964e0fa69959c1eb8b0",
  "_spec": "npmlog@^5.0.0",
  "_where": "C:\\Users\\tahm_\\OneDrive\\바탕 화면\\2022-1\\오픈소스\\프로젝트\\khuhub\\OSSW_Weather_Briefing2\\node_modules\\node-sass",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/npmlog/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "are-we-there-yet": "^2.0.0",
    "console-control-strings": "^1.1.0",
    "gauge": "^3.0.0",
    "set-blocking": "^2.0.0"
  },
  "deprecated": false,
  "description": "logger for npm",
  "devDependencies": {
    "@npmcli/lint": "^1.0.1",
    "tap": "^15.0.9"
  },
  "files": [
    "log.js"
  ],
  "homepage": "https://github.com/npm/npmlog#readme",
  "license": "ISC",
  "main": "log.js",
  "name": "npmlog",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npmlog.git"
  },
  "scripts": {
    "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"",
    "lintfix": "npm run lint -- --fix",
    "npmclilint": "npmcli-lint",
    "postsnap": "npm run lintfix --",
    "posttest": "npm run lint --",
    "test": "tap test/*.js --branches=95"
  },
  "version": "5.0.1"
}