{ "_args": [ [ "jss-nested@6.0.1", "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp" ] ], "_from": "jss-nested@6.0.1", "_id": "jss-nested@6.0.1", "_inBundle": false, "_integrity": "sha512-rn964TralHOZxoyEgeq3hXY8hyuCElnvQoVrQwKHVmu55VRDd6IqExAx9be5HgK0yN/+hQdgAXQl/GUrBbbSTA==", "_location": "/jss-nested", "_phantomChildren": { "loose-envify": "1.4.0" }, "_requested": { "type": "version", "registry": true, "raw": "jss-nested@6.0.1", "name": "jss-nested", "escapedName": "jss-nested", "rawSpec": "6.0.1", "saveSpec": null, "fetchSpec": "6.0.1" }, "_requiredBy": [ "/@material-ui/core" ], "_resolved": "https://registry.npmjs.org/jss-nested/-/jss-nested-6.0.1.tgz", "_spec": "6.0.1", "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp", "author": { "name": "Oleg Slobodskoi", "email": "oleg008@gmail.com" }, "bugs": { "url": "https://github.com/cssinjs/jss-nested/issues" }, "dependencies": { "warning": "^3.0.0" }, "description": "JSS plugin that enables support for nested selectors", "devDependencies": { "babel-cli": "^6.5.1", "babel-core": "^6.5.1", "babel-eslint": "^6.1.2", "babel-loader": "^6.2.4", "babel-plugin-rewire": "^1.0.0", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-0": "^6.5.0", "common-tags": "^1.4.0", "cross-env": "^3.1.3", "eslint": "^2.8.0", "eslint-config-airbnb": "^8.0.0", "eslint-config-jss": "^1.1.0", "eslint-plugin-import": "^1.12.0", "eslint-plugin-jsx-a11y": "^1.5.5", "eslint-plugin-react": "^5.0.1", "expect.js": "^0.3.1", "json-loader": "^0.5.4", "jss": "^9.0.0", "jss-extend": "^6.0.1", "karma": "^1.1.1", "karma-benchmark": "^0.6.0", "karma-benchmark-reporter": "^0.1.1", "karma-browserstack-launcher": "^1.0.0", "karma-chrome-launcher": "^1.0.1", "karma-coverage": "^1.1.0", "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.0.1", "karma-mocha-reporter": "^2.0.2", "karma-safari-launcher": "^1.0.0", "karma-sourcemap-loader": "^0.3.5", "karma-webpack": "^1.7.0", "lint-staged": "^3.0.1", "lodash.assign": "^4.0.9", "mocha": "^3.0.2", "pre-commit": "^1.1.3", "rimraf": "^2.5.4", "webpack": "^1.12.2" }, "homepage": "https://github.com/cssinjs/jss-nested#readme", "keywords": [ "cssinjs", "css-in-js", "css in js", "jss", "plugin", "nested", "nesting" ], "license": "MIT", "lint-staged": { "./src/*.js": [ "eslint", "git add" ] }, "main": "./lib/index.js", "name": "jss-nested", "peerDependencies": { "jss": "^9.0.0" }, "pre-commit": "lint:staged", "repository": { "type": "git", "url": "git+ssh://git@github.com/cssinjs/jss-nested.git" }, "scripts": { "all": "npm run lint && npm run test && npm run build", "bench": "cross-env BENCHMARK=true npm run test", "build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist", "build:dist": "npm run build:dist:max && npm run build:dist:min", "build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-nested.js", "build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-nested.min.js", "build:lib": "babel src --out-dir lib", "build:tests": "npm run build:tests:lib && npm run build:tests:local", "build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests", "build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js", "clean": "rimraf '{lib,dist,tests,tmp}/*'", "lint": "eslint ./src ./benchmark", "lint:staged": "lint-staged", "prepublishOnly": "npm run all", "test": "cross-env NODE_ENV=test karma start --single-run ", "test:watch": "cross-env NODE_ENV=test karma start" }, "version": "6.0.1" }