|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_args": [
- [
- "css-in-js-utils@2.0.1",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "css-in-js-utils@2.0.1",
- "_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": "version",
- "registry": true,
- "raw": "css-in-js-utils@2.0.1",
- "name": "css-in-js-utils",
- "escapedName": "css-in-js-utils",
- "rawSpec": "2.0.1",
- "saveSpec": null,
- "fetchSpec": "2.0.1"
- },
- "_requiredBy": [
- "/inline-style-prefixer"
- ],
- "_resolved": "https://registry.npmjs.org/css-in-js-utils/-/css-in-js-utils-2.0.1.tgz",
- "_spec": "2.0.1",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Robin Frischmann",
- "email": "robin@rofrischmann.de"
- },
- "bugs": {
- "url": "https://github.com/rofrischmann/css-in-js-utils/issues"
- },
- "dependencies": {
- "hyphenate-style-name": "^1.0.2",
- "isobject": "^3.0.1"
- },
- "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"
- }
|