package.json 1.9 KB

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