114 lines
3.6 KiB
JSON
114 lines
3.6 KiB
JSON
{
|
|
"_from": "inline-style-prefixer@^5.1.0",
|
|
"_id": "inline-style-prefixer@5.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-PYUF+94gDfhy+LsQxM0g3d6Hge4l1pAqOSOiZuHWzMvQEGsbRQ/ck2WioLqrY2ZkHyPgVUXxn+hrkF7D6QUGbA==",
|
|
"_location": "/inline-style-prefixer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "inline-style-prefixer@^5.1.0",
|
|
"name": "inline-style-prefixer",
|
|
"escapedName": "inline-style-prefixer",
|
|
"rawSpec": "^5.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-native-web"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-5.1.2.tgz",
|
|
"_shasum": "e5a5a3515e25600e016b71e39138971228486c33",
|
|
"_spec": "inline-style-prefixer@^5.1.0",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/react-native-web",
|
|
"author": {
|
|
"name": "Robin Frischmann"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rofrischmann/inline-style-prefixer/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"css-in-js-utils": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Run-time Autoprefixer for JavaScript style objects",
|
|
"devDependencies": {
|
|
"babel": "^6.5.2",
|
|
"babel-cli": "^6.6.0",
|
|
"babel-core": "^6.6.0",
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-jest": "^20.0.1",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"caniuse-api": "^3.0.0",
|
|
"codeclimate-test-reporter": "^0.1.1",
|
|
"cross-env": "^5.2.0",
|
|
"eslint": "^3.14.0",
|
|
"eslint-config-airbnb": "^14.0.0",
|
|
"eslint-plugin-flowtype": "^2.30.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jsx-a11y": "^3.0.2",
|
|
"eslint-plugin-react": "^6.9.0",
|
|
"flow-bin": "^0.80.0",
|
|
"gh-pages": "^1.2.0",
|
|
"gitbook": "^3.2.2",
|
|
"gitbook-cli": "^2.3.0",
|
|
"gitbook-plugin-anker-enable": "0.0.4",
|
|
"gitbook-plugin-edit-link": "^2.0.2",
|
|
"gitbook-plugin-github": "^2.0.0",
|
|
"gitbook-plugin-prism": "^2.4.0",
|
|
"jest": "^19.0.2",
|
|
"prettier": "^1.14.2",
|
|
"rimraf": "^2.6.2"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"lib/",
|
|
"es/"
|
|
],
|
|
"homepage": "https://github.com/rofrischmann/inline-style-prefixer#readme",
|
|
"jest": {
|
|
"rootDir": "modules"
|
|
},
|
|
"jsnext:main": "es/index.js",
|
|
"keywords": [
|
|
"react",
|
|
"react styling",
|
|
"prefixer",
|
|
"inline styles",
|
|
"autoprefixer",
|
|
"vendor prefix",
|
|
"userAgent"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"name": "inline-style-prefixer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rofrischmann/inline-style-prefixer.git"
|
|
},
|
|
"scripts": {
|
|
"babel": "yarn babel:es && yarn babel:lib",
|
|
"babel:es": "babel -d es modules --ignore __tests__",
|
|
"babel:lib": "cross-env BABEL_ENV=commonjs babel -d lib modules --ignore __tests__",
|
|
"build": "yarn run check && yarn generate && yarn babel",
|
|
"check": "yarn clear && yarn format && yarn lint && yarn coverage && yarn flow",
|
|
"clear": "rimraf lib es coverage _book",
|
|
"coverage": "yarn test --coverage",
|
|
"docs": "gitbook install && gitbook build && gh-pages -d _book",
|
|
"flow": "flow",
|
|
"format": "prettier --write \"./modules/**/*.js\"",
|
|
"generate": "cross-env BABEL_ENV=commonjs babel-node generateDefaultData",
|
|
"lint": "eslint modules/**/*.js",
|
|
"release": "yarn build && npm publish && yarn docs",
|
|
"test": "cross-env BABEL_ENV=commonjs jest"
|
|
},
|
|
"version": "5.1.2"
|
|
}
|