package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "is-fullwidth-code-point@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "is-fullwidth-code-point@1.0.0",
  9. "_id": "is-fullwidth-code-point@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
  12. "_location": "/is-fullwidth-code-point",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-fullwidth-code-point@1.0.0",
  18. "name": "is-fullwidth-code-point",
  19. "escapedName": "is-fullwidth-code-point",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/string-width"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  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. "dependencies": {
  39. "number-is-nan": "^1.0.0"
  40. },
  41. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  42. "devDependencies": {
  43. "ava": "0.0.4",
  44. "code-point-at": "^1.0.0"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  53. "keywords": [
  54. "fullwidth",
  55. "full-width",
  56. "full",
  57. "width",
  58. "unicode",
  59. "character",
  60. "char",
  61. "string",
  62. "str",
  63. "codepoint",
  64. "code",
  65. "point",
  66. "is",
  67. "detect",
  68. "check"
  69. ],
  70. "license": "MIT",
  71. "name": "is-fullwidth-code-point",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  75. },
  76. "scripts": {
  77. "test": "node test.js"
  78. },
  79. "version": "1.0.0"
  80. }