package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "progress@2.0.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "progress@2.0.3",
  10. "_id": "progress@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-foz42PW48jnBvGi+tOt4Vn1XLvg=",
  13. "_location": "/progress",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "progress@2.0.3",
  19. "name": "progress",
  20. "escapedName": "progress",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-plugin-eslint/eslint",
  27. "/eslint"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/progress/download/progress-2.0.3.tgz",
  30. "_spec": "2.0.3",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "TJ Holowaychuk",
  34. "email": "tj@vision-media.ca"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/visionmedia/node-progress/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Christoffer Hallas",
  42. "email": "christoffer.hallas@gmail.com"
  43. },
  44. {
  45. "name": "Jordan Scales",
  46. "email": "scalesjordan@gmail.com"
  47. },
  48. {
  49. "name": "Andrew Rhyne",
  50. "email": "rhyneandrew@gmail.com"
  51. },
  52. {
  53. "name": "Marco Brack",
  54. "email": "PapstDonB@Googlemail.com"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "Flexible ascii progress bar",
  59. "engines": {
  60. "node": ">=0.4.0"
  61. },
  62. "homepage": "https://github.com/visionmedia/node-progress#readme",
  63. "keywords": [
  64. "cli",
  65. "progress"
  66. ],
  67. "license": "MIT",
  68. "main": "./index.js",
  69. "name": "progress",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/visionmedia/node-progress.git"
  73. },
  74. "version": "2.0.3"
  75. }