123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_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"
- }
|