package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "postcss-normalize-repeat-style@^4.0.2",
  3. "_id": "postcss-normalize-repeat-style@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==",
  6. "_location": "/postcss-normalize-repeat-style",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-normalize-repeat-style@^4.0.2",
  12. "name": "postcss-normalize-repeat-style",
  13. "escapedName": "postcss-normalize-repeat-style",
  14. "rawSpec": "^4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz",
  22. "_shasum": "c4ebbc289f3991a028d44751cbdd11918b17910c",
  23. "_spec": "postcss-normalize-repeat-style@^4.0.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cssnano-preset-default",
  25. "author": {
  26. "name": "Ben Briggs",
  27. "email": "beneb.info@gmail.com",
  28. "url": "http://beneb.info"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/cssnano/cssnano/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "cssnano-util-get-arguments": "^4.0.0",
  36. "cssnano-util-get-match": "^4.0.0",
  37. "postcss": "^7.0.0",
  38. "postcss-value-parser": "^3.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Convert two value syntax for repeat-style into one value.",
  42. "devDependencies": {
  43. "babel-cli": "^6.0.0",
  44. "cross-env": "^5.0.0"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "files": [
  50. "LICENSE-MIT",
  51. "dist"
  52. ],
  53. "homepage": "https://github.com/cssnano/cssnano",
  54. "license": "MIT",
  55. "main": "dist/index.js",
  56. "name": "postcss-normalize-repeat-style",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/cssnano/cssnano.git"
  60. },
  61. "scripts": {
  62. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  63. },
  64. "version": "4.0.2"
  65. }