| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- {
- "_from": "@stylelint/postcss-css-in-js@^0.37.2",
- "_id": "@stylelint/postcss-css-in-js@0.37.3",
- "_inBundle": false,
- "_integrity": "sha512-scLk3cSH1H9KggSniseb2KNAU5D9FWc3H7BxCSAIdtU9OWIyw0zkEZ9qEKHryRM+SExYXRKNb7tOOVNAsQ3iwg==",
- "_location": "/@stylelint/postcss-css-in-js",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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.3.tgz",
- "_shasum": "d149a385e07ae365b0107314c084cb6c11adbf49",
- "_spec": "@stylelint/postcss-css-in-js@^0.37.2",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\stylelint",
- "author": {
- "name": "gucong3000"
- },
- "bugs": {
- "url": "https://github.com/stylelint/postcss-css-in-js/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/core": "^7.17.9"
- },
- "deprecated": false,
- "description": "PostCSS syntax for parsing CSS in JS literals",
- "devDependencies": {
- "@stylelint/prettier-config": "^2.0.0",
- "@stylelint/remark-preset": "^2.0.0",
- "autoprefixer": "^9.8.6",
- "codecov": "^3.8.3",
- "eslint": "^7.32.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-config-stylelint": "^13.1.0",
- "husky": "^7.0.2",
- "is-ci": "^3.0.0",
- "jest": "^26.6.3",
- "json5": "^2.2.0",
- "lint-staged": "^11.1.2",
- "np": "^7.5.0",
- "npm-run-all": "^4.1.5",
- "pinst": "^2.1.6",
- "postcss": ">=7.0.32",
- "postcss-parser-tests": "^6.5.0",
- "postcss-safe-parser": "^4.0.2",
- "postcss-syntax": ">=0.36.2",
- "prettier": "^2.4.1",
- "remark-cli": "^9.0.0"
- },
- "eslintConfig": {
- "extends": [
- "stylelint"
- ]
- },
- "files": [
- "*.js"
- ],
- "homepage": "https://github.com/stylelint/postcss-css-in-js#readme",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "jest": {
- "collectCoverage": true,
- "collectCoverageFrom": [
- "**/*.js",
- "!coverage/**",
- "!test{,s}/**",
- "!**/.{prettier,eslint,mocha}rc.{js,cjs}"
- ],
- "testMatch": [
- "**/test/*.js",
- "**/test/**/*.test.js"
- ]
- },
- "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",
- "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": {
- "_postinstall": "is-ci || husky install",
- "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",
- "postpublish": "pinst --enable",
- "prepublishOnly": "pinst --disable",
- "release": "np",
- "test": "jest",
- "watch": "jest --watch"
- },
- "version": "0.37.3"
- }
|