tis-cli前端项目快速搭建命令行工具
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.

77 lines
1.8 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "is-fullwidth-code-point@3.0.0",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "is-fullwidth-code-point@3.0.0",
  9. "_id": "is-fullwidth-code-point@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0=",
  12. "_location": "/is-fullwidth-code-point",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-fullwidth-code-point@3.0.0",
  18. "name": "is-fullwidth-code-point",
  19. "escapedName": "is-fullwidth-code-point",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/string-width"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz",
  28. "_spec": "3.0.0",
  29. "_where": "E:\\work\\code\\tis-cli",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
  37. },
  38. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  39. "devDependencies": {
  40. "ava": "^1.3.1",
  41. "tsd-check": "^0.5.0",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  52. "keywords": [
  53. "fullwidth",
  54. "full-width",
  55. "full",
  56. "width",
  57. "unicode",
  58. "character",
  59. "string",
  60. "codepoint",
  61. "code",
  62. "point",
  63. "is",
  64. "detect",
  65. "check"
  66. ],
  67. "license": "MIT",
  68. "name": "is-fullwidth-code-point",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava && tsd-check"
  75. },
  76. "version": "3.0.0"
  77. }