initial commit
This commit is contained in:
86
node_modules/gulp-postcss/package.json
generated
vendored
Normal file
86
node_modules/gulp-postcss/package.json
generated
vendored
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"_from": "gulp-postcss",
|
||||
"_id": "gulp-postcss@8.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Wtl6vH7a+8IS/fU5W9IbOpcaLqKxd5L1DUOzaPmlnCbX1CrG0aWdwVnC3Spn8th0m8D59YbysV5zPUe1n/GJYg==",
|
||||
"_location": "/gulp-postcss",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "gulp-postcss",
|
||||
"name": "gulp-postcss",
|
||||
"escapedName": "gulp-postcss",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/",
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gulp-postcss/-/gulp-postcss-8.0.0.tgz",
|
||||
"_shasum": "8d3772cd4d27bca55ec8cb4c8e576e3bde4dc550",
|
||||
"_spec": "gulp-postcss",
|
||||
"_where": "D:\\Air66 Files\\dev_sites\\www.airurl.dev.cc\\user\\plugins\\air66Theme",
|
||||
"author": {
|
||||
"name": "Andrey Kuzmin",
|
||||
"email": "unsoundscapes@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/postcss/gulp-postcss/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"fancy-log": "^1.3.2",
|
||||
"plugin-error": "^1.0.1",
|
||||
"postcss": "^7.0.2",
|
||||
"postcss-load-config": "^2.0.0",
|
||||
"vinyl-sourcemaps-apply": "^0.2.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "PostCSS gulp plugin",
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.0.2",
|
||||
"eslint": "^5.3.0",
|
||||
"gulp-sourcemaps": "^2.6.0",
|
||||
"mocha": "^5.2.0",
|
||||
"nyc": "^12.0.2",
|
||||
"proxyquire": "^2.0.1",
|
||||
"sinon": "^6.1.4",
|
||||
"vinyl": "^2.2.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": "8.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user