package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "postcss-normalize-charset@1.1.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "postcss-normalize-charset@1.1.1",
  9. "_id": "postcss-normalize-charset@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-757nEhLX/nWceO0WL2HtYrXLk/E=",
  12. "_location": "/postcss-normalize-charset",
  13. "_phantomChildren": {
  14. "escape-string-regexp": "1.0.5",
  15. "has-ansi": "2.0.0",
  16. "js-base64": "2.4.3",
  17. "strip-ansi": "3.0.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "postcss-normalize-charset@1.1.1",
  23. "name": "postcss-normalize-charset",
  24. "escapedName": "postcss-normalize-charset",
  25. "rawSpec": "1.1.1",
  26. "saveSpec": null,
  27. "fetchSpec": "1.1.1"
  28. },
  29. "_requiredBy": [
  30. "/cssnano"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz",
  33. "_spec": "1.1.1",
  34. "_where": "D:\\projects\\dealer_front",
  35. "author": {
  36. "name": "Bogdan Chadkin",
  37. "email": "trysound@yandex.ru"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ben-eb/postcss-charset/issues"
  41. },
  42. "dependencies": {
  43. "postcss": "^5.0.5"
  44. },
  45. "description": "Add necessary or remove extra charset with PostCSS",
  46. "devDependencies": {
  47. "ava": "^0.16.0",
  48. "eslint": "^1.4.1",
  49. "postcss-devtools": "^1.1.1"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/ben-eb/postcss-charset",
  55. "keywords": [
  56. "postcss",
  57. "css",
  58. "postcss-plugin",
  59. "charset"
  60. ],
  61. "license": "MIT",
  62. "name": "postcss-normalize-charset",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/ben-eb/postcss-charset.git"
  66. },
  67. "scripts": {
  68. "test": "eslint index.js test && ava"
  69. },
  70. "version": "1.1.1"
  71. }