package.json 1.5 KB

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