package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "postcss-custom-properties@^8.0.11",
  3. "_id": "postcss-custom-properties@8.0.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==",
  6. "_location": "/postcss-custom-properties",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-custom-properties@^8.0.11",
  12. "name": "postcss-custom-properties",
  13. "escapedName": "postcss-custom-properties",
  14. "rawSpec": "^8.0.11",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.0.11"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz",
  22. "_shasum": "2d61772d6e92f22f5e0d52602df8fae46fa30d97",
  23. "_spec": "postcss-custom-properties@^8.0.11",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-preset-env",
  25. "author": {
  26. "name": "Jonathan Neal",
  27. "email": "jonathantneal@hotmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/postcss/postcss-custom-properties/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Maxime Thirouin"
  36. }
  37. ],
  38. "dependencies": {
  39. "postcss": "^7.0.17",
  40. "postcss-values-parser": "^2.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "Use Custom Properties Queries in CSS",
  44. "devDependencies": {
  45. "@babel/core": "^7.4.5",
  46. "@babel/plugin-syntax-dynamic-import": "^7.2.0",
  47. "@babel/preset-env": "^7.4.5",
  48. "babel-eslint": "^10.0.2",
  49. "eslint": "^5.16.0",
  50. "postcss-tape": "^4.0.0",
  51. "pre-commit": "^1.2.2",
  52. "rollup": "^1.15.6",
  53. "rollup-plugin-babel": "^4.3.2"
  54. },
  55. "engines": {
  56. "node": ">=6.0.0"
  57. },
  58. "eslintConfig": {
  59. "env": {
  60. "browser": true,
  61. "es6": true,
  62. "node": true
  63. },
  64. "extends": "eslint:recommended",
  65. "parser": "babel-eslint",
  66. "parserOptions": {
  67. "ecmaVersion": 2018,
  68. "impliedStrict": true,
  69. "sourceType": "module"
  70. },
  71. "root": true
  72. },
  73. "files": [
  74. "index.cjs.js",
  75. "index.cjs.js.map",
  76. "index.esm.mjs",
  77. "index.esm.mjs.map"
  78. ],
  79. "homepage": "https://github.com/postcss/postcss-custom-properties#readme",
  80. "keywords": [
  81. "postcss",
  82. "css",
  83. "postcss-plugin",
  84. "custom",
  85. "properties",
  86. "declarations",
  87. "variables",
  88. "vars",
  89. "w3c",
  90. "csswg",
  91. "specification"
  92. ],
  93. "license": "MIT",
  94. "main": "index.cjs.js",
  95. "module": "index.esm.mjs",
  96. "name": "postcss-custom-properties",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/postcss/postcss-custom-properties.git"
  100. },
  101. "scripts": {
  102. "prepublishOnly": "npm test",
  103. "pretest:tape": "rollup -c .rollup.js --silent",
  104. "test": "npm run test:js && npm run test:tape",
  105. "test:js": "eslint src/{*,**/*}.js --cache --ignore-path .gitignore --quiet",
  106. "test:tape": "postcss-tape"
  107. },
  108. "version": "8.0.11"
  109. }