12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_args": [
- [
- "postcss@8.2.6",
- "J:\\Github\\CURD-TS"
- ]
- ],
- "_development": true,
- "_from": "postcss@8.2.6",
- "_id": "postcss@8.2.6",
- "_inBundle": false,
- "_integrity": "sha1-XWmpdFQ7Rfh+RkvEw+OSqX1r6f4=",
- "_location": "/postcss",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss@8.2.6",
- "name": "postcss",
- "escapedName": "postcss",
- "rawSpec": "8.2.6",
- "saveSpec": null,
- "fetchSpec": "8.2.6"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "http://192.168.250.101:4873/postcss/-/postcss-8.2.6.tgz",
- "_spec": "8.2.6",
- "_where": "J:\\Github\\CURD-TS",
- "author": {
- "name": "Andrey Sitnik",
- "email": "andrey@sitnik.ru"
- },
- "browser": {
- "./lib/terminal-highlight": false,
- "colorette": false,
- "fs": false
- },
- "bugs": {
- "url": "https://github.com/postcss/postcss/issues"
- },
- "dependencies": {
- "colorette": "^1.2.1",
- "nanoid": "^3.1.20",
- "source-map": "^0.6.1"
- },
- "description": "Tool for transforming styles with JS plugins",
- "engines": {
- "node": "^10 || ^12 || >=14"
- },
- "exports": {
- ".": {
- "require": "./lib/postcss.js",
- "import": "./lib/postcss.mjs",
- "types": "./lib/postcss.d.ts"
- },
- "./": "./"
- },
- "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",
- "name": "postcss",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/postcss/postcss.git"
- },
- "types": "./lib/postcss.d.ts",
- "version": "8.2.6"
- }
|