123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "autoprefixer@^9.4.2",
- "_id": "autoprefixer@9.7.1",
- "_inBundle": false,
- "_integrity": "sha512-w3b5y1PXWlhYulevrTJ0lizkQ5CyqfeU6BIRDbuhsMupstHQOeb1Ur80tcB1zxSu7AwyY/qCQ7Vvqklh31ZBFw==",
- "_location": "/autoprefixer",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "autoprefixer@^9.4.2",
- "name": "autoprefixer",
- "escapedName": "autoprefixer",
- "rawSpec": "^9.4.2",
- "saveSpec": null,
- "fetchSpec": "^9.4.2"
- },
- "_requiredBy": [
- "/laravel-mix"
- ],
- "_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.1.tgz",
- "_shasum": "9ffc44c55f5ca89253d9bb7186cefb01ef57747f",
- "_spec": "autoprefixer@^9.4.2",
- "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
- "author": {
- "name": "Andrey Sitnik",
- "email": "andrey@sitnik.ru"
- },
- "bin": {
- "autoprefixer": "./bin/autoprefixer"
- },
- "browser": {
- "chalk": false
- },
- "bugs": {
- "url": "https://github.com/postcss/autoprefixer/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "browserslist": "^4.7.2",
- "caniuse-lite": "^1.0.30001006",
- "chalk": "^2.4.2",
- "normalize-range": "^0.1.2",
- "num2fraction": "^1.2.2",
- "postcss": "^7.0.21",
- "postcss-value-parser": "^4.0.2"
- },
- "deprecated": false,
- "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
- "engines": {
- "node": ">=6.0.0"
- },
- "eslintIgnore": [
- "build/"
- ],
- "homepage": "https://github.com/postcss/autoprefixer#readme",
- "keywords": [
- "autoprefixer",
- "css",
- "prefix",
- "postcss",
- "postcss-plugin"
- ],
- "license": "MIT",
- "main": "lib/autoprefixer",
- "name": "autoprefixer",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/postcss/autoprefixer.git"
- },
- "version": "9.7.1"
- }
|