GT2/Ejectable/node_modules/css-in-js-utils/package.json

92 lines
2.6 KiB
JSON

{
"_from": "css-in-js-utils@^2.0.0",
"_id": "css-in-js-utils@2.0.1",
"_inBundle": false,
"_integrity": "sha512-PJF0SpJT+WdbVVt0AOYp9C8GnuruRlL/UFW7932nLWmFLQTaWEzTBQEx7/hn4BuV+WON75iAViSUJLiU3PKbpA==",
"_location": "/css-in-js-utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "css-in-js-utils@^2.0.0",
"name": "css-in-js-utils",
"escapedName": "css-in-js-utils",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/inline-style-prefixer"
],
"_resolved": "https://registry.npmjs.org/css-in-js-utils/-/css-in-js-utils-2.0.1.tgz",
"_shasum": "3b472b398787291b47cfe3e44fecfdd9e914ba99",
"_spec": "css-in-js-utils@^2.0.0",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/inline-style-prefixer",
"author": {
"name": "Robin Frischmann",
"email": "robin@rofrischmann.de"
},
"bugs": {
"url": "https://github.com/rofrischmann/css-in-js-utils/issues"
},
"bundleDependencies": false,
"dependencies": {
"hyphenate-style-name": "^1.0.2",
"isobject": "^3.0.1"
},
"deprecated": false,
"description": "Useful utility functions for CSS in JS solutions",
"devDependencies": {
"babel-cli": "^6.22.1",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"codeclimate-test-reporter": "^0.4.0",
"eslint": "^3.14.1",
"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.38.0",
"jest": "^18.1.0",
"prettier-eslint-cli": "^1.1.0"
},
"files": [
"LICENSE",
"README.md",
"lib/"
],
"homepage": "https://github.com/rofrischmann/css-in-js-utils#readme",
"jest": {
"rootDir": "modules"
},
"keywords": [
"css",
"cssinjs",
"utils"
],
"license": "MIT",
"main": "lib/index.js",
"name": "css-in-js-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/rofrischmann/css-in-js-utils.git"
},
"scripts": {
"babel": "babel -d lib modules",
"check": "npm run format && npm run lint && npm run test:coverage && npm run flow",
"flow": "flow",
"format": "prettier-eslint modules",
"lint": "eslint modules",
"release": "npm run check && npm run babel && npm publish",
"test": "jest",
"test:coverage": "jest --coverage"
},
"version": "2.0.1"
}