package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "progress@>0.0.1",
  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@>0.0.1",
  12. "name": "progress",
  13. "escapedName": "progress",
  14. "rawSpec": ">0.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": ">0.0.1"
  17. },
  18. "_requiredBy": [
  19. "/eslint",
  20. "/mocha-webpack",
  21. "/oss"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/progress/-/progress-2.0.3.tgz",
  24. "_shasum": "7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8",
  25. "_spec": "progress@>0.0.1",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\oss",
  27. "author": {
  28. "name": "TJ Holowaychuk",
  29. "email": "tj@vision-media.ca"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/visionmedia/node-progress/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Christoffer Hallas",
  38. "email": "christoffer.hallas@gmail.com"
  39. },
  40. {
  41. "name": "Jordan Scales",
  42. "email": "scalesjordan@gmail.com"
  43. },
  44. {
  45. "name": "Andrew Rhyne",
  46. "email": "rhyneandrew@gmail.com"
  47. },
  48. {
  49. "name": "Marco Brack",
  50. "email": "PapstDonB@Googlemail.com"
  51. }
  52. ],
  53. "dependencies": {},
  54. "deprecated": false,
  55. "description": "Flexible ascii progress bar",
  56. "engines": {
  57. "node": ">=0.4.0"
  58. },
  59. "homepage": "https://github.com/visionmedia/node-progress#readme",
  60. "keywords": [
  61. "cli",
  62. "progress"
  63. ],
  64. "license": "MIT",
  65. "main": "./index.js",
  66. "name": "progress",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/visionmedia/node-progress.git"
  70. },
  71. "version": "2.0.3"
  72. }