forked from enviPath/enviPy
Current Dev State
This commit is contained in:
79
static/js/ketcher2/node_modules/cli-columns/package.json
generated
vendored
Normal file
79
static/js/ketcher2/node_modules/cli-columns/package.json
generated
vendored
Normal file
@ -0,0 +1,79 @@
|
||||
{
|
||||
"_from": "cli-columns@^1.0.6",
|
||||
"_id": "cli-columns@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-PHs0wF5sN02TsYskzWdOuDN2qZQ=",
|
||||
"_location": "/cli-columns",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "cli-columns@^1.0.6",
|
||||
"name": "cli-columns",
|
||||
"escapedName": "cli-columns",
|
||||
"rawSpec": "^1.0.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp-hb"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cli-columns/-/cli-columns-1.1.0.tgz",
|
||||
"_shasum": "3c7b34c05e6c374d93b18b24cd674eb83376a994",
|
||||
"_spec": "cli-columns@^1.0.6",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/gulp-hb",
|
||||
"author": {
|
||||
"name": "Shannon Moeller",
|
||||
"email": "me@shannonmoeller",
|
||||
"url": "http://shannonmoeller.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/shannonmoeller/cli-columns/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"object-assign": "^4.1.1",
|
||||
"string-width": "^1.0.2",
|
||||
"strip-ansi": "^3.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Columnated lists for the CLI.",
|
||||
"devDependencies": {
|
||||
"ava": "^0.18.1",
|
||||
"chalk": "^1.1.3",
|
||||
"chokidar-cli": "^1.2.0",
|
||||
"coveralls": "^2.11.16",
|
||||
"nyc": "^10.1.2",
|
||||
"strip-ansi": "^3.0.1",
|
||||
"xo": "^0.17.1"
|
||||
},
|
||||
"homepage": "https://github.com/shannonmoeller/cli-columns",
|
||||
"keywords": [
|
||||
"ansi",
|
||||
"cli",
|
||||
"column",
|
||||
"columnate",
|
||||
"columns",
|
||||
"grid",
|
||||
"list",
|
||||
"log",
|
||||
"ls",
|
||||
"row",
|
||||
"rows",
|
||||
"unicode",
|
||||
"unix"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/cli-columns.js",
|
||||
"name": "cli-columns",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/shannonmoeller/cli-columns.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coveralls": "nyc report -r text-lcov | coveralls",
|
||||
"test": "xo && nyc ava",
|
||||
"watch": "chokidar '{src,test}/*.js' -c 'npm test'"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user