canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS and CSS.
98 lines (97 loc) • 2.41 kB
JSON
{
"_args": [
[
"table@^3.7.4",
"/Users/gajus/Documents/dev/canonical-code-style/canonical"
]
],
"_from": "table@>=3.7.4 <4.0.0",
"_id": "table@3.7.4",
"_inCache": true,
"_installable": true,
"_location": "/table",
"_nodeVersion": "5.0.0",
"_npmUser": {
"email": "gk@anuary.com",
"name": "gajus"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"name": "table",
"raw": "table@^3.7.4",
"rawSpec": "^3.7.4",
"scope": null,
"spec": ">=3.7.4 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/table/-/table-3.7.4.tgz",
"_shasum": "ce32f96267149928e5ec356e04bdaca5645ab94e",
"_shrinkwrap": null,
"_spec": "table@^3.7.4",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
"author": {
"email": "gk@anuary.com",
"name": "Gajus Kuizinas",
"url": "http://gajus.com"
},
"bugs": {
"url": "https://github.com/gajus/table/issues"
},
"dependencies": {
"ansi-slice": "^1.2.0",
"bluebird": "^3.0.5",
"chalk": "^1.1.1",
"lodash": "^3.10.1",
"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",
"pragmatist": "^1.4.4",
"sinon": "^1.17.2"
},
"directories": {},
"dist": {
"shasum": "ce32f96267149928e5ec356e04bdaca5645ab94e",
"tarball": "http://registry.npmjs.org/table/-/table-3.7.4.tgz"
},
"gitHead": "c276802eca3aafe7dcc91ddb8ab9d5da809664bd",
"homepage": "https://github.com/gajus/table#readme",
"keywords": [
"align",
"ansi",
"ascii",
"table",
"text"
],
"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": "npm run pragmatist build",
"lint": "npm run pragmatist lint",
"pragmatist": "node ./node_modules/.bin/pragmatist",
"readme": "node ./node_modules/.bin/gitdown ./.README/README.md --output-file ./README.md",
"test": "npm run pragmatist test"
},
"version": "3.7.4"
}