{
  "_args": [
    [
      {
        "raw": "postcss@^8.1.14",
        "scope": null,
        "escapedName": "postcss",
        "name": "postcss",
        "rawSpec": "^8.1.14",
        "spec": ">=8.1.14 <9.0.0",
        "type": "range"
      },
      "/home/inputdataadmin/public_html/_subdomains/plataforma"
    ]
  ],
  "_from": "postcss@>=8.1.14 <9.0.0",
  "_hasShrinkwrap": false,
  "_id": "postcss@8.3.0",
  "_inCache": true,
  "_location": "/postcss",
  "_nodeVersion": "16.1.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/postcss_8.3.0_1621568516704_0.6126525728434677"
  },
  "_npmUser": {
    "name": "ai",
    "email": "andrey@sitnik.ru"
  },
  "_npmVersion": "7.11.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "postcss@^8.1.14",
    "scope": null,
    "escapedName": "postcss",
    "name": "postcss",
    "rawSpec": "^8.1.14",
    "spec": ">=8.1.14 <9.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/",
    "/css-loader"
  ],
  "_resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.0.tgz",
  "_shasum": "b1a713f6172ca427e3f05ef1303de8b65683325f",
  "_shrinkwrap": null,
  "_spec": "postcss@^8.1.14",
  "_where": "/home/inputdataadmin/public_html/_subdomains/plataforma",
  "author": {
    "name": "Andrey Sitnik",
    "email": "andrey@sitnik.ru"
  },
  "browser": {
    "./lib/terminal-highlight": false,
    "source-map-js": false,
    "colorette": false,
    "path": false,
    "url": false,
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/postcss/postcss/issues"
  },
  "dependencies": {
    "colorette": "^1.2.2",
    "nanoid": "^3.1.23",
    "source-map-js": "^0.6.2"
  },
  "description": "Tool for transforming styles with JS plugins",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "integrity": "sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==",
    "shasum": "b1a713f6172ca427e3f05ef1303de8b65683325f",
    "tarball": "https://registry.npmjs.org/postcss/-/postcss-8.3.0.tgz",
    "fileCount": 51,
    "unpackedSize": 188482,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpywFCRA9TVsSAnZWagAAfswP/2xIVjSz4Tt6zKOxNhlO\n7qcpRsYiVO3TNgDYF6MxM8K/ge/ci+4I+V+Lf62O3FFo72qTffD/TGsL45gC\n11tcYESAXxxrkrbPv8NRsVP8irrzI0skz2UWXBmF1PrtyLMFGWTQjCVNLip4\nD4LaoJasA3A7kDlAUS7eOv79LwIJkFSckjIiuGkIBjZ/1XOqAC8hXDo6tbca\n/ZEgGEudBYP5kifb20nlt07jtKi2gHH9LQEPzw/c3G5YLOtLAD3lsiO3sZmW\ndXCs9Vw0WSdpHePONLSrJFJlkeB566Ult8+J+XwP+LmGrvs18PRco1GzBIqL\nW6Xag52a8wSYDgErpfjovfzFryReW2iTdEftm++KVRv6VzTbLqHRAlwq5N7W\nmFgrWD1xU7gxIhBerxKp4rJQJuvJJx4C11aNs0hFKmu4MoIp070ljPpmd9qp\n51HKJLHSbspDcYIeVr7jxj1a+8uNxbdDh+aTDMw1QHFx+BqDi1LDKxQDYOmM\nsdgabXlxjclGTpWVUWKKZqgyhTjYiRzQ3sVD8q6j0EarlW7a7HbZVNR9XWXF\nde+sUpYDFwpqJik/n11qF27Q0oByW1TACxgGQyUFF8MlYQaLygs3gd6eRIcL\nu/LHtzxvbvHoUtYWACqBHjQH42Ssx7ZzesxjWXbwcDwXbocIQdLJt1+1ITcc\nsKYe\r\n=hJkQ\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": "^10 || ^12 || >=14"
  },
  "exports": {
    ".": {
      "require": "./lib/postcss.js",
      "import": "./lib/postcss.mjs",
      "types": "./lib/postcss.d.ts"
    },
    "./lib/at-rule": "./lib/at-rule.js",
    "./lib/comment": "./lib/comment.js",
    "./lib/container": "./lib/container.js",
    "./lib/css-syntax-error": "./lib/css-syntax-error.js",
    "./lib/declaration": "./lib/declaration.js",
    "./lib/fromJSON": "./lib/fromJSON.js",
    "./lib/input": "./lib/input.js",
    "./lib/lazy-result": "./lib/lazy-result.js",
    "./lib/list": "./lib/list.js",
    "./lib/map-generator": "./lib/map-generator.js",
    "./lib/node": "./lib/node.js",
    "./lib/parse": "./lib/parse.js",
    "./lib/parser": "./lib/parser.js",
    "./lib/postcss": "./lib/postcss.js",
    "./lib/previous-map": "./lib/previous-map.js",
    "./lib/processor": "./lib/processor.js",
    "./lib/result": "./lib/result.js",
    "./lib/root": "./lib/root.js",
    "./lib/rule": "./lib/rule.js",
    "./lib/stringifier": "./lib/stringifier.js",
    "./lib/stringify": "./lib/stringify.js",
    "./lib/symbols": "./lib/symbols.js",
    "./lib/terminal-highlight": "./lib/terminal-highlight.js",
    "./lib/tokenize": "./lib/tokenize.js",
    "./lib/warn-once": "./lib/warn-once.js",
    "./lib/warning": "./lib/warning.js",
    "./package.json": "./package.json"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/postcss/"
  },
  "homepage": "https://postcss.org/",
  "keywords": [
    "css",
    "postcss",
    "rework",
    "preprocessor",
    "parser",
    "source map",
    "transform",
    "manipulation",
    "transpiler"
  ],
  "license": "MIT",
  "main": "./lib/postcss.js",
  "maintainers": [
    {
      "name": "ai",
      "email": "andrey@sitnik.ru"
    }
  ],
  "name": "postcss",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/postcss/postcss.git"
  },
  "types": "./lib/postcss.d.ts",
  "version": "8.3.0",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": "^10 || ^12 || >=14"
      },
      "pkgid": "postcss@8.3.0"
    }
  ]
}
