1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/registry/npm/is-fullwidth-code-point/registry.json
David Sherret 8539cacbbe
chore: update more registry.json files (#25615)
Extracted out of https://github.com/denoland/deno/pull/25614

It's better for these to be non-minified because then diffs are better
when adding new versions.
2024-09-13 15:27:20 +01:00

112 lines
3.4 KiB
JSON

{
"name": "is-fullwidth-code-point",
"description": "Check if the character represented by a given Unicode code point is fullwidth",
"dist-tags": {
"latest": "3.0.0"
},
"versions": {
"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"
],
"devDependencies": {
"ava": "*",
"xo": "*"
},
"xo": {
"esnext": true
},
"gitHead": "e94a78056056c5546f2bf4c4cf812a2163a46dae",
"bugs": {
"url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
},
"_id": "is-fullwidth-code-point@2.0.0",
"_shasum": "a3b30a5c4f199183167aaab93beefae3ddfb654f",
"_from": ".",
"_npmVersion": "3.10.7",
"_nodeVersion": "4.5.0",
"dist": {
"shasum": "a3b30a5c4f199183167aaab93beefae3ddfb654f",
"tarball": "http://localhost:4260/is-fullwidth-code-point/is-fullwidth-code-point-2.0.0.tgz",
"integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w=="
},
"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 && tsd-check"
},
"devDependencies": {
"ava": "^1.3.1",
"tsd-check": "^0.5.0",
"xo": "^0.24.0"
},
"gitHead": "80e5e314d86e5f76bd1b0573aa9d33e615a372db",
"bugs": {
"url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
},
"_id": "is-fullwidth-code-point@3.0.0",
"_nodeVersion": "8.15.0",
"_npmVersion": "6.9.0",
"dist": {
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
"shasum": "f116f8064fe90b3f7844a38997c0b75051269f1d",
"tarball": "http://localhost:4260/is-fullwidth-code-point/is-fullwidth-code-point-3.0.0.tgz",
"fileCount": 5,
"unpackedSize": 4994
},
"directories": {},
"_hasShrinkwrap": false
}
},
"homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
},
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
},
"license": "MIT",
"readmeFilename": "readme.md"
}