83 lines
1.9 KiB
JSON
83 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"grunt-contrib-csslint@0.5.0",
|
|
"C:\\wamp64\\www\\ilink"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "grunt-contrib-csslint@0.5.0",
|
|
"_id": "grunt-contrib-csslint@0.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-vEnCS9X+CQ69IDYDtyIppIZUGBI=",
|
|
"_location": "/grunt-contrib-csslint",
|
|
"_phantomChildren": {
|
|
"escape-string-regexp": "1.0.5"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "grunt-contrib-csslint@0.5.0",
|
|
"name": "grunt-contrib-csslint",
|
|
"escapedName": "grunt-contrib-csslint",
|
|
"rawSpec": "0.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/grunt-contrib-csslint/-/grunt-contrib-csslint-0.5.0.tgz",
|
|
"_spec": "0.5.0",
|
|
"_where": "C:\\wamp64\\www\\ilink",
|
|
"author": {
|
|
"name": "Grunt Team",
|
|
"url": "http://gruntjs.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gruntjs/grunt-contrib-csslint/issues"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^1.0.0",
|
|
"csslint": "^0.10.0",
|
|
"lodash": "^3.3.0",
|
|
"strip-json-comments": "^1.0.2"
|
|
},
|
|
"description": "Lint CSS files",
|
|
"devDependencies": {
|
|
"grunt": "^0.4.0",
|
|
"grunt-cli": "^0.1.13",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-internal": "^0.4.2",
|
|
"grunt-contrib-jshint": "^0.11.0",
|
|
"grunt-contrib-nodeunit": "^0.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"tasks",
|
|
"LICENSE-MIT"
|
|
],
|
|
"homepage": "https://github.com/gruntjs/grunt-contrib-csslint#readme",
|
|
"keywords": [
|
|
"gruntplugin",
|
|
"css",
|
|
"lint",
|
|
"csslint"
|
|
],
|
|
"license": "MIT",
|
|
"name": "grunt-contrib-csslint",
|
|
"peerDependencies": {
|
|
"grunt": ">=0.4.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gruntjs/grunt-contrib-csslint.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test --force"
|
|
},
|
|
"version": "0.5.0"
|
|
}
|