75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"postcss-reporter@1.4.1",
|
|
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
|
]
|
|
],
|
|
"_from": "postcss-reporter@1.4.1",
|
|
"_id": "postcss-reporter@1.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-wTbwpbFhkV83ndN2XGEHX357mvI=",
|
|
"_location": "/postcss-reporter",
|
|
"_phantomChildren": {
|
|
"escape-string-regexp": "1.0.5",
|
|
"has-ansi": "2.0.0",
|
|
"strip-ansi": "3.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "postcss-reporter@1.4.1",
|
|
"name": "postcss-reporter",
|
|
"escapedName": "postcss-reporter",
|
|
"rawSpec": "1.4.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.4.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/stylehacks"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-1.4.1.tgz",
|
|
"_spec": "1.4.1",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
|
"author": {
|
|
"name": "David Clark",
|
|
"email": "david.dave.clark@gmail.com",
|
|
"url": "http://davidtheclark.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/postcss/postcss-reporter/issues"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^1.0.0",
|
|
"lodash": "^4.1.0",
|
|
"log-symbols": "^1.0.2",
|
|
"postcss": "^5.0.0"
|
|
},
|
|
"description": "Log PostCSS messages in the console",
|
|
"devDependencies": {
|
|
"eslint": "1.3.1",
|
|
"less": "2.7.1",
|
|
"source-map": "0.5.6",
|
|
"stylelint": "6.8.0",
|
|
"tape": "4.6.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/postcss/postcss-reporter",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "postcss-reporter",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/postcss/postcss-reporter.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "npm run lint && tape test",
|
|
"visual": "node test/visual.js"
|
|
},
|
|
"version": "1.4.1"
|
|
}
|