Files
anissah/user/themes/anissabensalah/node_modules/gulp-autoprefixer/package.json
T
2018-05-28 13:26:25 +02:00

85 lines
2.0 KiB
JSON

{
"_from": "gulp-autoprefixer@latest",
"_id": "gulp-autoprefixer@5.0.0",
"_inBundle": false,
"_integrity": "sha1-gjfCeKaXdScKHK/n1vEBz81YVUQ=",
"_location": "/gulp-autoprefixer",
"_phantomChildren": {
"ansi-gray": "0.1.1",
"color-support": "1.1.3",
"time-stamp": "1.1.0"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "gulp-autoprefixer@latest",
"name": "gulp-autoprefixer",
"escapedName": "gulp-autoprefixer",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-5.0.0.tgz",
"_shasum": "8237c278a69775270a1cafe7d6f101cfcd585544",
"_spec": "gulp-autoprefixer@latest",
"_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/gulp-autoprefixer/issues"
},
"bundleDependencies": false,
"dependencies": {
"autoprefixer": "^8.0.0",
"fancy-log": "^1.3.2",
"plugin-error": "^1.0.1",
"postcss": "^6.0.1",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"deprecated": false,
"description": "Prefix CSS",
"devDependencies": {
"ava": "*",
"gulp-sourcemaps": "^2.6.0",
"p-event": "^1.1.0",
"vinyl": "^2.1.0",
"xo": "*"
},
"engines": {
"node": ">=4.5"
},
"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": "5.0.0"
}