package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "postcss-normalize-charset@^4.0.1",
  3. "_id": "postcss-normalize-charset@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==",
  6. "_location": "/postcss-normalize-charset",
  7. "_phantomChildren": {
  8. "picocolors": "0.2.1",
  9. "source-map": "0.6.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "postcss-normalize-charset@^4.0.1",
  15. "name": "postcss-normalize-charset",
  16. "escapedName": "postcss-normalize-charset",
  17. "rawSpec": "^4.0.1",
  18. "saveSpec": null,
  19. "fetchSpec": "^4.0.1"
  20. },
  21. "_requiredBy": [
  22. "/cssnano-preset-default"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz",
  25. "_shasum": "8b35add3aee83a136b0471e0d59be58a50285dd4",
  26. "_spec": "postcss-normalize-charset@^4.0.1",
  27. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\cssnano-preset-default",
  28. "author": {
  29. "name": "Bogdan Chadkin",
  30. "email": "trysound@yandex.ru"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/cssnano/cssnano/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "postcss": "^7.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Add necessary or remove extra charset with PostCSS",
  41. "devDependencies": {
  42. "babel-cli": "^6.0.0",
  43. "cross-env": "^5.0.0",
  44. "postcss-devtools": "^1.0.0"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "files": [
  50. "dist"
  51. ],
  52. "homepage": "https://github.com/cssnano/cssnano",
  53. "keywords": [
  54. "postcss",
  55. "css",
  56. "postcss-plugin",
  57. "charset"
  58. ],
  59. "license": "MIT",
  60. "main": "dist/index.js",
  61. "name": "postcss-normalize-charset",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/cssnano/cssnano.git"
  65. },
  66. "scripts": {
  67. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  68. },
  69. "version": "4.0.1"
  70. }