File: /var/www/tana/frontend/node_modules/gulp-postcss/package.json
{
"_args": [
[
"gulp-postcss@7.0.1",
"C:\\OSPanel\\domains\\tana\\frontend"
]
],
"_development": true,
"_from": "gulp-postcss@7.0.1",
"_id": "gulp-postcss@7.0.1",
"_inBundle": false,
"_integrity": "sha1-Pxw22xGXFAw5nCUt3/M5EpY445U=",
"_location": "/gulp-postcss",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-postcss@7.0.1",
"name": "gulp-postcss",
"escapedName": "gulp-postcss",
"rawSpec": "7.0.1",
"saveSpec": null,
"fetchSpec": "7.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gulp-postcss/-/gulp-postcss-7.0.1.tgz",
"_spec": "7.0.1",
"_where": "C:\\OSPanel\\domains\\tana\\frontend",
"author": {
"name": "Andrey Kuzmin",
"email": "unsoundscapes@gmail.com"
},
"bugs": {
"url": "https://github.com/postcss/gulp-postcss/issues"
},
"dependencies": {
"fancy-log": "^1.3.2",
"plugin-error": "^0.1.2",
"postcss": "^6.0.0",
"postcss-load-config": "^1.2.0",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"description": "PostCSS gulp plugin",
"devDependencies": {
"coveralls": "^2.13.1",
"eslint": "^4.1.1",
"gulp-sourcemaps": "^2.6.0",
"mocha": "^3.4.2",
"nyc": "^11.0.3",
"proxyquire": "^1.8.0",
"sinon": "^2.3.5",
"vinyl": "^2.1.0"
},
"homepage": "https://github.com/postcss/gulp-postcss",
"keywords": [
"gulpplugin",
"postcss",
"postcss-runner",
"css"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-postcss",
"nyc": {
"lines": 100,
"statements": 100,
"functions": 100,
"branches": 100,
"reporter": [
"lcov",
"text"
],
"cache": true,
"all": true,
"check-coverage": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/gulp-postcss.git"
},
"scripts": {
"coveralls": "coveralls < coverage/lcov.info",
"pretest": "eslint *.js",
"test": "nyc mocha test.js"
},
"version": "7.0.1"
}