package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "postcss-overflow-shorthand@^2.0.0",
  3. "_id": "postcss-overflow-shorthand@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==",
  6. "_location": "/postcss-overflow-shorthand",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-overflow-shorthand@^2.0.0",
  12. "name": "postcss-overflow-shorthand",
  13. "escapedName": "postcss-overflow-shorthand",
  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-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz",
  22. "_shasum": "31ecf350e9c6f6ddc250a78f0c3e111f32dd4c30",
  23. "_spec": "postcss-overflow-shorthand@^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-overflow-shorthand/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^7.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "Use the overflow shorthand 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-overflow-shorthand#readme",
  63. "keywords": [
  64. "postcss",
  65. "css",
  66. "postcss-plugin",
  67. "overflow",
  68. "properties",
  69. "shorthands",
  70. "values"
  71. ],
  72. "license": "CC0-1.0",
  73. "main": "index.cjs.js",
  74. "module": "index.es.mjs",
  75. "name": "postcss-overflow-shorthand",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jonathantneal/postcss-overflow-shorthand.git"
  79. },
  80. "scripts": {
  81. "prepublishOnly": "npm test",
  82. "pretest": "rollup -c .rollup.js --silent",
  83. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  84. "test:ec": "echint --ignore index.*.js test",
  85. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  86. "test:tape": "postcss-tape"
  87. },
  88. "version": "2.0.0"
  89. }