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

97 строки
2.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-overflow-shorthand@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-overflow-shorthand@2.0.0",
  9. "_id": "postcss-overflow-shorthand@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==",
  12. "_location": "/postcss-overflow-shorthand",
  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-overflow-shorthand@2.0.0",
  22. "name": "postcss-overflow-shorthand",
  23. "escapedName": "postcss-overflow-shorthand",
  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-overflow-shorthand/-/postcss-overflow-shorthand-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-overflow-shorthand/issues"
  40. },
  41. "dependencies": {
  42. "postcss": "^7.0.2"
  43. },
  44. "description": "Use the overflow shorthand 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-overflow-shorthand#readme",
  70. "keywords": [
  71. "postcss",
  72. "css",
  73. "postcss-plugin",
  74. "overflow",
  75. "properties",
  76. "shorthands",
  77. "values"
  78. ],
  79. "license": "CC0-1.0",
  80. "main": "index.cjs.js",
  81. "module": "index.es.mjs",
  82. "name": "postcss-overflow-shorthand",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jonathantneal/postcss-overflow-shorthand.git"
  86. },
  87. "scripts": {
  88. "prepublishOnly": "npm test",
  89. "pretest": "rollup -c .rollup.js --silent",
  90. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  91. "test:ec": "echint --ignore index.*.js test",
  92. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  93. "test:tape": "postcss-tape"
  94. },
  95. "version": "2.0.0"
  96. }