mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
2 lines
11 KiB
JSON
2 lines
11 KiB
JSON
|
{"_id":"is-fullwidth-code-point","_rev":"11-9d2fbc42fcab7d07c8e177de29f11af7","name":"is-fullwidth-code-point","description":"Check if the character represented by a given Unicode code point is fullwidth","dist-tags":{"latest":"4.0.0"},"versions":{"1.0.0":{"name":"is-fullwidth-code-point","version":"1.0.0","description":"Check if the character represented by a given Unicode code point is fullwidth","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/is-fullwidth-code-point"},"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":["fullwidth","full-width","full","width","unicode","character","char","string","str","codepoint","code","point","is","detect","check"],"dependencies":{"number-is-nan":"^1.0.0"},"devDependencies":{"ava":"0.0.4","code-point-at":"^1.0.0"},"gitHead":"f2152d357f41f82785436d428e4f8ede143b7548","bugs":{"url":"https://github.com/sindresorhus/is-fullwidth-code-point/issues"},"homepage":"https://github.com/sindresorhus/is-fullwidth-code-point","_id":"is-fullwidth-code-point@1.0.0","_shasum":"ef9e31386f031a7f0d643af82fde50c457ef00cb","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"ef9e31386f031a7f0d643af82fde50c457ef00cb","tarball":"http://localhost:4545/npm/registry/is-fullwidth-code-point/is-fullwidth-code-point-1.0.0.tgz","integrity":"sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBhb0b+tF5u+eLyOiDCJWf+9vivPAhAjfB63B7nxGGdPAiEA68Z6vda38SbQiDKsCXPOKotDbZ7+ZO60j6dUHZPegXo="}]},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"2.0.0":{"name":"is-fullwidth-code-point","version":"2.0.0","description":"Check if the character represented by a given Unicode code point is fullwidth","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/is-fullwidth-code-point.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["fullwidth","full-width","full","width","unicode","character","char","string","str","codepoint","code","point","is","detect","check"],"devDependencies":{"ava":"*","xo":"*"},"xo":{"esnext":true},"gitHead":"e94a78056056c5546f2bf4c4cf812a2163a46dae","bugs":{"url":"https://github.com/sindresorhus/is-fullwidth-code-point/issues"},"homepage":"https://github.com/sindresorhus/is-fullwidth-code-point#readme","_id":"is-fullwidth-code-point@2.0.0","_shasum":"a3b30a5c4f199183167aaab93beefae3ddfb654f","_from":".","_npmVersion":"3.10.7","_nodeVersion":"4.5.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"a3b30a5c4f199183167aaab93beefae3ddfb654f","tarball":"http://localhost:4545/npm/registry/is-fullwidth-code-point/is-fullwidth-code-point-2.0.0.tgz","integrity":"sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSW/cIb2AC9PUmuDvt3vURWZEjYEv+/Z+qXFcaI3He9wIhAJplGEI7JWtosgwWrXJjQD9IYNK5KNVtWFv31JFxRyHm"}]},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/is-fullwidth-code-point-2.0.0.tgz_1474526567505_0.299921662081033"},"directories":{}},"3.0.0":{"name":"is-fullwidth-code-point","version":"3.0.0","description":"Check if the character represented by a given Unicode code point is fullwidth","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/is-fullwidth-code-point.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=8"},"scripts":{"test":"xo && ava &&
|