You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "postcss-nesting@7.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-nesting@7.0.1",
  9. "_id": "postcss-nesting@7.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==",
  12. "_location": "/postcss-nesting",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-nesting@7.0.1",
  22. "name": "postcss-nesting",
  23. "escapedName": "postcss-nesting",
  24. "rawSpec": "7.0.1",
  25. "saveSpec": null,
  26. "fetchSpec": "7.0.1"
  27. },
  28. "_requiredBy": [
  29. "/postcss-preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-7.0.1.tgz",
  32. "_spec": "7.0.1",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Jonathan Neal",
  36. "email": "jonathantneal@hotmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonathantneal/postcss-nesting/issues"
  40. },
  41. "dependencies": {
  42. "postcss": "^7.0.2"
  43. },
  44. "description": "Nest style rules inside each other",
  45. "devDependencies": {
  46. "@babel/core": "^7.0.0",
  47. "@babel/preset-env": "^7.0.0",
  48. "babel-eslint": "^9.0.0",
  49. "babel-plugin-array-includes": "^2.0.3",
  50. "eslint": "^5.6.0",
  51. "eslint-config-dev": "^2.0.0",
  52. "postcss-tape": "^2.2.0",
  53. "pre-commit": "^1.2.2",
  54. "rollup": "^0.66.0",
  55. "rollup-plugin-babel": "^4.0.1"
  56. },
  57. "engines": {
  58. "node": ">=6.0.0"
  59. },
  60. "eslintConfig": {
  61. "extends": "dev",
  62. "parser": "babel-eslint"
  63. },
  64. "files": [
  65. "index.cjs.js",
  66. "index.es.js"
  67. ],
  68. "homepage": "https://github.com/jonathantneal/postcss-nesting#readme",
  69. "keywords": [
  70. "postcss",
  71. "css",
  72. "postcss-plugin",
  73. "atrules",
  74. "child",
  75. "children",
  76. "cssnext",
  77. "nested",
  78. "nestings",
  79. "rules",
  80. "selectors",
  81. "syntax",
  82. "specifications",
  83. "specs",
  84. "w3c",
  85. "csswg"
  86. ],
  87. "license": "CC0-1.0",
  88. "main": "index.cjs.js",
  89. "module": "index.es.js",
  90. "name": "postcss-nesting",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/jonathantneal/postcss-nesting.git"
  94. },
  95. "scripts": {
  96. "prepublishOnly": "npm test",
  97. "pretest": "rollup -c .rollup.js --silent",
  98. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  99. "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
  100. "test:tape": "postcss-tape"
  101. },
  102. "version": "7.0.1"
  103. }