package.json 2.6 KB

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