forked from enviPath/enviPy
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"_from": "gulp-autoprefixer@4.0.0",
|
|
"_id": "gulp-autoprefixer@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-4AqMVxuF0GUWrCY0G+kN/Z/B6rA=",
|
|
"_location": "/gulp-autoprefixer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "gulp-autoprefixer@4.0.0",
|
|
"name": "gulp-autoprefixer",
|
|
"escapedName": "gulp-autoprefixer",
|
|
"rawSpec": "4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-4.0.0.tgz",
|
|
"_shasum": "e00a8c571b85d06516ac26341be90dfd9fc1eab0",
|
|
"_spec": "gulp-autoprefixer@4.0.0",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/gulp-autoprefixer/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"autoprefixer": "^7.0.0",
|
|
"gulp-util": "^3.0.0",
|
|
"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",
|
|
"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": "4.0.0"
|
|
}
|