Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

80 строки
2.3 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-selector-not@4.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-selector-not@4.0.0",
  9. "_id": "postcss-selector-not@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-W+bkBZRhqJaYN8XAnbbZPLWMvZD1wKTu0UxtFKdhtGjWYmxhkUneoeOhRJKdAE5V7ZTlnbHfCR+6bNwK9e1dTQ==",
  12. "_location": "/postcss-selector-not",
  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-selector-not@4.0.0",
  22. "name": "postcss-selector-not",
  23. "escapedName": "postcss-selector-not",
  24. "rawSpec": "4.0.0",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.0"
  27. },
  28. "_requiredBy": [
  29. "/postcss-preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.0.tgz",
  32. "_spec": "4.0.0",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Maxime Thirouin"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/postcss/postcss-selector-not/issues"
  39. },
  40. "dependencies": {
  41. "balanced-match": "^1.0.0",
  42. "postcss": "^7.0.2"
  43. },
  44. "description": "PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors",
  45. "devDependencies": {
  46. "babel-cli": "^6.26.0",
  47. "babel-plugin-add-module-exports": "^1.0.0",
  48. "babel-preset-env": "^1.7.0",
  49. "babel-register": "^6.26.0",
  50. "eslint": "^5.6.0",
  51. "tape": "^4.9.1"
  52. },
  53. "files": [
  54. "dist"
  55. ],
  56. "homepage": "https://github.com/postcss/postcss-selector-not#readme",
  57. "keywords": [
  58. "postcss",
  59. "postcss-plugin",
  60. "selectors",
  61. "selector",
  62. "Not"
  63. ],
  64. "license": "MIT",
  65. "main": "dist/index.js",
  66. "name": "postcss-selector-not",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/postcss/postcss-selector-not.git"
  70. },
  71. "scripts": {
  72. "babelify": "babel src --out-dir dist",
  73. "lint": "eslint ./src/*.js ./test/*.js",
  74. "prepublish": "npm run babelify",
  75. "tape": "tape -r babel-register test/*.js",
  76. "test": "npm run lint && npm run babelify && npm run tape"
  77. },
  78. "version": "4.0.0"
  79. }