123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "gulp-autoprefixer@^6.0.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-Ti/BUFe+ekhbDJfspZIMiOsOvw51KhI9EncsDfK7NaxjqRm+v4xS9v99kPxEoiDavpWqQWvG8Y6xT1mMlB3aXA==",
- "_location": "/gulp-autoprefixer",
- "_phantomChildren": {
- "readable-stream": "2.3.6"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "gulp-autoprefixer@^6.0.0",
- "name": "gulp-autoprefixer",
- "escapedName": "gulp-autoprefixer",
- "rawSpec": "^6.0.0",
- "saveSpec": null,
- "fetchSpec": "^6.0.0"
- },
- "_requiredBy": [
- "/fomantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-6.1.0.tgz",
- "_shasum": "5f7f78468fe99a589ce353fa5891b7bee16b8f1e",
- "_spec": "gulp-autoprefixer@^6.0.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Sindre Sorhus",
- "email": "[email protected]",
- "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"
- }
|