package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "postcss-minify-font-values@1.0.5",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "postcss-minify-font-values@1.0.5",
  9. "_id": "postcss-minify-font-values@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-S1jttWZB66fIR0qzUmyv17vey2k=",
  12. "_location": "/postcss-minify-font-values",
  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-minify-font-values@1.0.5",
  23. "name": "postcss-minify-font-values",
  24. "escapedName": "postcss-minify-font-values",
  25. "rawSpec": "1.0.5",
  26. "saveSpec": null,
  27. "fetchSpec": "1.0.5"
  28. },
  29. "_requiredBy": [
  30. "/cssnano"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz",
  33. "_spec": "1.0.5",
  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/TrySound/postcss-minify-font-values/issues"
  41. },
  42. "dependencies": {
  43. "object-assign": "^4.0.1",
  44. "postcss": "^5.0.4",
  45. "postcss-value-parser": "^3.0.2"
  46. },
  47. "description": "Minify font declarations with PostCSS",
  48. "devDependencies": {
  49. "eslint": "^1.3.1",
  50. "tap-spec": "^4.1.0",
  51. "tape": "^4.2.0"
  52. },
  53. "files": [
  54. "index.js",
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/TrySound/postcss-minify-font-values",
  58. "keywords": [
  59. "css",
  60. "font",
  61. "font-family",
  62. "font-weight",
  63. "optimise",
  64. "postcss-plugin"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "postcss-minify-font-values",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/TrySound/postcss-minify-font-values.git"
  72. },
  73. "scripts": {
  74. "posttest": "eslint index.js lib test",
  75. "test": "tape test/*.js | tap-spec"
  76. },
  77. "version": "1.0.5"
  78. }