package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "progress@^2.0.0",
  3. "_id": "progress@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
  6. "_location": "/progress",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "progress@^2.0.0",
  12. "name": "progress",
  13. "escapedName": "progress",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint",
  20. "/typedoc"
  21. ],
  22. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/progress/-/progress-2.0.3.tgz",
  23. "_shasum": "7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8",
  24. "_spec": "progress@^2.0.0",
  25. "_where": "D:\\project\\persagy-web\\persagy-web-graph\\node_modules\\eslint",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/visionmedia/node-progress/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Christoffer Hallas",
  37. "email": "christoffer.hallas@gmail.com"
  38. },
  39. {
  40. "name": "Jordan Scales",
  41. "email": "scalesjordan@gmail.com"
  42. },
  43. {
  44. "name": "Andrew Rhyne",
  45. "email": "rhyneandrew@gmail.com"
  46. },
  47. {
  48. "name": "Marco Brack",
  49. "email": "PapstDonB@Googlemail.com"
  50. }
  51. ],
  52. "dependencies": {},
  53. "deprecated": false,
  54. "description": "Flexible ascii progress bar",
  55. "engines": {
  56. "node": ">=0.4.0"
  57. },
  58. "homepage": "https://github.com/visionmedia/node-progress#readme",
  59. "keywords": [
  60. "cli",
  61. "progress"
  62. ],
  63. "license": "MIT",
  64. "main": "./index.js",
  65. "name": "progress",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/visionmedia/node-progress.git"
  69. },
  70. "version": "2.0.3"
  71. }