Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "progress@^2.0.0",
  3. "_id": "progress@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OE+a6vzqazc+K6LxJrX5UPyKFvGnL5CYmq2jFGNIBWHpc4QyE49/YOumcrpQFJpfejmvRtbJzgO1zPmMCqlbBg==",
  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. ],
  21. "_resolved": "https://registry.npmjs.org/progress/-/progress-2.0.1.tgz",
  22. "_shasum": "c9242169342b1c29d275889c95734621b1952e31",
  23. "_spec": "progress@^2.0.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/visionmedia/node-progress/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Christoffer Hallas",
  36. "email": "christoffer.hallas@gmail.com"
  37. },
  38. {
  39. "name": "Jordan Scales",
  40. "email": "scalesjordan@gmail.com"
  41. },
  42. {
  43. "name": "Andrew Rhyne",
  44. "email": "rhyneandrew@gmail.com"
  45. },
  46. {
  47. "name": "Marco Brack",
  48. "email": "PapstDonB@Googlemail.com"
  49. }
  50. ],
  51. "dependencies": {},
  52. "deprecated": false,
  53. "description": "Flexible ascii progress bar",
  54. "engines": {
  55. "node": ">=0.4.0"
  56. },
  57. "homepage": "https://github.com/visionmedia/node-progress#readme",
  58. "keywords": [
  59. "cli",
  60. "progress"
  61. ],
  62. "license": "MIT",
  63. "main": "./index.js",
  64. "name": "progress",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/visionmedia/node-progress.git"
  68. },
  69. "version": "2.0.1"
  70. }