You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.0 KiB
84 lines
2.0 KiB
{ |
|
"_from": "gulp-autoprefixer", |
|
"_id": "gulp-autoprefixer@6.0.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-MyLymXKVGTVBx/okQSBqmdhwhyqi3igBmZBwgpZp0GRbY1LY8VctOTLzwkQ18bZKJkSDnOKR5u32TMY9wSYdqQ==", |
|
"_location": "/gulp-autoprefixer", |
|
"_phantomChildren": { |
|
"ansi-colors": "1.1.0", |
|
"arr-union": "3.1.0", |
|
"extend-shallow": "3.0.2" |
|
}, |
|
"_requested": { |
|
"type": "tag", |
|
"registry": true, |
|
"raw": "gulp-autoprefixer", |
|
"name": "gulp-autoprefixer", |
|
"escapedName": "gulp-autoprefixer", |
|
"rawSpec": "", |
|
"saveSpec": null, |
|
"fetchSpec": "latest" |
|
}, |
|
"_requiredBy": [ |
|
"#DEV:/", |
|
"#USER" |
|
], |
|
"_resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-6.0.0.tgz", |
|
"_shasum": "7034ef12c24a92a5b20158d63623ebbd900faed8", |
|
"_spec": "gulp-autoprefixer", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_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.1.3", |
|
"fancy-log": "^1.3.2", |
|
"plugin-error": "^1.0.1", |
|
"postcss": "^7.0.2", |
|
"through2": "^2.0.0", |
|
"vinyl-sourcemaps-apply": "^0.2.0" |
|
}, |
|
"deprecated": false, |
|
"description": "Prefix CSS", |
|
"devDependencies": { |
|
"ava": "*", |
|
"gulp-sourcemaps": "^2.6.0", |
|
"p-event": "^2.1.0", |
|
"vinyl": "^2.1.0", |
|
"xo": "*" |
|
}, |
|
"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.0.0" |
|
}
|
|
|