package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "console-control-strings@1.1.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "console-control-strings@1.1.0",
  9. "_id": "console-control-strings@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
  12. "_location": "/console-control-strings",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "console-control-strings@1.1.0",
  18. "name": "console-control-strings",
  19. "escapedName": "console-control-strings",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/gauge",
  26. "/npmlog"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/console-control-strings/-/console-control-strings-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Rebecca Turner",
  33. "email": "me@re-becca.org",
  34. "url": "http://re-becca.org/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/iarna/console-control-strings/issues"
  38. },
  39. "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.",
  40. "devDependencies": {
  41. "standard": "^7.1.2",
  42. "tap": "^5.7.2"
  43. },
  44. "directories": {
  45. "test": "test"
  46. },
  47. "files": [
  48. "LICENSE",
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/iarna/console-control-strings#readme",
  52. "keywords": [],
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "console-control-strings",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/iarna/console-control-strings.git"
  59. },
  60. "scripts": {
  61. "test": "standard && tap test/*.js"
  62. },
  63. "version": "1.1.0"
  64. }