package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "css-to-react-native@^3.0.0",
  3. "_id": "css-to-react-native@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==",
  6. "_location": "/css-to-react-native",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "css-to-react-native@^3.0.0",
  12. "name": "css-to-react-native",
  13. "escapedName": "css-to-react-native",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/styled-components"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.0.0.tgz",
  22. "_shasum": "62dbe678072a824a689bcfee011fc96e02a7d756",
  23. "_spec": "css-to-react-native@^3.0.0",
  24. "_where": "G:\\micro\\react\\cld2_react\\node_modules\\styled-components",
  25. "author": {
  26. "name": "Jacob Parker"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/styled-components/css-to-react-native/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "camelize": "^1.0.0",
  34. "css-color-keywords": "^1.0.0",
  35. "postcss-value-parser": "^4.0.2"
  36. },
  37. "deprecated": false,
  38. "description": "Convert CSS text to a React Native stylesheet object",
  39. "devDependencies": {
  40. "@babel/cli": "^7.6.2",
  41. "@babel/preset-env": "^7.6.2",
  42. "eslint": "^4.17.0",
  43. "eslint-config-airbnb-base": "^12.1.0",
  44. "eslint-config-prettier": "^2.9.0",
  45. "eslint-plugin-import": "^2.8.0",
  46. "eslint-plugin-prettier": "^2.6.0",
  47. "jest": "^24.9.0",
  48. "lint-staged": "^6.1.0",
  49. "prettier": "^1.18.2",
  50. "rollup": "^1.22.0"
  51. },
  52. "files": [
  53. "index.js",
  54. "src"
  55. ],
  56. "homepage": "https://github.com/styled-components/css-to-react-native#readme",
  57. "jest": {
  58. "testURL": "http://localhost"
  59. },
  60. "keywords": [
  61. "styled-components",
  62. "React",
  63. "ReactNative",
  64. "styles",
  65. "CSS"
  66. ],
  67. "license": "MIT",
  68. "lint-staged": {
  69. "*.js": [
  70. "eslint --fix",
  71. "git add"
  72. ]
  73. },
  74. "main": "index.js",
  75. "name": "css-to-react-native",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/styled-components/css-to-react-native.git"
  79. },
  80. "scripts": {
  81. "build": "rollup ./src/index.js -o index.js --f cjs && babel index.js -o index.js",
  82. "lint": "eslint src",
  83. "lint-staged": "lint-staged",
  84. "precommit": "lint-staged",
  85. "prepublish": "npm run build",
  86. "test": "jest",
  87. "test:watch": "jest --watch"
  88. },
  89. "version": "3.0.0"
  90. }