package.json 1.9 KB

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