UNPKG

canonical

Version:

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

137 lines (136 loc) 3.5 kB
{ "_args": [ [ "css-lint@^1.0.1", "/Users/gajus/Documents/dev/canonical-code-style/canonical" ] ], "_from": "css-lint@>=1.0.1 <2.0.0", "_id": "css-lint@1.0.1", "_inCache": true, "_installable": true, "_location": "/css-lint", "_nodeVersion": "5.0.0", "_npmUser": { "email": "gk@anuary.com", "name": "gajus" }, "_npmVersion": "3.3.6", "_phantomChildren": { "argparse": "1.0.6", "chalk": "1.1.1", "concat-stream": "1.5.1", "debug": "2.2.0", "doctrine": "0.7.2", "escape-string-regexp": "1.0.5", "escope": "3.4.0", "espree": "2.2.5", "estraverse": "4.1.1", "estraverse-fb": "1.3.1", "esutils": "2.0.2", "file-entry-cache": "1.2.4", "glob": "5.0.15", "globals": "8.18.0", "handlebars": "4.0.5", "inquirer": "0.11.4", "is-my-json-valid": "2.13.1", "is-resolvable": "1.0.0", "json-stable-stringify": "1.0.1", "lodash.clonedeep": "3.0.2", "lodash.merge": "3.3.2", "lodash.omit": "3.1.0", "minimatch": "3.0.0", "mkdirp": "0.5.1", "object-assign": "4.0.1", "optionator": "0.6.0", "path-is-absolute": "1.0.0", "path-is-inside": "1.0.1", "shelljs": "0.5.3", "strip-json-comments": "1.0.4", "text-table": "0.2.0", "user-home": "2.0.0", "xml-escape": "1.0.0" }, "_requested": { "name": "css-lint", "raw": "css-lint@^1.0.1", "rawSpec": "^1.0.1", "scope": null, "spec": ">=1.0.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/css-lint/-/css-lint-1.0.1.tgz", "_shasum": "dee6c52308aa48e4c5be80e7e1e7280bec96acae", "_shrinkwrap": null, "_spec": "css-lint@^1.0.1", "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical", "author": { "name": "Sam Richard" }, "bin": { "sass-lint": "./bin/sass-lint.js" }, "bugs": { "url": "https://github.com/sasstools/sass-lint/issues" }, "dependencies": { "commander": "^2.8.1", "eslint": "^1.1.0", "fs-extra": "^0.24.0", "glob": "^5.0.15", "gonzales-pe": "3.0.0-31", "js-yaml": "^3.2.6", "lodash.capitalize": "^3.0.0", "lodash.clone": "^3.0.3", "lodash.kebabcase": "^3.0.1", "lodash.sortby": "^3.1.5", "merge": "^1.2.0", "util": "^0.10.3" }, "description": "All Node Sass linter!", "devDependencies": { "coveralls": "^2.11.4", "deep-equal": "^1.0.1", "istanbul": "^0.4.0", "mocha": "^2.2.5", "should": "^7.0.4" }, "directories": {}, "dist": { "shasum": "dee6c52308aa48e4c5be80e7e1e7280bec96acae", "tarball": "http://registry.npmjs.org/css-lint/-/css-lint-1.0.1.tgz" }, "gitHead": "f1bd5314aed82ae3cadfc39a0d183428cfb98d94", "homepage": "https://github.com/sasstools/sass-lint", "keywords": [ "CSS", "SCSS", "Sass", "lint" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "gajus", "email": "gk@anuary.com" } ], "name": "css-lint", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/gajus/css-lint.git" }, "scripts": { "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "pretest": "eslint .", "preversion": "npm test", "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec tests tests/rules" }, "version": "1.0.1" }