package.json 2.8 KB

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