package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "npmlog@^5.0.1",
  3. "_id": "npmlog@5.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
  6. "_location": "/npmlog",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "npmlog@^5.0.1",
  12. "name": "npmlog",
  13. "escapedName": "npmlog",
  14. "rawSpec": "^5.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@mapbox/node-pre-gyp"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
  22. "_shasum": "f06678e80e29419ad67ab964e0fa69959c1eb8b0",
  23. "_spec": "npmlog@^5.0.1",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\@mapbox\\node-pre-gyp",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/npmlog/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "are-we-there-yet": "^2.0.0",
  36. "console-control-strings": "^1.1.0",
  37. "gauge": "^3.0.0",
  38. "set-blocking": "^2.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "logger for npm",
  42. "devDependencies": {
  43. "@npmcli/lint": "^1.0.1",
  44. "tap": "^15.0.9"
  45. },
  46. "files": [
  47. "log.js"
  48. ],
  49. "homepage": "https://github.com/npm/npmlog#readme",
  50. "license": "ISC",
  51. "main": "log.js",
  52. "name": "npmlog",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/npm/npmlog.git"
  56. },
  57. "scripts": {
  58. "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"",
  59. "lintfix": "npm run lint -- --fix",
  60. "npmclilint": "npmcli-lint",
  61. "postsnap": "npm run lintfix --",
  62. "posttest": "npm run lint --",
  63. "test": "tap test/*.js --branches=95"
  64. },
  65. "version": "5.0.1"
  66. }