| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_args": [
- [
- "postcss@6.0.22",
- "D:\\projects\\dealer_front"
- ]
- ],
- "_from": "postcss@6.0.22",
- "_id": "postcss@6.0.22",
- "_inBundle": false,
- "_integrity": "sha512-Toc9lLoUASwGqxBSJGTVcOQiDqjK+Z2XlWBg+IgYwQMY9vA2f7iMpXVc1GpPcfTSyM5lkxNo0oDwDRO+wm7XHA==",
- "_location": "/postcss",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss@6.0.22",
- "name": "postcss",
- "escapedName": "postcss",
- "rawSpec": "6.0.22",
- "saveSpec": null,
- "fetchSpec": "6.0.22"
- },
- "_requiredBy": [
- "/autoprefixer",
- "/icss-utils",
- "/postcss-import",
- "/postcss-loader",
- "/postcss-modules-extract-imports",
- "/postcss-modules-local-by-default",
- "/postcss-modules-scope",
- "/postcss-modules-values",
- "/postcss-url",
- "/vue-loader"
- ],
- "_resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.22.tgz",
- "_spec": "6.0.22",
- "_where": "D:\\projects\\dealer_front",
- "author": {
- "name": "Andrey Sitnik",
- "email": "andrey@sitnik.ru"
- },
- "browser": {
- "supports-color": false,
- "chalk": false,
- "fs": false
- },
- "bugs": {
- "url": "https://github.com/postcss/postcss/issues"
- },
- "dependencies": {
- "chalk": "^2.4.1",
- "source-map": "^0.6.1",
- "supports-color": "^5.4.0"
- },
- "description": "Tool for transforming styles with JS plugins",
- "engines": {
- "node": ">=4.0.0"
- },
- "homepage": "http://postcss.org/",
- "keywords": [
- "css",
- "postcss",
- "rework",
- "preprocessor",
- "parser",
- "source map",
- "transform",
- "manipulation",
- "transpiler"
- ],
- "license": "MIT",
- "main": "lib/postcss",
- "name": "postcss",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/postcss/postcss.git"
- },
- "types": "lib/postcss.d.ts",
- "version": "6.0.22"
- }
|