Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

117 wiersze
3.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-custom-properties@8.0.11",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-custom-properties@8.0.11",
  9. "_id": "postcss-custom-properties@8.0.11",
  10. "_inBundle": false,
  11. "_integrity": "sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==",
  12. "_location": "/postcss-custom-properties",
  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-custom-properties@8.0.11",
  22. "name": "postcss-custom-properties",
  23. "escapedName": "postcss-custom-properties",
  24. "rawSpec": "8.0.11",
  25. "saveSpec": null,
  26. "fetchSpec": "8.0.11"
  27. },
  28. "_requiredBy": [
  29. "/postcss-preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz",
  32. "_spec": "8.0.11",
  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/postcss/postcss-custom-properties/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Maxime Thirouin"
  44. }
  45. ],
  46. "dependencies": {
  47. "postcss": "^7.0.17",
  48. "postcss-values-parser": "^2.0.1"
  49. },
  50. "description": "Use Custom Properties Queries in CSS",
  51. "devDependencies": {
  52. "@babel/core": "^7.4.5",
  53. "@babel/plugin-syntax-dynamic-import": "^7.2.0",
  54. "@babel/preset-env": "^7.4.5",
  55. "babel-eslint": "^10.0.2",
  56. "eslint": "^5.16.0",
  57. "postcss-tape": "^4.0.0",
  58. "pre-commit": "^1.2.2",
  59. "rollup": "^1.15.6",
  60. "rollup-plugin-babel": "^4.3.2"
  61. },
  62. "engines": {
  63. "node": ">=6.0.0"
  64. },
  65. "eslintConfig": {
  66. "env": {
  67. "browser": true,
  68. "es6": true,
  69. "node": true
  70. },
  71. "extends": "eslint:recommended",
  72. "parser": "babel-eslint",
  73. "parserOptions": {
  74. "ecmaVersion": 2018,
  75. "impliedStrict": true,
  76. "sourceType": "module"
  77. },
  78. "root": true
  79. },
  80. "files": [
  81. "index.cjs.js",
  82. "index.cjs.js.map",
  83. "index.esm.mjs",
  84. "index.esm.mjs.map"
  85. ],
  86. "homepage": "https://github.com/postcss/postcss-custom-properties#readme",
  87. "keywords": [
  88. "postcss",
  89. "css",
  90. "postcss-plugin",
  91. "custom",
  92. "properties",
  93. "declarations",
  94. "variables",
  95. "vars",
  96. "w3c",
  97. "csswg",
  98. "specification"
  99. ],
  100. "license": "MIT",
  101. "main": "index.cjs.js",
  102. "module": "index.esm.mjs",
  103. "name": "postcss-custom-properties",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/postcss/postcss-custom-properties.git"
  107. },
  108. "scripts": {
  109. "prepublishOnly": "npm test",
  110. "pretest:tape": "rollup -c .rollup.js --silent",
  111. "test": "npm run test:js && npm run test:tape",
  112. "test:js": "eslint src/{*,**/*}.js --cache --ignore-path .gitignore --quiet",
  113. "test:tape": "postcss-tape"
  114. },
  115. "version": "8.0.11"
  116. }