package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "npmlog@^5.0.0",
  3. "_id": "npmlog@5.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
  6. "_location": "/npmlog",
  7. "_phantomChildren": {
  8. "aproba": "2.0.0",
  9. "color-support": "1.1.3",
  10. "console-control-strings": "1.1.0",
  11. "delegates": "1.0.0",
  12. "has-unicode": "2.0.1",
  13. "object-assign": "4.1.1",
  14. "readable-stream": "3.6.0",
  15. "signal-exit": "3.0.7",
  16. "string-width": "4.2.3",
  17. "strip-ansi": "6.0.1",
  18. "wide-align": "1.1.5"
  19. },
  20. "_requested": {
  21. "type": "range",
  22. "registry": true,
  23. "raw": "npmlog@^5.0.0",
  24. "name": "npmlog",
  25. "escapedName": "npmlog",
  26. "rawSpec": "^5.0.0",
  27. "saveSpec": null,
  28. "fetchSpec": "^5.0.0"
  29. },
  30. "_requiredBy": [
  31. "/node-sass"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
  34. "_shasum": "f06678e80e29419ad67ab964e0fa69959c1eb8b0",
  35. "_spec": "npmlog@^5.0.0",
  36. "_where": "G:\\项目\\mobile\\node_modules\\node-sass",
  37. "author": {
  38. "name": "Isaac Z. Schlueter",
  39. "email": "i@izs.me",
  40. "url": "http://blog.izs.me/"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/npm/npmlog/issues"
  44. },
  45. "bundleDependencies": false,
  46. "dependencies": {
  47. "are-we-there-yet": "^2.0.0",
  48. "console-control-strings": "^1.1.0",
  49. "gauge": "^3.0.0",
  50. "set-blocking": "^2.0.0"
  51. },
  52. "deprecated": false,
  53. "description": "logger for npm",
  54. "devDependencies": {
  55. "@npmcli/lint": "^1.0.1",
  56. "tap": "^15.0.9"
  57. },
  58. "files": [
  59. "log.js"
  60. ],
  61. "homepage": "https://github.com/npm/npmlog#readme",
  62. "license": "ISC",
  63. "main": "log.js",
  64. "name": "npmlog",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/npm/npmlog.git"
  68. },
  69. "scripts": {
  70. "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"",
  71. "lintfix": "npm run lint -- --fix",
  72. "npmclilint": "npmcli-lint",
  73. "postsnap": "npm run lintfix --",
  74. "posttest": "npm run lint --",
  75. "test": "tap test/*.js --branches=95"
  76. },
  77. "version": "5.0.1"
  78. }