package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-normalize-charset@^4.0.1",
  12. "name": "postcss-normalize-charset",
  13. "escapedName": "postcss-normalize-charset",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz",
  22. "_shasum": "8b35add3aee83a136b0471e0d59be58a50285dd4",
  23. "_spec": "postcss-normalize-charset@^4.0.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cssnano-preset-default",
  25. "author": {
  26. "name": "Bogdan Chadkin",
  27. "email": "trysound@yandex.ru"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/cssnano/cssnano/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^7.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Add necessary or remove extra charset with PostCSS",
  38. "devDependencies": {
  39. "babel-cli": "^6.0.0",
  40. "cross-env": "^5.0.0",
  41. "postcss-devtools": "^1.0.0"
  42. },
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "files": [
  47. "dist"
  48. ],
  49. "homepage": "https://github.com/cssnano/cssnano",
  50. "keywords": [
  51. "postcss",
  52. "css",
  53. "postcss-plugin",
  54. "charset"
  55. ],
  56. "license": "MIT",
  57. "main": "dist/index.js",
  58. "name": "postcss-normalize-charset",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/cssnano/cssnano.git"
  62. },
  63. "scripts": {
  64. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  65. },
  66. "version": "4.0.1"
  67. }