You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
2.4 KiB
91 lines
2.4 KiB
{
|
|
"_from": "css-to-react-native@^2.2.2",
|
|
"_id": "css-to-react-native@2.3.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-514vj3qjhbTDYRxSsHS3CgAvLn0=",
|
|
"_location": "/css-to-react-native",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "css-to-react-native@^2.2.2",
|
|
"name": "css-to-react-native",
|
|
"escapedName": "css-to-react-native",
|
|
"rawSpec": "^2.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/styled-components"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/css-to-react-native/download/css-to-react-native-2.3.2.tgz",
|
|
"_shasum": "e75e2f8f7aa385b4c3611c52b074b70a002f2e7d",
|
|
"_spec": "css-to-react-native@^2.2.2",
|
|
"_where": "/Users/zq/Desktop/hngs/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": "^3.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Convert CSS text to a React Native stylesheet object",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"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": "^22.2.2",
|
|
"lint-staged": "^6.1.0",
|
|
"prettier": "^1.10.2",
|
|
"rollup": "^0.55.5"
|
|
},
|
|
"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": "2.3.2"
|
|
}
|