package.json 1.7 KB

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