UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.

101 lines (100 loc) 2.51 kB
{ "_args": [ [ "table@^3.7.6", "/Users/gajus/Documents/dev/canonical-code-style/canonical" ] ], "_from": "table@>=3.7.6 <4.0.0", "_id": "table@3.7.6", "_inCache": true, "_installable": true, "_location": "/table", "_nodeVersion": "5.3.0", "_npmUser": { "email": "gajus@gajus.com", "name": "gajus" }, "_npmVersion": "3.5.2", "_phantomChildren": {}, "_requested": { "name": "table", "raw": "table@^3.7.6", "rawSpec": "^3.7.6", "scope": null, "spec": ">=3.7.6 <4.0.0", "type": "range" }, "_requiredBy": [ "/" ], "_shasum": "3395ee5d2e9e6dd6136ad38387c6a7cf9acb6db1", "_shrinkwrap": null, "_spec": "table@^3.7.6", "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical", "author": { "email": "gajus@gajus.com", "name": "Gajus Kuizinas", "url": "http://gajus.com" }, "bugs": { "url": "https://github.com/gajus/table/issues" }, "dependencies": { "ansi-slice": "^1.2.0", "bluebird": "^3.1.1", "chalk": "^1.1.1", "lodash": "^4.0.0", "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": "3395ee5d2e9e6dd6136ad38387c6a7cf9acb6db1", "tarball": "http://registry.npmjs.org/table/-/table-3.7.6.tgz" }, "gitHead": "966321de160ff66ec83b8069e6acfb11ea99fd4f", "homepage": "https://github.com/gajus/table#readme", "keywords": [ "align", "ansi", "ascii", "table", "text" ], "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": "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.6" }