| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- {
- "_from": "styled-components",
- "_id": "styled-components@5.0.1",
- "_inBundle": false,
- "_integrity": "sha512-E0xKTRIjTs4DyvC1MHu/EcCXIj6+ENCP8hP01koyoADF++WdBUOrSGwU1scJRw7/YaYOhDvvoad6VlMG+0j53A==",
- "_location": "/styled-components",
- "_phantomChildren": {
- "has-flag": "3.0.0"
- },
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "styled-components",
- "name": "styled-components",
- "escapedName": "styled-components",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.0.1.tgz",
- "_shasum": "57782a6471031abefb2db5820a1876ae853bc619",
- "_spec": "styled-components",
- "_where": "G:\\micro\\react\\cld2_react",
- "author": {
- "name": "Glen Maddern"
- },
- "browser": {
- "./dist/styled-components.esm.js": "./dist/styled-components.browser.esm.js",
- "./dist/styled-components.cjs.js": "./dist/styled-components.browser.cjs.js"
- },
- "bugs": {
- "url": "https://github.com/styled-components/styled-components/issues"
- },
- "bundleDependencies": false,
- "bundlesize": [
- {
- "path": "./dist/styled-components.min.js",
- "maxSize": "14kB"
- }
- ],
- "collective": {
- "type": "opencollective",
- "url": "https://opencollective.com/styled-components"
- },
- "dependencies": {
- "@babel/helper-module-imports": "^7.0.0",
- "@babel/traverse": "^7.4.5",
- "@emotion/is-prop-valid": "^0.8.3",
- "@emotion/stylis": "^0.8.4",
- "@emotion/unitless": "^0.7.4",
- "babel-plugin-styled-components": ">= 1",
- "css-to-react-native": "^3.0.0",
- "hoist-non-react-statics": "^3.0.0",
- "shallowequal": "^1.1.0",
- "supports-color": "^5.5.0"
- },
- "deprecated": false,
- "description": "Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress",
- "devDependencies": {
- "flow-bin": "^0.100.0",
- "prop-types": "^15.7.2",
- "react": "^16.8.6",
- "react-dom": "^16.8.6",
- "react-frame-component": "^4.0.2",
- "react-is": "^16.8.6",
- "react-native": "^0.59.8",
- "react-primitives": "^0.8.0",
- "react-test-renderer": "^16.8.6",
- "stylis-plugin-rtl": "^1.0.0"
- },
- "files": [
- "CODE_OF_CONDUCT.md",
- "CONTRIBUTING.md",
- "dist",
- "native",
- "primitives",
- "scripts",
- "test-utils",
- "macro"
- ],
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/styled-components"
- },
- "homepage": "https://styled-components.com",
- "jsnext:main": "dist/styled-components.esm.js",
- "keywords": [
- "react",
- "css",
- "css-in-js",
- "styled-components",
- "babel-macro",
- "babel-macros",
- "styling"
- ],
- "license": "MIT",
- "main": "dist/styled-components.cjs.js",
- "module": "dist/styled-components.esm.js",
- "name": "styled-components",
- "peerDependencies": {
- "react": ">= 16.8.0",
- "react-dom": ">= 16.8.0",
- "react-is": ">= 16.8.0"
- },
- "react-native": "native/dist/styled-components.native.cjs.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/styled-components/styled-components.git"
- },
- "scripts": {
- "build": "rollup -c",
- "dev": "cross-env BABEL_ENV=cjs babel-node example/startServer.js",
- "flow": "flow check",
- "flow:watch": "flow-watch",
- "format": "eslint ./**/*.js --fix",
- "generateErrors": "node scripts/generateErrorMap.js",
- "lint": "eslint src",
- "lint:size": "bundlesize",
- "postbuild": "npm run lint:size",
- "prebuild": "rimraf dist && npm run generateErrors",
- "prepublishOnly": "npm run build",
- "pretest": "npm run generateErrors",
- "prettier": "prettier */**/*.js --write",
- "test": "npm run test:web && npm run test:native && npm run test:primitives",
- "test:integration": "jest -c ../../scripts/jest/config.integration.js --runInBand --forceExit",
- "test:native": "jest -c ../../scripts/jest/config.native.js",
- "test:primitives": "jest -c ../../scripts/jest/config.primitives.js",
- "test:web": "jest -c ../../scripts/jest/config.main.js"
- },
- "sideEffects": false,
- "version": "5.0.1"
- }
|