PHP 8.2.30
Preview: package.json Size: 1.57 KB
/home/byroehnu/.trash/node_modules11/css-to-react-native/package.json

{
  "name": "css-to-react-native",
  "version": "3.2.0",
  "description": "Convert CSS text to a React Native stylesheet object",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "rollup ./src/index.js -o index.js --f cjs && babel index.js -o index.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src",
    "prepublish": "npm run build",
    "precommit": "lint-staged",
    "lint-staged": "lint-staged"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/styled-components/css-to-react-native.git"
  },
  "keywords": [
    "styled-components",
    "React",
    "ReactNative",
    "styles",
    "CSS"
  ],
  "author": "Jacob Parker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/styled-components/css-to-react-native/issues"
  },
  "homepage": "https://github.com/styled-components/css-to-react-native#readme",
  "jest": {
    "testURL": "http://localhost"
  },
  "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"
  },
  "dependencies": {
    "camelize": "^1.0.0",
    "css-color-keywords": "^1.0.0",
    "postcss-value-parser": "^4.0.2"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  }
}

Directory Contents

Dirs: 1 × Files: 5

Name Size Perms Modified Actions
src DIR
- drwxr-xr-x 2026-02-28 00:28:58
Edit Download
379 B lrw-r--r-- 2026-02-28 00:29:06
Edit Download
24.64 KB lrw-r--r-- 2026-02-28 00:28:34
Edit Download
1.07 KB lrw-r--r-- 2026-02-28 00:29:02
Edit Download
1.57 KB lrw-r--r-- 2026-02-28 00:29:00
Edit Download
3.02 KB lrw-r--r-- 2026-02-28 00:29:04
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).