1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/gulp-autoprefixer/package.json

94 lines
2.4 KiB
JSON

{
"_from": "gulp-autoprefixer@^6.1.0",
"_id": "gulp-autoprefixer@6.1.0",
"_inBundle": false,
"_integrity": "sha512-Ti/BUFe+ekhbDJfspZIMiOsOvw51KhI9EncsDfK7NaxjqRm+v4xS9v99kPxEoiDavpWqQWvG8Y6xT1mMlB3aXA==",
"_location": "/gulp-autoprefixer",
"_phantomChildren": {
"ansi-colors": "1.1.0",
"arr-diff": "4.0.0",
"arr-union": "3.1.0",
"caniuse-lite": "1.0.30001577",
"electron-to-chromium": "1.4.632",
"extend-shallow": "3.0.2",
"inherits": "2.0.4",
"node-releases": "2.0.14",
"normalize-range": "0.1.2",
"num2fraction": "1.2.2",
"picocolors": "0.2.1",
"update-browserslist-db": "1.0.13",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp-autoprefixer@^6.1.0",
"name": "gulp-autoprefixer",
"escapedName": "gulp-autoprefixer",
"rawSpec": "^6.1.0",
"saveSpec": null,
"fetchSpec": "^6.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmmirror.com/gulp-autoprefixer/-/gulp-autoprefixer-6.1.0.tgz",
"_shasum": "5f7f78468fe99a589ce353fa5891b7bee16b8f1e",
"_spec": "gulp-autoprefixer@^6.1.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/gulp-autoprefixer/issues"
},
"bundleDependencies": false,
"dependencies": {
"autoprefixer": "^9.5.1",
"fancy-log": "^1.3.2",
"plugin-error": "^1.0.1",
"postcss": "^7.0.2",
"through2": "^3.0.1",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"deprecated": false,
"description": "Prefix CSS",
"devDependencies": {
"ava": "^1.4.1",
"gulp-sourcemaps": "^2.6.0",
"p-event": "^2.3.1",
"vinyl": "^2.1.0",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/gulp-autoprefixer#readme",
"keywords": [
"gulpplugin",
"autoprefixer",
"postcss",
"css",
"prefix",
"prefixes",
"stylesheet",
"preprocess",
"postcss-runner"
],
"license": "MIT",
"name": "gulp-autoprefixer",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/gulp-autoprefixer.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "6.1.0"
}