mirror of
https://github.com/thangisme/notes.git
synced 2026-06-11 05:49:22 -04:00
Initial commit
This commit is contained in:
118
node_modules/colorguard/package.json
generated
vendored
Normal file
118
node_modules/colorguard/package.json
generated
vendored
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"colorguard@^1.2.0",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
|
||||
]
|
||||
],
|
||||
"_from": "colorguard@>=1.2.0 <2.0.0",
|
||||
"_id": "colorguard@1.2.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/colorguard",
|
||||
"_nodeVersion": "5.4.1",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-16-east.internal.npmjs.com",
|
||||
"tmp": "tmp/colorguard-1.2.0.tgz_1462052518360_0.8823722924571484"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "beneb.info@gmail.com",
|
||||
"name": "beneb"
|
||||
},
|
||||
"_npmVersion": "3.3.12",
|
||||
"_phantomChildren": {
|
||||
"chalk": "1.1.3",
|
||||
"lodash": "4.17.4",
|
||||
"log-symbols": "1.0.2",
|
||||
"postcss": "5.2.15"
|
||||
},
|
||||
"_requested": {
|
||||
"name": "colorguard",
|
||||
"raw": "colorguard@^1.2.0",
|
||||
"rawSpec": "^1.2.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.2.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/stylelint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/colorguard/-/colorguard-1.2.0.tgz",
|
||||
"_shasum": "f3facaf5caaeba4ef54653d9fb25bb73177c0d84",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "colorguard@^1.2.0",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
|
||||
"author": {
|
||||
"email": "alexsexton@gmail.com",
|
||||
"name": "Alex Sexton"
|
||||
},
|
||||
"bin": {
|
||||
"colorguard": "./bin/colorguard"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/SlexAxton/css-colorguard/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^1.1.1",
|
||||
"color-diff": "^0.1.3",
|
||||
"log-symbols": "^1.0.2",
|
||||
"object-assign": "^4.0.1",
|
||||
"pipetteur": "^2.0.0",
|
||||
"plur": "^2.0.0",
|
||||
"postcss": "^5.0.4",
|
||||
"postcss-reporter": "^1.2.1",
|
||||
"text-table": "^0.2.0",
|
||||
"yargs": "^1.2.6"
|
||||
},
|
||||
"description": "Keep a watchful eye on your css colors",
|
||||
"devDependencies": {
|
||||
"jshint": "^2.9.1",
|
||||
"tap-spec": "^4.1.0",
|
||||
"tape": "^4.2.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "f3facaf5caaeba4ef54653d9fb25bb73177c0d84",
|
||||
"tarball": "https://registry.npmjs.org/colorguard/-/colorguard-1.2.0.tgz"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"gitHead": "12c5920fdfab140fd13f58df58422ddb9c35e42c",
|
||||
"homepage": "https://github.com/SlexAxton/css-colorguard",
|
||||
"keywords": [
|
||||
"colors",
|
||||
"css",
|
||||
"csslint",
|
||||
"lint",
|
||||
"postcss",
|
||||
"postcss-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "beneb",
|
||||
"email": "beneb.info@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "slexaxton",
|
||||
"email": "alexsexton@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "colorguard",
|
||||
"optionalDependencies": {},
|
||||
"preferGlobal": true,
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/SlexAxton/css-colorguard.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "jshint .",
|
||||
"test": "npm run lint && tape test/*.js | tap-spec"
|
||||
},
|
||||
"version": "1.2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user