123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_from": "css-to-react-native@^3.0.0",
- "_id": "css-to-react-native@3.0.0",
- "_inBundle": false,
- "_integrity": "sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==",
- "_location": "/css-to-react-native",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "css-to-react-native@^3.0.0",
- "name": "css-to-react-native",
- "escapedName": "css-to-react-native",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "/styled-components"
- ],
- "_resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.0.0.tgz",
- "_shasum": "62dbe678072a824a689bcfee011fc96e02a7d756",
- "_spec": "css-to-react-native@^3.0.0",
- "_where": "G:\\micro\\react\\cld2_react\\node_modules\\styled-components",
- "author": {
- "name": "Jacob Parker"
- },
- "bugs": {
- "url": "https://github.com/styled-components/css-to-react-native/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "camelize": "^1.0.0",
- "css-color-keywords": "^1.0.0",
- "postcss-value-parser": "^4.0.2"
- },
- "deprecated": false,
- "description": "Convert CSS text to a React Native stylesheet object",
- "devDependencies": {
- "@babel/cli": "^7.6.2",
- "@babel/preset-env": "^7.6.2",
- "eslint": "^4.17.0",
- "eslint-config-airbnb-base": "^12.1.0",
- "eslint-config-prettier": "^2.9.0",
- "eslint-plugin-import": "^2.8.0",
- "eslint-plugin-prettier": "^2.6.0",
- "jest": "^24.9.0",
- "lint-staged": "^6.1.0",
- "prettier": "^1.18.2",
- "rollup": "^1.22.0"
- },
- "files": [
- "index.js",
- "src"
- ],
- "homepage": "https://github.com/styled-components/css-to-react-native#readme",
- "jest": {
- "testURL": "http://localhost"
- },
- "keywords": [
- "styled-components",
- "React",
- "ReactNative",
- "styles",
- "CSS"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.js": [
- "eslint --fix",
- "git add"
- ]
- },
- "main": "index.js",
- "name": "css-to-react-native",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/styled-components/css-to-react-native.git"
- },
- "scripts": {
- "build": "rollup ./src/index.js -o index.js --f cjs && babel index.js -o index.js",
- "lint": "eslint src",
- "lint-staged": "lint-staged",
- "precommit": "lint-staged",
- "prepublish": "npm run build",
- "test": "jest",
- "test:watch": "jest --watch"
- },
- "version": "3.0.0"
- }
|