package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "postcss-normalize-string@4.0.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-normalize-string@4.0.2",
  10. "_id": "postcss-normalize-string@4.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==",
  13. "_location": "/postcss-normalize-string",
  14. "_phantomChildren": {
  15. "source-map": "0.6.1"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "postcss-normalize-string@4.0.2",
  21. "name": "postcss-normalize-string",
  22. "escapedName": "postcss-normalize-string",
  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-string/-/postcss-normalize-string-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. "has": "^1.0.0",
  43. "postcss": "^7.0.0",
  44. "postcss-value-parser": "^3.0.0"
  45. },
  46. "description": "Normalize wrapping quotes for CSS string literals.",
  47. "devDependencies": {
  48. "babel-cli": "^6.0.0",
  49. "cross-env": "^5.0.0"
  50. },
  51. "engines": {
  52. "node": ">=6.9.0"
  53. },
  54. "files": [
  55. "dist",
  56. "LICENSE-MIT"
  57. ],
  58. "homepage": "https://github.com/cssnano/cssnano",
  59. "keywords": [
  60. "css",
  61. "postcss",
  62. "postcss-plugin"
  63. ],
  64. "license": "MIT",
  65. "main": "dist/index.js",
  66. "name": "postcss-normalize-string",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/cssnano/cssnano.git"
  70. },
  71. "scripts": {
  72. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  73. },
  74. "version": "4.0.2"
  75. }