package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "npmlog@^4.0.0",
  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.0",
  12. "name": "npmlog",
  13. "escapedName": "npmlog",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-sass/node-sass",
  20. "/node-gyp",
  21. "/node-sass"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
  24. "_shasum": "08a7f2a8bf734604779a9efa4ad5cc717abb954b",
  25. "_spec": "npmlog@^4.0.0",
  26. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/node-sass",
  27. "author": {
  28. "name": "Isaac Z. Schlueter",
  29. "email": "i@izs.me",
  30. "url": "http://blog.izs.me/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/npm/npmlog/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "are-we-there-yet": "~1.1.2",
  38. "console-control-strings": "~1.1.0",
  39. "gauge": "~2.7.3",
  40. "set-blocking": "~2.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "logger for npm",
  44. "devDependencies": {
  45. "standard": "~7.1.2",
  46. "tap": "~5.7.3"
  47. },
  48. "files": [
  49. "log.js"
  50. ],
  51. "homepage": "https://github.com/npm/npmlog#readme",
  52. "license": "ISC",
  53. "main": "log.js",
  54. "name": "npmlog",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/npm/npmlog.git"
  58. },
  59. "scripts": {
  60. "test": "standard && tap test/*.js"
  61. },
  62. "version": "4.1.2"
  63. }