1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/has-unicode/package.json

59 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2023-12-28 23:41:32 +08:00
"_from": "has-unicode@^2.0.0",
2023-12-18 13:12:25 +08:00
"_id": "has-unicode@2.0.1",
"_inBundle": false,
2023-12-28 23:41:32 +08:00
"_integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
2023-12-18 13:12:25 +08:00
"_location": "/has-unicode",
"_phantomChildren": {},
"_requested": {
2023-12-28 23:41:32 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2023-12-28 23:41:32 +08:00
"raw": "has-unicode@^2.0.0",
2023-12-18 13:12:25 +08:00
"name": "has-unicode",
"escapedName": "has-unicode",
2023-12-28 23:41:32 +08:00
"rawSpec": "^2.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2023-12-28 23:41:32 +08:00
"fetchSpec": "^2.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/gauge"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/has-unicode/-/has-unicode-2.0.1.tgz",
2023-12-28 23:41:32 +08:00
"_shasum": "e0e6fe6a28cf51138855e086d1691e771de2a8b9",
"_spec": "has-unicode@^2.0.0",
2024-01-16 21:26:16 +08:00
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\gauge",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org"
},
"bugs": {
"url": "https://github.com/iarna/has-unicode/issues"
},
2023-12-28 23:41:32 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Try to guess if your terminal supports unicode",
"devDependencies": {
"require-inject": "^1.3.0",
"tap": "^2.3.1"
},
"files": [
"index.js"
],
"homepage": "https://github.com/iarna/has-unicode",
"keywords": [
"unicode",
"terminal"
],
"license": "ISC",
"main": "index.js",
"name": "has-unicode",
"repository": {
"type": "git",
"url": "git+https://github.com/iarna/has-unicode.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "2.0.1"
}