package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. "/node-gyp",
  20. "/node-sass"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
  23. "_shasum": "08a7f2a8bf734604779a9efa4ad5cc717abb954b",
  24. "_spec": "npmlog@^4.0.0",
  25. "_where": "D:\\公司项目\\wms\\node_modules\\node-sass",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/npm/npmlog/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "are-we-there-yet": "~1.1.2",
  37. "console-control-strings": "~1.1.0",
  38. "gauge": "~2.7.3",
  39. "set-blocking": "~2.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "logger for npm",
  43. "devDependencies": {
  44. "standard": "~7.1.2",
  45. "tap": "~5.7.3"
  46. },
  47. "files": [
  48. "log.js"
  49. ],
  50. "homepage": "https://github.com/npm/npmlog#readme",
  51. "license": "ISC",
  52. "main": "log.js",
  53. "name": "npmlog",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/npm/npmlog.git"
  57. },
  58. "scripts": {
  59. "test": "standard && tap test/*.js"
  60. },
  61. "version": "4.1.2"
  62. }