12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_args": [
- [
- "postcss@6.0.23",
- "E:\\amr1.0\\AMR"
- ]
- ],
- "_development": true,
- "_from": "postcss@6.0.23",
- "_id": "postcss@6.0.23",
- "_inBundle": false,
- "_integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
- "_location": "/postcss",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss@6.0.23",
- "name": "postcss",
- "escapedName": "postcss",
- "rawSpec": "6.0.23",
- "saveSpec": null,
- "fetchSpec": "6.0.23"
- },
- "_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.23.tgz",
- "_spec": "6.0.23",
- "_where": "E:\\amr1.0\\AMR",
- "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": "https://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.23"
- }
|