| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_from": "has-ansi@^0.1.0",
- "_id": "has-ansi@0.1.0",
- "_inBundle": false,
- "_integrity": "sha512-1YsTg1fk2/6JToQhtZkArMkurq8UoWU1Qe0aR3VUHjgij4nOylSWLWAtBXoZ4/dXOmugfLGm1c+QhuD0JyedFA==",
- "_location": "/gulp-nop/has-ansi",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "has-ansi@^0.1.0",
- "name": "has-ansi",
- "escapedName": "has-ansi",
- "rawSpec": "^0.1.0",
- "saveSpec": null,
- "fetchSpec": "^0.1.0"
- },
- "_requiredBy": [
- "/gulp-nop/chalk"
- ],
- "_resolved": "https://registry.npmmirror.com/has-ansi/-/has-ansi-0.1.0.tgz",
- "_shasum": "84f265aae8c0e6a88a12d7022894b7568894c62e",
- "_spec": "has-ansi@^0.1.0",
- "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\gulp-nop\\node_modules\\chalk",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "bin": {
- "has-ansi": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/has-ansi/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "ansi-regex": "^0.2.0"
- },
- "deprecated": false,
- "description": "Check if a string has ANSI escape codes",
- "devDependencies": {
- "mocha": "*"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js",
- "cli.js"
- ],
- "homepage": "https://github.com/sindresorhus/has-ansi#readme",
- "keywords": [
- "cli",
- "bin",
- "ansi",
- "styles",
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "string",
- "tty",
- "escape",
- "shell",
- "xterm",
- "command-line",
- "text",
- "regex",
- "regexp",
- "re",
- "match",
- "test",
- "find",
- "pattern",
- "has"
- ],
- "license": "MIT",
- "name": "has-ansi",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/has-ansi.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "0.1.0"
- }
|