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 2.9 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "postcss-pseudo-class-any-link@6.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-pseudo-class-any-link@6.0.0",
  9. "_id": "postcss-pseudo-class-any-link@6.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==",
  12. "_location": "/postcss-pseudo-class-any-link",
  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-pseudo-class-any-link@6.0.0",
  24. "name": "postcss-pseudo-class-any-link",
  25. "escapedName": "postcss-pseudo-class-any-link",
  26. "rawSpec": "6.0.0",
  27. "saveSpec": null,
  28. "fetchSpec": "6.0.0"
  29. },
  30. "_requiredBy": [
  31. "/postcss-preset-env"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz",
  34. "_spec": "6.0.0",
  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/jonathantneal/postcss-pseudo-class-any-link/issues"
  42. },
  43. "dependencies": {
  44. "postcss": "^7.0.2",
  45. "postcss-selector-parser": "^5.0.0-rc.3"
  46. },
  47. "description": "Use the :any-link pseudo-class in CSS",
  48. "devDependencies": {
  49. "@babel/core": "^7.0.0",
  50. "@babel/preset-env": "^7.0.0",
  51. "babel-eslint": "^9.0.0",
  52. "eslint": "^5.6.0",
  53. "eslint-config-dev": "^2.0.0",
  54. "postcss-tape": "^2.2.0",
  55. "pre-commit": "^1.2.2",
  56. "rollup": "^0.66.0",
  57. "rollup-plugin-babel": "^4.0.1"
  58. },
  59. "engines": {
  60. "node": ">=6.0.0"
  61. },
  62. "eslintConfig": {
  63. "extends": "dev",
  64. "parser": "babel-eslint"
  65. },
  66. "files": [
  67. "index.cjs.js",
  68. "index.cjs.js.map",
  69. "index.es.mjs",
  70. "index.es.mjs.map"
  71. ],
  72. "homepage": "https://github.com/jonathantneal/postcss-pseudo-class-any-link#readme",
  73. "keywords": [
  74. "postcss",
  75. "css",
  76. "postcss-plugin",
  77. "link",
  78. "visited",
  79. "any-link",
  80. "a",
  81. "area",
  82. "hyperlink",
  83. "href"
  84. ],
  85. "license": "CC0-1.0",
  86. "main": "index.cjs.js",
  87. "module": "index.es.mjs",
  88. "name": "postcss-pseudo-class-any-link",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/jonathantneal/postcss-pseudo-class-any-link.git"
  92. },
  93. "scripts": {
  94. "prepublishOnly": "npm test",
  95. "pretest": "rollup -c .rollup.js --silent",
  96. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  97. "test:ec": "echint --ignore index.*.js test",
  98. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  99. "test:tape": "postcss-tape"
  100. },
  101. "version": "6.0.0"
  102. }