This repository has been archived on 2020-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
Syllabus/themes/piratecare/node_modules/postcss-nested/package.json

59 lines
1.4 KiB
JSON

{
"_args": [
[
"postcss-nested@4.2.1",
"/tmp/tailwind-hugo"
]
],
"_development": true,
"_from": "postcss-nested@4.2.1",
"_id": "postcss-nested@4.2.1",
"_inBundle": false,
"_integrity": "sha512-AMayXX8tS0HCp4O4lolp4ygj9wBn32DJWXvG6gCv+ZvJrEa00GUxJcJEEzMh87BIe6FrWdYkpR2cuyqHKrxmXw==",
"_location": "/postcss-nested",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-nested@4.2.1",
"name": "postcss-nested",
"escapedName": "postcss-nested",
"rawSpec": "4.2.1",
"saveSpec": null,
"fetchSpec": "4.2.1"
},
"_requiredBy": [
"/tailwindcss"
],
"_resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-4.2.1.tgz",
"_spec": "4.2.1",
"_where": "/tmp/tailwind-hugo",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bugs": {
"url": "https://github.com/postcss/postcss-nested/issues"
},
"dependencies": {
"postcss": "^7.0.21",
"postcss-selector-parser": "^6.0.2"
},
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"homepage": "https://github.com/postcss/postcss-nested#readme",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"sass",
"nested"
],
"license": "MIT",
"name": "postcss-nested",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-nested.git"
},
"version": "4.2.1"
}