package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "wcwidth@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "wcwidth@1.0.1",
  9. "_id": "wcwidth@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=",
  12. "_location": "/wcwidth",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "wcwidth@1.0.1",
  18. "name": "wcwidth",
  19. "escapedName": "wcwidth",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/ora"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Tim Oxley"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/timoxley/wcwidth/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Woong Jun",
  39. "email": "woong.jun@gmail.com",
  40. "url": "http://code.woong.org/"
  41. }
  42. ],
  43. "dependencies": {
  44. "defaults": "^1.0.3"
  45. },
  46. "description": "Port of C's wcwidth() and wcswidth()",
  47. "devDependencies": {
  48. "tape": "^4.5.1"
  49. },
  50. "directories": {
  51. "doc": "docs",
  52. "test": "test"
  53. },
  54. "homepage": "https://github.com/timoxley/wcwidth#readme",
  55. "keywords": [
  56. "wide character",
  57. "wc",
  58. "wide character string",
  59. "wcs",
  60. "terminal",
  61. "width",
  62. "wcwidth",
  63. "wcswidth"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "wcwidth",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/timoxley/wcwidth.git"
  71. },
  72. "scripts": {
  73. "test": "tape test/*.js"
  74. },
  75. "version": "1.0.1"
  76. }