package.json 1.9 KB

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