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

100 строки
2.8 KiB

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