123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- {
- "_args": [
- [
- "polished@4.1.3",
- "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
- ]
- ],
- "_development": true,
- "_from": "polished@4.1.3",
- "_id": "polished@4.1.3",
- "_inBundle": false,
- "_integrity": "sha1-ejq/KXI2Tn2XdwuCfuyanmQALPw=",
- "_location": "/polished",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "polished@4.1.3",
- "name": "polished",
- "escapedName": "polished",
- "rawSpec": "4.1.3",
- "saveSpec": null,
- "fetchSpec": "4.1.3"
- },
- "_requiredBy": [
- "/three-render-objects"
- ],
- "_resolved": "https://registry.nlark.com/polished/download/polished-4.1.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpolished%2Fdownload%2Fpolished-4.1.3.tgz",
- "_spec": "4.1.3",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
- "author": {
- "name": "Brian Hough",
- "email": "hello@brianhough.net",
- "url": "https://polished.js.org"
- },
- "bugs": {
- "url": "https://github.com/styled-components/polished/issues"
- },
- "collective": {
- "type": "opencollective",
- "url": "https://opencollective.com/polished"
- },
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- }
- },
- "dependencies": {
- "@babel/runtime": "^7.14.0"
- },
- "description": "A lightweight toolset for writing styles in Javascript.",
- "devDependencies": {
- "@babel/cli": "^7.14.3",
- "@babel/core": "^7.14.3",
- "@babel/plugin-transform-runtime": "^7.14.3",
- "@babel/polyfill": "^7.12.1",
- "@babel/preset-env": "^7.14.4",
- "@babel/preset-flow": "^7.13.13",
- "@rollup/plugin-babel": "^5.3.0",
- "@rollup/plugin-node-resolve": "^13.0.0",
- "@rollup/plugin-replace": "^2.4.2",
- "babel-eslint": "^10.1.0",
- "babel-jest": "^26.6.3",
- "babel-plugin-add-module-exports": "^1.0.2",
- "babel-plugin-annotate-pure-calls": "^0.4.0",
- "babel-plugin-preval": "5.0.0",
- "cross-env": "^7.0.3",
- "cz-conventional-changelog": "^3.1.0",
- "documentation": "12.3.0",
- "eslint": "^7.27.0",
- "eslint-config-airbnb-base": "^14.2.1",
- "eslint-plugin-import": "^2.23.4",
- "flow-bin": "^0.133.0",
- "flow-copy-source": "^2.0.8",
- "husky": "^6.0.0",
- "jest": "^26.6.3",
- "lint-staged": "^11.0.0",
- "npm-watch": "^0.9.0",
- "prettier": "^2.3.0",
- "pushstate-server": "^3.1.0",
- "ramda": "^0.27.0",
- "rollup": "^2.50.5",
- "rollup-plugin-sourcemaps": "^0.6.3",
- "rollup-plugin-terser": "^7.0.2",
- "semantic-release": "^17.4.3",
- "shx": "^0.3.3",
- "tsgen": "1.3.0",
- "typescript": "4.3.2",
- "validate-commit-msg": "^2.14.0"
- },
- "engines": {
- "node": ">=10"
- },
- "homepage": "https://polished.js.org",
- "jest": {
- "coverageDirectory": "./coverage/",
- "collectCoverage": true,
- "testURL": "http://localhost/",
- "verbose": true
- },
- "keywords": [
- "styled-components",
- "polished",
- "emotion",
- "glamor",
- "css-in-js",
- "inline-styles",
- "react",
- "flow",
- "typescript",
- "color manipulate",
- "color manipulation",
- "curried color manipulation",
- "color",
- "colour"
- ],
- "license": "MIT",
- "lint-staged": {
- "src/**/*.js": [
- "prettier --write",
- "eslint --fix"
- ]
- },
- "main": "dist/polished.cjs.js",
- "module": "dist/polished.esm.js",
- "name": "polished",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/styled-components/polished.git"
- },
- "scripts": {
- "build": "yarn build:lib && yarn build:dist && yarn build:flow && yarn build:docs && yarn build:typescript",
- "build:dist": "rollup -c",
- "build:docs": "yarn build:docs:site",
- "build:docs:site": "documentation build src/** -t docs-theme --github -o docs -f html -c ./.documentation.json",
- "build:flow": "flow-copy-source -v -i '{**/test/*.js,**/*.test.js}' src lib",
- "build:lib": "cross-env BABEL_ENV=cjs babel --out-dir lib src --ignore test.js",
- "build:typescript": "tsgen \"lib/**/*.js.flow\" --ignore \"lib/**/_*.js.flow\"",
- "build:watch": "npm-watch",
- "docs": "pushstate-server -d docs",
- "flow": "flow check && flow batch-coverage src/ --show-all --strip-root",
- "lint": "eslint src",
- "postbuild:docs:site": "shx cp CNAME docs/CNAME && shx cp dist/polished.js docs/assets/",
- "prebuild:dist": "shx rm -rf dist/*",
- "prebuild:docs:site": "shx rm -rf docs/*",
- "prebuild:lib": "shx rm -rf lib/*",
- "prebuild:umd": "shx rm -rf dist/*",
- "prepare": "yarn build && yarn typescript && husky install",
- "semantic-release": "semantic-release",
- "test": "jest src",
- "typescript": "tsc ./typescript-test.ts --noEmit --target es6 --module es2015 --moduleResolution node --allowJs"
- },
- "sideEffects": false,
- "types": "lib/index.d.ts",
- "version": "4.1.3",
- "watch": {
- "build:docs": "src/**/*.js",
- "build:lib": "src/**/*.js"
- }
- }
|