No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 3 años
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "jss-nested@6.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "jss-nested@6.0.1",
  9. "_id": "jss-nested@6.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rn964TralHOZxoyEgeq3hXY8hyuCElnvQoVrQwKHVmu55VRDd6IqExAx9be5HgK0yN/+hQdgAXQl/GUrBbbSTA==",
  12. "_location": "/jss-nested",
  13. "_phantomChildren": {
  14. "loose-envify": "1.4.0"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "jss-nested@6.0.1",
  20. "name": "jss-nested",
  21. "escapedName": "jss-nested",
  22. "rawSpec": "6.0.1",
  23. "saveSpec": null,
  24. "fetchSpec": "6.0.1"
  25. },
  26. "_requiredBy": [
  27. "/@material-ui/core"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/jss-nested/-/jss-nested-6.0.1.tgz",
  30. "_spec": "6.0.1",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  32. "author": {
  33. "name": "Oleg Slobodskoi",
  34. "email": "oleg008@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/cssinjs/jss-nested/issues"
  38. },
  39. "dependencies": {
  40. "warning": "^3.0.0"
  41. },
  42. "description": "JSS plugin that enables support for nested selectors",
  43. "devDependencies": {
  44. "babel-cli": "^6.5.1",
  45. "babel-core": "^6.5.1",
  46. "babel-eslint": "^6.1.2",
  47. "babel-loader": "^6.2.4",
  48. "babel-plugin-rewire": "^1.0.0",
  49. "babel-preset-es2015": "^6.9.0",
  50. "babel-preset-stage-0": "^6.5.0",
  51. "common-tags": "^1.4.0",
  52. "cross-env": "^3.1.3",
  53. "eslint": "^2.8.0",
  54. "eslint-config-airbnb": "^8.0.0",
  55. "eslint-config-jss": "^1.1.0",
  56. "eslint-plugin-import": "^1.12.0",
  57. "eslint-plugin-jsx-a11y": "^1.5.5",
  58. "eslint-plugin-react": "^5.0.1",
  59. "expect.js": "^0.3.1",
  60. "json-loader": "^0.5.4",
  61. "jss": "^9.0.0",
  62. "jss-extend": "^6.0.1",
  63. "karma": "^1.1.1",
  64. "karma-benchmark": "^0.6.0",
  65. "karma-benchmark-reporter": "^0.1.1",
  66. "karma-browserstack-launcher": "^1.0.0",
  67. "karma-chrome-launcher": "^1.0.1",
  68. "karma-coverage": "^1.1.0",
  69. "karma-firefox-launcher": "^1.0.0",
  70. "karma-mocha": "^1.0.1",
  71. "karma-mocha-reporter": "^2.0.2",
  72. "karma-safari-launcher": "^1.0.0",
  73. "karma-sourcemap-loader": "^0.3.5",
  74. "karma-webpack": "^1.7.0",
  75. "lint-staged": "^3.0.1",
  76. "lodash.assign": "^4.0.9",
  77. "mocha": "^3.0.2",
  78. "pre-commit": "^1.1.3",
  79. "rimraf": "^2.5.4",
  80. "webpack": "^1.12.2"
  81. },
  82. "homepage": "https://github.com/cssinjs/jss-nested#readme",
  83. "keywords": [
  84. "cssinjs",
  85. "css-in-js",
  86. "css in js",
  87. "jss",
  88. "plugin",
  89. "nested",
  90. "nesting"
  91. ],
  92. "license": "MIT",
  93. "lint-staged": {
  94. "./src/*.js": [
  95. "eslint",
  96. "git add"
  97. ]
  98. },
  99. "main": "./lib/index.js",
  100. "name": "jss-nested",
  101. "peerDependencies": {
  102. "jss": "^9.0.0"
  103. },
  104. "pre-commit": "lint:staged",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+ssh://git@github.com/cssinjs/jss-nested.git"
  108. },
  109. "scripts": {
  110. "all": "npm run lint && npm run test && npm run build",
  111. "bench": "cross-env BENCHMARK=true npm run test",
  112. "build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
  113. "build:dist": "npm run build:dist:max && npm run build:dist:min",
  114. "build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-nested.js",
  115. "build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-nested.min.js",
  116. "build:lib": "babel src --out-dir lib",
  117. "build:tests": "npm run build:tests:lib && npm run build:tests:local",
  118. "build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
  119. "build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
  120. "clean": "rimraf '{lib,dist,tests,tmp}/*'",
  121. "lint": "eslint ./src ./benchmark",
  122. "lint:staged": "lint-staged",
  123. "prepublishOnly": "npm run all",
  124. "test": "cross-env NODE_ENV=test karma start --single-run ",
  125. "test:watch": "cross-env NODE_ENV=test karma start"
  126. },
  127. "version": "6.0.1"
  128. }