package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "postcss-minify-font-values@^1.0.2",
  3. "_id": "postcss-minify-font-values@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-S1jttWZB66fIR0qzUmyv17vey2k=",
  6. "_location": "/postcss-minify-font-values",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-minify-font-values@^1.0.2",
  12. "name": "postcss-minify-font-values",
  13. "escapedName": "postcss-minify-font-values",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/cssnano"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz",
  22. "_shasum": "4b58edb56641eba7c8474ab3526cafd7bbdecb69",
  23. "_spec": "postcss-minify-font-values@^1.0.2",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\cssnano",
  25. "author": {
  26. "name": "Bogdan Chadkin",
  27. "email": "trysound@yandex.ru"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/TrySound/postcss-minify-font-values/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "object-assign": "^4.0.1",
  35. "postcss": "^5.0.4",
  36. "postcss-value-parser": "^3.0.2"
  37. },
  38. "deprecated": false,
  39. "description": "Minify font declarations with PostCSS",
  40. "devDependencies": {
  41. "eslint": "^1.3.1",
  42. "tap-spec": "^4.1.0",
  43. "tape": "^4.2.0"
  44. },
  45. "files": [
  46. "index.js",
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/TrySound/postcss-minify-font-values",
  50. "keywords": [
  51. "css",
  52. "font",
  53. "font-family",
  54. "font-weight",
  55. "optimise",
  56. "postcss-plugin"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "postcss-minify-font-values",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/TrySound/postcss-minify-font-values.git"
  64. },
  65. "scripts": {
  66. "posttest": "eslint index.js lib test",
  67. "test": "tape test/*.js | tap-spec"
  68. },
  69. "version": "1.0.5"
  70. }