您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "author": "GitHub Inc.",
  3. "name": "npmlog",
  4. "description": "logger for npm",
  5. "version": "6.0.2",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/npm/npmlog.git"
  9. },
  10. "main": "lib/log.js",
  11. "files": [
  12. "bin/",
  13. "lib/"
  14. ],
  15. "scripts": {
  16. "test": "tap",
  17. "npmclilint": "npmcli-lint",
  18. "lint": "eslint \"**/*.js\"",
  19. "lintfix": "npm run lint -- --fix",
  20. "posttest": "npm run lint",
  21. "postsnap": "npm run lintfix --",
  22. "postlint": "template-oss-check",
  23. "preversion": "npm test",
  24. "postversion": "npm publish",
  25. "prepublishOnly": "git push origin --follow-tags",
  26. "snap": "tap",
  27. "template-oss-apply": "template-oss-apply --force"
  28. },
  29. "dependencies": {
  30. "are-we-there-yet": "^3.0.0",
  31. "console-control-strings": "^1.1.0",
  32. "gauge": "^4.0.3",
  33. "set-blocking": "^2.0.0"
  34. },
  35. "devDependencies": {
  36. "@npmcli/eslint-config": "^3.0.1",
  37. "@npmcli/template-oss": "3.4.1",
  38. "tap": "^16.0.1"
  39. },
  40. "license": "ISC",
  41. "engines": {
  42. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  43. },
  44. "tap": {
  45. "branches": 95
  46. },
  47. "templateOSS": {
  48. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  49. "version": "3.4.1"
  50. }
  51. }