{ "_args": [ [ "postcss-modules-extract-imports@^1.2.0", "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-loader" ] ], "_from": "postcss-modules-extract-imports@>=1.2.0 <2.0.0", "_hasShrinkwrap": false, "_id": "postcss-modules-extract-imports@1.2.1", "_inCache": true, "_installable": true, "_location": "/postcss-modules-extract-imports", "_nodeVersion": "10.8.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/postcss-modules-extract-imports_1.2.1_1540898565605_0.0415591043970851" }, "_npmUser": { "email": "iamhoneyboy@gmail.com", "name": "sullenor" }, "_npmVersion": "5.10.0", "_phantomChildren": { "chalk": "2.4.2", "supports-color": "5.5.0" }, "_requested": { "name": "postcss-modules-extract-imports", "raw": "postcss-modules-extract-imports@^1.2.0", "rawSpec": "^1.2.0", "scope": null, "spec": ">=1.2.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/css-loader" ], "_resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz", "_shasum": "dc87e34148ec7eab5f791f7cd5849833375b741a", "_shrinkwrap": null, "_spec": "postcss-modules-extract-imports@^1.2.0", "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-loader", "author": { "name": "Glen Maddern" }, "babel": { "presets": [ [ "env", { "targets": { "node": 4 } } ] ] }, "bugs": { "url": "https://github.com/css-modules/postcss-modules-extract-imports/issues" }, "dependencies": { "postcss": "^6.0.1" }, "description": "A CSS Modules transform to extract local aliases for inline imports", "devDependencies": { "babel-cli": "^6.24.1", "babel-eslint": "^7.2.2", "babel-jest": "^20.0.3", "babel-preset-env": "^1.5.1", "codecov.io": "^0.1.2", "coveralls": "^2.11.2", "husky": "^0.13.3", "jest": "^20.0.3", "lint-staged": "^3.4.2", "prettier": "^1.3.1" }, "directories": {}, "dist": { "fileCount": 5, "integrity": "sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2D8GCRA9TVsSAnZWagAAG7UQAItrpwZwU0fmb7pGxgkO\n7DYMbSnuUWOqBp+O+YVv58gJxsTARBDKX7p5EIXTJ3ztaav2kyHcvHvetPBL\nOoydAJiaiAJamfAlZ0S3rENLPWLeG413bjJY++uD0WEM2FzZW7Ze3y8rGxRi\nUS7ghqoDw/yAhHCzoWpqF2ZsSGyni7244i5GTMhS7ecz7eT3dnv16dCUlDs1\nLOWR1CFiSGro1lLYCZQuaV8Mckiu1mqPof7JnPjS6EoLF5d6AWxpC2/2gKum\nC7uQ45U2bxca1Ipg4xCpZA+TmxR8+WVML7CROwVHQzb3I0dq9PfyegVgEdqS\nv7CUman//MItpD6sBTka/JcC7/j2tiCNtnbSM/K8jWP9jAIqviQuP4n8FtnG\nMN2JKO+FhFEC8txE9fUul5oPW6N5a7wuwt32rbOqQ3yya4w/HqxtHOu+pVVT\nCVZskPftRs3frM4F5rNIQO0x4LuVekuPnHfwivkrHDlgmXIkDA4SG08R37uW\n0ceCkY95s6sVpOgshcIVPqFEoB3oa1R/S89E0/gMcfT9nZUTEtshy89k4NU3\ng6XjPF7gVFp1LqJZWTHf8DKZ53JV5y7+FdpqVunx5Y1O/bkkkbDx0J/ATPqx\nzby6aElR3mpQ2ORBKVWSkPsqYsYNRfNJiTf5uD5qlLi59GBuPngj7TIrtS5g\nHDIa\r\n=N3wY\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "dc87e34148ec7eab5f791f7cd5849833375b741a", "tarball": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz", "unpackedSize": 10717 }, "gitHead": "e286adaddec379056e4f567e16a60c75747bf96a", "homepage": "https://github.com/css-modules/postcss-modules-extract-imports", "keywords": [ "css-modules", "plugin", "postcss" ], "license": "ISC", "lint-staged": { "*.js": [ "git add", "prettier --single-quote --no-semi --write" ] }, "main": "lib/index.js", "maintainers": [ { "name": "evilebottnawi", "email": "sheo13666q@gmail.com" }, { "name": "geelen", "email": "hi@glenmaddern.com" }, { "name": "markdalgleish", "email": "mark.john.dalgleish@gmail.com" }, { "name": "sokra", "email": "tobias.koppers@googlemail.com" }, { "name": "sullenor", "email": "iamhoneyboy@gmail.com" } ], "name": "postcss-modules-extract-imports", "optionalDependencies": {}, "readme": "# CSS Modules: Extract Imports\n\n[![Build Status](https://travis-ci.org/css-modules/postcss-modules-extract-imports.svg?branch=master)](https://travis-ci.org/css-modules/postcss-modules-extract-imports)\n\nTransforms:\n\n```css\n:local(.continueButton) {\n composes: button from \"library/button.css\";\n color: green;\n}\n```\n\ninto:\n\n```css\n:import(\"library/button.css\") {\n button: __tmp_487387465fczSDGHSABb;\n}\n:local(.continueButton) {\n composes: __tmp_487387465fczSDGHSABb;\n color: green;\n}\n```\n\n## Specification\n\n- Only a certain whitelist of properties are inspected. Currently, that whitelist is `['composes']` alone.\n- An extend-import has the following format:\n```\ncomposes: className [... className] from \"path/to/file.css\";\n```\n\n## Building\n\n```\nnpm install\nnpm build\nnpm test\n```\n\n[![Build Status](https://travis-ci.org/css-modules/postcss-modules-extract-imports.svg?branch=master)](https://travis-ci.org/css-modules/postcss-modules-extract-imports)\n\n* Lines: [![Coverage Status](https://coveralls.io/repos/css-modules/postcss-modules-extract-imports/badge.svg?branch=master)](https://coveralls.io/r/css-modules/postcss-modules-extract-imports?branch=master)\n* Statements: [![codecov.io](http://codecov.io/github/css-modules/postcss-modules-extract-imports/coverage.svg?branch=master)](http://codecov.io/github/css-modules/postcss-modules-extract-imports?branch=master)\n\n## Development\n\n- `npm watch` will watch `src` for changes and rebuild\n- `npm autotest` will watch `src` and `test` for changes and retest\n\n## License\n\nISC\n\n## With thanks\n\n- Mark Dalgleish\n- Tobias Koppers\n- Guy Bedford\n\n---\nGlen Maddern, 2015.\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git" }, "scripts": { "build": "babel --out-dir lib src", "precommit": "lint-staged", "prepublish": "yarn run test && yarn run build", "test": "jest --coverage" }, "version": "1.2.1" }