| Server IP : 68.183.124.220 / Your IP : 216.73.217.137 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/gavin/workspace/happymandarin/node_modules/table/ |
Upload File : |
{
"_args": [
[
{
"raw": "table@^3.7.8",
"scope": null,
"escapedName": "table",
"name": "table",
"rawSpec": "^3.7.8",
"spec": ">=3.7.8 <4.0.0",
"type": "range"
},
"/home/gavin/workspace/meanjs/node_modules/eslint"
]
],
"_from": "table@>=3.7.8 <4.0.0",
"_id": "table@3.8.2",
"_inCache": true,
"_location": "/table",
"_nodeVersion": "6.8.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/table-3.8.2.tgz_1476782867310_0.3771760477684438"
},
"_npmUser": {
"name": "gajus",
"email": "gajus@gajus.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {
"strip-ansi": "3.0.1"
},
"_requested": {
"raw": "table@^3.7.8",
"scope": null,
"escapedName": "table",
"name": "table",
"rawSpec": "^3.7.8",
"spec": ">=3.7.8 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint",
"/gulp-eslint/eslint"
],
"_resolved": "https://registry.npmjs.org/table/-/table-3.8.2.tgz",
"_shasum": "47726825bdd73de25aa3fda1c28910ca999c95cc",
"_shrinkwrap": null,
"_spec": "table@^3.7.8",
"_where": "/home/gavin/workspace/meanjs/node_modules/eslint",
"author": {
"name": "Gajus Kuizinas",
"email": "gajus@gajus.com",
"url": "http://gajus.com"
},
"bugs": {
"url": "https://github.com/gajus/table/issues"
},
"dependencies": {
"ajv": "^4.7.0",
"ajv-keywords": "^1.0.0",
"chalk": "^1.1.1",
"lodash": "^4.0.0",
"slice-ansi": "0.0.4",
"string-width": "^2.0.0"
},
"description": "Formats data into a string table.",
"devDependencies": {
"ajv-cli": "^1.1.0",
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^2.0.3",
"babel-preset-es2015-node4": "^2.1.0",
"babel-register": "^6.14.0",
"chai": "^3.4.1",
"eslint": "^3.5.0",
"eslint-config-canonical": "^1.8.6",
"gitdown": "^2.4.0",
"husky": "^0.11.7",
"mocha": "^3.0.2",
"nyc": "^8.3.1",
"sinon": "^1.17.2"
},
"directories": {},
"dist": {
"shasum": "47726825bdd73de25aa3fda1c28910ca999c95cc",
"tarball": "https://registry.npmjs.org/table/-/table-3.8.2.tgz"
},
"gitHead": "78fb54a127961fdaba40b1627af57a34081c7967",
"homepage": "https://github.com/gajus/table#readme",
"keywords": [
"ascii",
"text",
"table",
"align",
"ansi"
],
"license": "BSD-3-Clause",
"main": "./dist/index.js",
"maintainers": [
{
"name": "gajus",
"email": "gk@anuary.com"
}
],
"name": "table",
"nyc": {
"include": [
"src/*.js"
],
"instrument": false,
"lines": 70,
"require": [
"babel-register"
],
"sourceMap": false
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gajus/table.git"
},
"scripts": {
"build": "rm -fr ./dist && babel --copy-files ./src --out-dir ./dist && npm run make-validators",
"lint": "npm run build && eslint ./src ./tests",
"make-readme": "gitdown ./.README/README.md --output-file ./README.md",
"make-validators": "ajv compile --all-errors --inline-refs=false -s src/schemas/config -c ajv-keywords/keywords/typeof -o dist/validateConfig.js && ajv compile --all-errors --inline-refs=false -s src/schemas/streamConfig -c ajv-keywords/keywords/typeof -o dist/validateStreamConfig.js",
"precommit": "npm run lint && npm run test",
"test": "npm run build && nyc --check-coverage mocha"
},
"version": "3.8.2"
}