139 lines
3.4 KiB
JSON
139 lines
3.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"theming@1.3.0",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "theming@1.3.0",
|
|
"_id": "theming@1.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ya5Ef7XDGbTPBv5ENTwrwkPUexrlPeiAg/EI9kdlUAZhNlRbCdhMKRgjNX1IcmsmiPcqDQZE6BpSaH+cr31FKw==",
|
|
"_location": "/theming",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "theming@1.3.0",
|
|
"name": "theming",
|
|
"escapedName": "theming",
|
|
"rawSpec": "1.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-jss"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/theming/-/theming-1.3.0.tgz",
|
|
"_spec": "1.3.0",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "Vladimir Starkov",
|
|
"email": "iamstarkov@gmail.com",
|
|
"url": "https://iamstarkov.com"
|
|
},
|
|
"ava": {
|
|
"files": [
|
|
"src/**/*test.js"
|
|
],
|
|
"require": [
|
|
"babel-register",
|
|
"./.browser-env"
|
|
],
|
|
"babel": "inherit"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/iamstarkov/theming/issues"
|
|
},
|
|
"dependencies": {
|
|
"brcast": "^3.0.1",
|
|
"is-function": "^1.0.1",
|
|
"is-plain-object": "^2.0.1",
|
|
"prop-types": "^15.5.8"
|
|
},
|
|
"description": "Unified CSSinJS theming solution for React",
|
|
"devDependencies": {
|
|
"ava": "^0.22.0",
|
|
"babel-cli": "^6.24.1",
|
|
"babel-eslint": "^8.0.1",
|
|
"babel-preset-env": "^1.4.0",
|
|
"babel-preset-es2017": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"babel-register": "^6.24.1",
|
|
"browser-env": "^3.2.1",
|
|
"coveralls": "3.0.0",
|
|
"cross-env": "^5.0.1",
|
|
"enzyme": "^3.1.0",
|
|
"enzyme-adapter-react-16": "^1.0.2",
|
|
"eslint": "^4.1.0",
|
|
"eslint-config-pedant": "^0.10.0",
|
|
"eslint-config-prettier": "^2.1.0",
|
|
"eslint-plugin-react": "^7.0.1",
|
|
"eslint-plugin-require-path-exists": "^1.1.7",
|
|
"npm-run-all": "^4.0.2",
|
|
"nyc": "^11.0.2",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"react-test-renderer": "^16.0.0",
|
|
"rimraf": "^2.6.1"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/iamstarkov/theming#readme",
|
|
"keywords": [
|
|
"react",
|
|
"theme",
|
|
"theming",
|
|
"styled-components",
|
|
"jss",
|
|
"cssinjs",
|
|
"css-in-js"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/cjs",
|
|
"module": "dist/esm",
|
|
"name": "theming",
|
|
"nyc": {
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"src/*test*"
|
|
],
|
|
"all": true,
|
|
"cache": true,
|
|
"reporter": [
|
|
"lcov",
|
|
"text"
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=0.15"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/iamstarkov/theming.git"
|
|
},
|
|
"scripts": {
|
|
"babel:cjs": "cross-env BABEL_ENV=cjs babel src -d dist/cjs --ignore '*test*'",
|
|
"babel:esm": "cross-env BABEL_ENV=esm babel src -d dist/esm --ignore '*test*'",
|
|
"babel:watch:cjs": "npm run babel:cjs -- --watch",
|
|
"babel:watch:esm": "npm run babel:esm -- --watch",
|
|
"build": "run-s clean babel:*",
|
|
"clean": "rimraf dist",
|
|
"coverage": "cross-env BABEL_ENV=cjs nyc ava",
|
|
"coveralls": "run-s coveralls:*",
|
|
"coveralls:gather": "npm run coverage",
|
|
"coveralls:upload": "coveralls < coverage/lcov.info",
|
|
"lint": "eslint .",
|
|
"postversion": "npm run build",
|
|
"tdd": "npm run test -- --watch",
|
|
"test": "cross-env BABEL_ENV=cjs ava",
|
|
"watch": "npm-run-all clean -p babel:watch:*"
|
|
},
|
|
"version": "1.3.0"
|
|
}
|