package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "has-unicode@2.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "has-unicode@2.0.1",
  9. "_id": "has-unicode@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
  12. "_location": "/has-unicode",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has-unicode@2.0.1",
  18. "name": "has-unicode",
  19. "escapedName": "has-unicode",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/gauge"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/has-unicode/-/has-unicode-2.0.1.tgz",
  28. "_spec": "2.0.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Rebecca Turner",
  32. "email": "me@re-becca.org"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/iarna/has-unicode/issues"
  36. },
  37. "description": "Try to guess if your terminal supports unicode",
  38. "devDependencies": {
  39. "require-inject": "^1.3.0",
  40. "tap": "^2.3.1"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/iarna/has-unicode",
  46. "keywords": [
  47. "unicode",
  48. "terminal"
  49. ],
  50. "license": "ISC",
  51. "main": "index.js",
  52. "name": "has-unicode",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/iarna/has-unicode.git"
  56. },
  57. "scripts": {
  58. "test": "tap test/*.js"
  59. },
  60. "version": "2.0.1"
  61. }