package.json 1.9 KB

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