12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "ansi-escapes@^3.0.0",
- "_id": "ansi-escapes@3.1.0",
- "_inBundle": false,
- "_integrity": "sha512-UgAb8H9D41AQnu/PbWlCofQVcnV4Gs2bBJi9eZPxfU/hgglFh3SMDMENRIqdr7H6XFnXdoknctFByVsCOotTVw==",
- "_location": "/ansi-escapes",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ansi-escapes@^3.0.0",
- "name": "ansi-escapes",
- "escapedName": "ansi-escapes",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "/inquirer"
- ],
- "_resolved": "http://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.1.0.tgz",
- "_shasum": "f73207bb81207d75fd6c83f125af26eea378ca30",
- "_spec": "ansi-escapes@^3.0.0",
- "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/inquirer",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/ansi-escapes/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "ANSI escape codes for manipulating the terminal",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/ansi-escapes#readme",
- "keywords": [
- "ansi",
- "terminal",
- "console",
- "cli",
- "string",
- "tty",
- "escape",
- "escapes",
- "formatting",
- "shell",
- "xterm",
- "log",
- "logging",
- "command-line",
- "text",
- "vt100",
- "sequence",
- "control",
- "code",
- "codes",
- "cursor",
- "iterm",
- "iterm2"
- ],
- "license": "MIT",
- "name": "ansi-escapes",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/ansi-escapes.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "3.1.0"
- }
|