123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- {
- "_args": [
- [
- "@stylelint/postcss-css-in-js@0.37.2",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "@stylelint/postcss-css-in-js@0.37.2",
- "_id": "@stylelint/postcss-css-in-js@0.37.2",
- "_inBundle": false,
- "_integrity": "sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==",
- "_location": "/@stylelint/postcss-css-in-js",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@stylelint/postcss-css-in-js@0.37.2",
- "name": "@stylelint/postcss-css-in-js",
- "escapedName": "@stylelint%2fpostcss-css-in-js",
- "scope": "@stylelint",
- "rawSpec": "0.37.2",
- "saveSpec": null,
- "fetchSpec": "0.37.2"
- },
- "_requiredBy": [
- "/stylelint"
- ],
- "_resolved": "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz",
- "_spec": "0.37.2",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "gucong3000"
- },
- "bugs": {
- "url": "https://github.com/stylelint/postcss-css-in-js/issues"
- },
- "dependencies": {
- "@babel/core": ">=7.9.0"
- },
- "description": "PostCSS syntax for parsing CSS in JS literals",
- "devDependencies": {
- "@stylelint/prettier-config": "^2.0.0",
- "@stylelint/remark-preset": "^1.0.0",
- "autoprefixer": "^9.7.6",
- "chai": "^4.2.0",
- "codecov": "^3.6.5",
- "eslint": "^6.8.0",
- "eslint-config-prettier": "^6.10.1",
- "eslint-config-stylelint": "^12.0.0",
- "husky": "^4.2.5",
- "json5": "^2.1.3",
- "lint-staged": "^10.1.3",
- "mocha": "^7.1.1",
- "np": "^6.3.2",
- "npm-run-all": "^4.1.5",
- "nyc": "^15.0.1",
- "postcss": ">=7.0.27",
- "postcss-parser-tests": "^6.5.0",
- "postcss-safe-parser": "^4.0.2",
- "postcss-syntax": ">=0.36.2",
- "prettier": "^2.0.4",
- "remark-cli": "^8.0.0"
- },
- "eslintConfig": {
- "extends": [
- "stylelint"
- ],
- "rules": {
- "array-callback-return": "off",
- "no-confusing-arrow": "off",
- "no-else-return": "off",
- "prefer--template": "off",
- "prefer-object-spread": "off",
- "prefer-rest-params": "off",
- "prefer-spread": "off",
- "prefer-template": "off",
- "jest/expect-expect": "off",
- "jest/valid-expect": "off"
- }
- },
- "files": [
- "*.js"
- ],
- "homepage": "https://github.com/stylelint/postcss-css-in-js#readme",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "keywords": [
- "postcss",
- "syntax",
- "emotion",
- "aphrodite",
- "glamor",
- "glamorous",
- "react-native",
- "react-style",
- "reactcss",
- "styled-components",
- "styletron-react",
- "typestyle",
- "css-in-js",
- "css"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.js": "eslint --cache --fix",
- "*.{js,md,yml}": "prettier --write"
- },
- "main": "index.js",
- "name": "@stylelint/postcss-css-in-js",
- "nyc": {
- "all": true,
- "cache": true,
- "check-coverage": true,
- "exclude": [
- "coverage/**",
- "test{,s}/**",
- "**/.{prettier,eslint,mocha}rc.{js,cjs}"
- ],
- "reporter": [
- "lcov",
- "text"
- ]
- },
- "peerDependencies": {
- "postcss": ">=7.0.0",
- "postcss-syntax": ">=0.36.2"
- },
- "prettier": "@stylelint/prettier-config",
- "publishConfig": {
- "access": "public"
- },
- "remarkConfig": {
- "plugins": [
- "@stylelint/remark-preset"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/stylelint/postcss-css-in-js.git"
- },
- "scripts": {
- "debug": "npm run mocha -- --inspect-brk",
- "format": "prettier . --write",
- "lint": "npm-run-all --parallel lint:*",
- "lint:formatting": "prettier . --check",
- "lint:js": "eslint . --cache --max-warnings=0",
- "lint:md": "remark . --quiet --frail",
- "mocha": "mocha --no-timeouts",
- "release": "np",
- "test": "nyc npm run mocha",
- "watch": "mocha --watch"
- },
- "version": "0.37.2"
- }
|