Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "postcss-normalize-charset@4.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-normalize-charset@4.0.1",
  9. "_id": "postcss-normalize-charset@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==",
  12. "_location": "/postcss-normalize-charset",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-normalize-charset@4.0.1",
  22. "name": "postcss-normalize-charset",
  23. "escapedName": "postcss-normalize-charset",
  24. "rawSpec": "4.0.1",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.1"
  27. },
  28. "_requiredBy": [
  29. "/cssnano-preset-default"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz",
  32. "_spec": "4.0.1",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Bogdan Chadkin",
  36. "email": "trysound@yandex.ru"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/cssnano/cssnano/issues"
  40. },
  41. "dependencies": {
  42. "postcss": "^7.0.0"
  43. },
  44. "description": "Add necessary or remove extra charset with PostCSS",
  45. "devDependencies": {
  46. "babel-cli": "^6.0.0",
  47. "cross-env": "^5.0.0",
  48. "postcss-devtools": "^1.0.0"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "files": [
  54. "dist"
  55. ],
  56. "homepage": "https://github.com/cssnano/cssnano",
  57. "keywords": [
  58. "postcss",
  59. "css",
  60. "postcss-plugin",
  61. "charset"
  62. ],
  63. "license": "MIT",
  64. "main": "dist/index.js",
  65. "name": "postcss-normalize-charset",
  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.1"
  74. }