| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "kleur@^2.0.1",
- "_id": "kleur@2.0.2",
- "_inBundle": false,
- "_integrity": "sha512-77XF9iTllATmG9lSlIv0qdQ2BQ/h9t0bJllHlbvsQ0zUWfU7Yi0S8L5JXzPZgkefIiajLmBJJ4BsMJmqcf7oxQ==",
- "_location": "/kleur",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "kleur@^2.0.1",
- "name": "kleur",
- "escapedName": "kleur",
- "rawSpec": "^2.0.1",
- "saveSpec": null,
- "fetchSpec": "^2.0.1"
- },
- "_requiredBy": [
- "/prompts"
- ],
- "_resolved": "https://registry.npmmirror.com/kleur/-/kleur-2.0.2.tgz",
- "_shasum": "b704f4944d95e255d038f0cb05fb8a602c55a300",
- "_spec": "kleur@^2.0.1",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\prompts",
- "author": {
- "name": "Luke Edwards",
- "email": "luke.edwards05@gmail.com",
- "url": "lukeed.com"
- },
- "bugs": {
- "url": "https://github.com/lukeed/kleur/issues"
- },
- "bundleDependencies": false,
- "deprecated": "Please upgrade to kleur@3 or migrate to 'ansi-colors' if you prefer the old syntax. Visit <https://github.com/lukeed/kleur/releases/tag/v3.0.0\\> for migration path(s).",
- "description": "The fastest Node.js library for formatting terminal text with ANSI colors~!",
- "devDependencies": {
- "tap-spec": "^5.0.0",
- "tape": "^4.9.1"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "*.js",
- "*.d.ts"
- ],
- "homepage": "https://github.com/lukeed/kleur#readme",
- "keywords": [
- "ansi",
- "cli",
- "color",
- "colors",
- "console",
- "terminal"
- ],
- "license": "MIT",
- "name": "kleur",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lukeed/kleur.git"
- },
- "scripts": {
- "test": "tape test/*.js | tap-spec"
- },
- "types": "kleur.d.ts",
- "version": "2.0.2"
- }
|