package.json 2.4 KB

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