package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "npmlog@4.1.2",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "npmlog@4.1.2",
  10. "_id": "npmlog@4.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
  13. "_location": "/npmlog",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "npmlog@4.1.2",
  19. "name": "npmlog",
  20. "escapedName": "npmlog",
  21. "rawSpec": "4.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.2"
  24. },
  25. "_requiredBy": [
  26. "/node-gyp",
  27. "/node-sass"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
  30. "_spec": "4.1.2",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/npm/npmlog/issues"
  39. },
  40. "dependencies": {
  41. "are-we-there-yet": "~1.1.2",
  42. "console-control-strings": "~1.1.0",
  43. "gauge": "~2.7.3",
  44. "set-blocking": "~2.0.0"
  45. },
  46. "description": "logger for npm",
  47. "devDependencies": {
  48. "standard": "~7.1.2",
  49. "tap": "~5.7.3"
  50. },
  51. "files": [
  52. "log.js"
  53. ],
  54. "homepage": "https://github.com/npm/npmlog#readme",
  55. "license": "ISC",
  56. "main": "log.js",
  57. "name": "npmlog",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/npm/npmlog.git"
  61. },
  62. "scripts": {
  63. "test": "standard && tap test/*.js"
  64. },
  65. "version": "4.1.2"
  66. }