package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "console-control-strings@^1.1.0",
  3. "_id": "console-control-strings@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
  6. "_location": "/console-control-strings",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "console-control-strings@^1.1.0",
  12. "name": "console-control-strings",
  13. "escapedName": "console-control-strings",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/gauge",
  20. "/npmlog"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
  23. "_shasum": "3d7cf4464db6446ea644bf4b39507f9851008e8e",
  24. "_spec": "console-control-strings@^1.1.0",
  25. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\npmlog",
  26. "author": {
  27. "name": "Rebecca Turner",
  28. "email": "me@re-becca.org",
  29. "url": "http://re-becca.org/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/iarna/console-control-strings/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.",
  37. "devDependencies": {
  38. "standard": "^7.1.2",
  39. "tap": "^5.7.2"
  40. },
  41. "directories": {
  42. "test": "test"
  43. },
  44. "files": [
  45. "LICENSE",
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/iarna/console-control-strings#readme",
  49. "keywords": [],
  50. "license": "ISC",
  51. "main": "index.js",
  52. "name": "console-control-strings",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/iarna/console-control-strings.git"
  56. },
  57. "scripts": {
  58. "test": "standard && tap test/*.js"
  59. },
  60. "version": "1.1.0"
  61. }