package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "npmlog@^4.0.1",
  3. "_id": "npmlog@4.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
  6. "_location": "/npmlog",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "npmlog@^4.0.1",
  12. "name": "npmlog",
  13. "escapedName": "npmlog",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/prebuild-install"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
  22. "_shasum": "08a7f2a8bf734604779a9efa4ad5cc717abb954b",
  23. "_spec": "npmlog@^4.0.1",
  24. "_where": "/home/tdedhar/Documents/viki/node_modules/prebuild-install",
  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": "~1.1.2",
  36. "console-control-strings": "~1.1.0",
  37. "gauge": "~2.7.3",
  38. "set-blocking": "~2.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "logger for npm",
  42. "devDependencies": {
  43. "standard": "~7.1.2",
  44. "tap": "~5.7.3"
  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. "test": "standard && tap test/*.js"
  59. },
  60. "version": "4.1.2"
  61. }