91 lines
2.2 KiB
JSON
91 lines
2.2 KiB
JSON
{
|
|
"_from": "gulp-autoprefixer@7.0.1",
|
|
"_id": "gulp-autoprefixer@7.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-QJGEmHw+bEt7FSqvmbAUTxbCuNLJYx4sz3ox9WouYqT/7j5FH5CQ8ZnpL1M7H5npX1bUJa7lUVY1w20jXxhOxg==",
|
|
"_location": "/gulp-autoprefixer",
|
|
"_phantomChildren": {
|
|
"readable-stream": "2.3.3"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "gulp-autoprefixer@7.0.1",
|
|
"name": "gulp-autoprefixer",
|
|
"escapedName": "gulp-autoprefixer",
|
|
"rawSpec": "7.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-7.0.1.tgz",
|
|
"_shasum": "3c0dc26afc802d317e7560a7f760a0399049075a",
|
|
"_spec": "gulp-autoprefixer@7.0.1",
|
|
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme",
|
|
"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.6.1",
|
|
"fancy-log": "^1.3.2",
|
|
"plugin-error": "^1.0.1",
|
|
"postcss": "^7.0.17",
|
|
"through2": "^3.0.1",
|
|
"vinyl-sourcemaps-apply": "^0.2.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Prefix CSS",
|
|
"devDependencies": {
|
|
"ava": "^2.3.0",
|
|
"gulp-sourcemaps": "^2.6.0",
|
|
"p-event": "^4.1.0",
|
|
"vinyl": "^2.1.0",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"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",
|
|
"peerDependencies": {
|
|
"gulp": ">=4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"gulp": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/gulp-autoprefixer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "7.0.1"
|
|
}
|