mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
2 lines
50 KiB
JSON
2 lines
50 KiB
JSON
|
{"_id":"string-width","_rev":"27-c93eef9da82ccd3d28748ae301ef2606","name":"string-width","description":"Get the visual width of a string - the number of columns required to display it","dist-tags":{"latest":"5.1.2","version4":"4.2.3"},"versions":{"1.0.0":{"name":"string-width","version":"1.0.0","description":"Get the visual width of a string - the number of columns required to display it","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/string-width"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["string","str","character","char","unicode","width","visual","column","columns","fullwidth","full-width","full","ansi","escape","codes","cli","command-line","terminal","console","cjk","chinese","japanese","korean","fixed-width"],"dependencies":{"code-point-at":"^1.0.0","is-fullwidth-code-point":"^1.0.0","strip-ansi":"^3.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"4bbfa2814ce7411a12f2dea7395316606b9d2c39","bugs":{"url":"https://github.com/sindresorhus/string-width/issues"},"homepage":"https://github.com/sindresorhus/string-width","_id":"string-width@1.0.0","_shasum":"facc17cd1dc81311b6ef9014eb7ffa4e89858f3b","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"facc17cd1dc81311b6ef9014eb7ffa4e89858f3b","tarball":"http://localhost:4545/npm/registry/string-width/string-width-1.0.0.tgz","integrity":"sha512-coWD9MT7XKWTVBdUfXMG3WIxQAk3SJHbltAAfcy04J+pTBo0u4jBuYgNgEtWrhyLZfKwo22FvbJ3Zxd0XxPwLw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB5A7RQPAYlk/84AseWwgNww8B3IBtByc2emX753czkSAiAXJ5HdNR3CHbOZP/htBa02cRbZzsZN1asD/QE+JUS43A=="}]},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.0.1":{"name":"string-width","version":"1.0.1","description":"Get the visual width of a string - the number of columns required to display it","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/string-width"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["string","str","character","char","unicode","width","visual","column","columns","fullwidth","full-width","full","ansi","escape","codes","cli","command-line","terminal","console","cjk","chinese","japanese","korean","fixed-width"],"dependencies":{"code-point-at":"^1.0.0","is-fullwidth-code-point":"^1.0.0","strip-ansi":"^3.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"f279cfd14835f0a3c8df69ba18e9a3960156e135","bugs":{"url":"https://github.com/sindresorhus/string-width/issues"},"homepage":"https://github.com/sindresorhus/string-width","_id":"string-width@1.0.1","_shasum":"c92129b6f1d7f52acf9af424a26e3864a05ceb0a","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"c92129b6f1d7f52acf9af424a26e3864a05ceb0a","tarball":"http://localhost:4545/npm/registry/string-width/string-width-1.0.1.tgz","integrity":"sha512-sPfd1Io/7WC2MqQA7ckl7uJRKnZsUpEJamPx+l3wcD+YGqGWDMBWXkLEQdsfrFXgw+T5hdKA0+AKTlccLCjL1Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICokHVA6PEleOirJkhVtZs0pG4n47o3LLVbGhKKA6VKOAiEA4ZR+Bkx67im5K+q8ZKmT9aMA+h2TPM2UAkDd0JmDCp8="}]},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.0.2":{"name":"string-width","version":"1.0.2","description":"Get the visual width of a string - the number of columns required to display it","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/string-width.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keyword
|