package.json 2.0 KB

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