mirror of https://github.com/lukechilds/node.git
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.
101 lines
2.5 KiB
101 lines
2.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"table@^3.7.8",
|
|
"/Users/trott/test/node_modules/eslint"
|
|
]
|
|
],
|
|
"_from": "table@>=3.7.8 <4.0.0",
|
|
"_id": "table@3.7.8",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/eslint/table",
|
|
"_nodeVersion": "5.3.0",
|
|
"_npmUser": {
|
|
"email": "gajus@gajus.com",
|
|
"name": "gajus"
|
|
},
|
|
"_npmVersion": "3.5.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "table",
|
|
"raw": "table@^3.7.8",
|
|
"rawSpec": "^3.7.8",
|
|
"scope": null,
|
|
"spec": ">=3.7.8 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/table/-/table-3.7.8.tgz",
|
|
"_shasum": "b424433ef596851922b2fd77224a69a1951618eb",
|
|
"_shrinkwrap": null,
|
|
"_spec": "table@^3.7.8",
|
|
"_where": "/Users/trott/test/node_modules/eslint",
|
|
"author": {
|
|
"email": "gajus@gajus.com",
|
|
"name": "Gajus Kuizinas",
|
|
"url": "http://gajus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gajus/table/issues"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.1.1",
|
|
"chalk": "^1.1.1",
|
|
"lodash": "^4.0.0",
|
|
"slice-ansi": "0.0.4",
|
|
"string-width": "^1.0.1",
|
|
"strip-ansi": "^3.0.0",
|
|
"tv4": "^1.2.7",
|
|
"xregexp": "^3.0.0"
|
|
},
|
|
"description": "Formats data into a string table.",
|
|
"devDependencies": {
|
|
"chai": "^3.4.1",
|
|
"gitdown": "^2.4.0",
|
|
"jsonlint": "^1.6.2",
|
|
"pragmatist": "^3.0.2",
|
|
"sinon": "^1.17.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "b424433ef596851922b2fd77224a69a1951618eb",
|
|
"tarball": "http://registry.npmjs.org/table/-/table-3.7.8.tgz"
|
|
},
|
|
"gitHead": "7464b27999c5c6da43c754fb5f94931423d41839",
|
|
"homepage": "https://github.com/gajus/table#readme",
|
|
"keywords": [
|
|
"ascii",
|
|
"text",
|
|
"table",
|
|
"align",
|
|
"ansi"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "./dist/index.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "gk@anuary.com",
|
|
"name": "gajus"
|
|
}
|
|
],
|
|
"name": "table",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gajus/table.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run pragmatist build -- --es5",
|
|
"format-config": "npm run format-json ./package.json",
|
|
"format-json": "jsonlint --sort-keys --in-place --indent ' '",
|
|
"lint": "npm run pragmatist lint",
|
|
"pragmatist": "pragmatist",
|
|
"readme": "node ./node_modules/.bin/gitdown ./.README/README.md --output-file ./README.md",
|
|
"test": "npm run pragmatist test"
|
|
},
|
|
"version": "3.7.8"
|
|
}
|
|
|