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.
 
 
 
 
 
 

114 lines
2.8 KiB

{
"_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"
},
"/Users/trott/io.js/tools/node_modules/eslint"
]
],
"_from": "table@>=3.7.8 <4.0.0",
"_id": "table@3.8.0",
"_inCache": true,
"_location": "/table",
"_nodeVersion": "6.4.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/table-3.8.0.tgz_1474139512457_0.8613335366826504"
},
"_npmUser": {
"name": "gajus",
"email": "gajus@gajus.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_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"
],
"_resolved": "https://registry.npmjs.org/table/-/table-3.8.0.tgz",
"_shasum": "252166c7f3286684a9d561b0f3a8929caf3a997b",
"_shrinkwrap": null,
"_spec": "table@^3.7.8",
"_where": "/Users/trott/io.js/tools/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": "^1.0.1"
},
"description": "Formats data into a string table.",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"babel-plugin-add-module-exports": "^0.2.1",
"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",
"mocha": "^3.0.2",
"sinon": "^1.17.2"
},
"directories": {},
"dist": {
"shasum": "252166c7f3286684a9d561b0f3a8929caf3a997b",
"tarball": "https://registry.npmjs.org/table/-/table-3.8.0.tgz"
},
"gitHead": "076dd77627213007a989b2c845fa2f3a38896eeb",
"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",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gajus/table.git"
},
"scripts": {
"build": "babel --copy-files ./src --out-dir ./dist",
"lint": "eslint ./src ./tests",
"readme": "gitdown ./.README/README.md --output-file ./README.md",
"test": "mocha --compilers js:babel-register"
},
"version": "3.8.0"
}