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.

package.json 3.0 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "postcss-custom-selectors@5.1.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-custom-selectors@5.1.2",
  9. "_id": "postcss-custom-selectors@5.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==",
  12. "_location": "/postcss-custom-selectors",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0",
  17. "indexes-of": "1.0.1",
  18. "uniq": "1.0.1"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "postcss-custom-selectors@5.1.2",
  24. "name": "postcss-custom-selectors",
  25. "escapedName": "postcss-custom-selectors",
  26. "rawSpec": "5.1.2",
  27. "saveSpec": null,
  28. "fetchSpec": "5.1.2"
  29. },
  30. "_requiredBy": [
  31. "/postcss-preset-env"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz",
  34. "_spec": "5.1.2",
  35. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  36. "author": {
  37. "name": "Jonathan Neal",
  38. "email": "jonathantneal@hotmail.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/postcss/postcss-custom-selectors/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "yisi"
  46. },
  47. {
  48. "name": "Maxime Thirouin"
  49. }
  50. ],
  51. "dependencies": {
  52. "postcss": "^7.0.2",
  53. "postcss-selector-parser": "^5.0.0-rc.3"
  54. },
  55. "description": "Use Custom Selectors in CSS",
  56. "devDependencies": {
  57. "@babel/core": "^7.1.0",
  58. "@babel/plugin-syntax-dynamic-import": "^7.0.0",
  59. "@babel/preset-env": "^7.1.0",
  60. "babel-eslint": "^9.0.0",
  61. "eslint": "^5.6.0",
  62. "eslint-config-dev": "^2.0.0",
  63. "postcss-tape": "^2.2.0",
  64. "pre-commit": "^1.2.2",
  65. "rollup": "^0.66.1",
  66. "rollup-plugin-babel": "^4.0.3"
  67. },
  68. "engines": {
  69. "node": ">=6.0.0"
  70. },
  71. "eslintConfig": {
  72. "extends": "dev",
  73. "parser": "babel-eslint"
  74. },
  75. "files": [
  76. "index.cjs.js",
  77. "index.cjs.js.map",
  78. "index.es.mjs",
  79. "index.es.mjs.map"
  80. ],
  81. "homepage": "https://github.com/postcss/postcss-custom-selectors#readme",
  82. "keywords": [
  83. "postcss",
  84. "css",
  85. "postcss-plugin",
  86. "custom",
  87. "selectors",
  88. "w3c",
  89. "csswg",
  90. "extensions",
  91. "declarative",
  92. "rule",
  93. "atrule",
  94. "at-rule",
  95. "specification"
  96. ],
  97. "license": "MIT",
  98. "main": "index.cjs.js",
  99. "module": "index.es.mjs",
  100. "name": "postcss-custom-selectors",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/postcss/postcss-custom-selectors.git"
  104. },
  105. "scripts": {
  106. "prepublishOnly": "npm test",
  107. "pretest": "rollup -c .rollup.js --silent",
  108. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  109. "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
  110. "test:tape": "postcss-tape"
  111. },
  112. "version": "5.1.2"
  113. }