You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
124 lines
2.7 KiB
124 lines
2.7 KiB
{ |
|
"_args": [ |
|
[ |
|
"ansi-regex@^2.0.0", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/has-ansi" |
|
] |
|
], |
|
"_from": "ansi-regex@>=2.0.0 <3.0.0", |
|
"_id": "ansi-regex@2.1.1", |
|
"_inCache": true, |
|
"_installable": true, |
|
"_location": "/ansi-regex", |
|
"_nodeVersion": "0.10.32", |
|
"_npmOperationalInternal": { |
|
"host": "packages-18-east.internal.npmjs.com", |
|
"tmp": "tmp/ansi-regex-2.1.1.tgz_1484363378013_0.4482989883981645" |
|
}, |
|
"_npmUser": { |
|
"email": "i.am.qix@gmail.com", |
|
"name": "qix" |
|
}, |
|
"_npmVersion": "2.14.2", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"name": "ansi-regex", |
|
"raw": "ansi-regex@^2.0.0", |
|
"rawSpec": "^2.0.0", |
|
"scope": null, |
|
"spec": ">=2.0.0 <3.0.0", |
|
"type": "range" |
|
}, |
|
"_requiredBy": [ |
|
"/has-ansi", |
|
"/strip-ansi" |
|
], |
|
"_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", |
|
"_shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df", |
|
"_shrinkwrap": null, |
|
"_spec": "ansi-regex@^2.0.0", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/has-ansi", |
|
"author": { |
|
"email": "sindresorhus@gmail.com", |
|
"name": "Sindre Sorhus", |
|
"url": "sindresorhus.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/chalk/ansi-regex/issues" |
|
}, |
|
"dependencies": {}, |
|
"description": "Regular expression for matching ANSI escape codes", |
|
"devDependencies": { |
|
"ava": "0.17.0", |
|
"xo": "0.16.0" |
|
}, |
|
"directories": {}, |
|
"dist": { |
|
"shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df", |
|
"tarball": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"gitHead": "7c908e7b4eb6cd82bfe1295e33fdf6d166c7ed85", |
|
"homepage": "https://github.com/chalk/ansi-regex#readme", |
|
"keywords": [ |
|
"ansi", |
|
"styles", |
|
"color", |
|
"colour", |
|
"colors", |
|
"terminal", |
|
"console", |
|
"cli", |
|
"string", |
|
"tty", |
|
"escape", |
|
"formatting", |
|
"rgb", |
|
"256", |
|
"shell", |
|
"xterm", |
|
"command-line", |
|
"text", |
|
"regex", |
|
"regexp", |
|
"re", |
|
"match", |
|
"test", |
|
"find", |
|
"pattern" |
|
], |
|
"license": "MIT", |
|
"maintainers": [ |
|
{ |
|
"email": "i.am.qix@gmail.com", |
|
"name": "qix" |
|
}, |
|
{ |
|
"email": "sindresorhus@gmail.com", |
|
"name": "sindresorhus" |
|
} |
|
], |
|
"name": "ansi-regex", |
|
"optionalDependencies": {}, |
|
"readme": "ERROR: No README data found!", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/chalk/ansi-regex.git" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava --verbose", |
|
"view-supported": "node fixtures/view-codes.js" |
|
}, |
|
"version": "2.1.1", |
|
"xo": { |
|
"rules": { |
|
"guard-for-in": 0, |
|
"no-loop-func": 0 |
|
} |
|
} |
|
}
|
|
|