package.json 1.6 KB

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