package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "postcss-minify-params@1.2.2",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "postcss-minify-params@1.2.2",
  9. "_id": "postcss-minify-params@1.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-rSzgcTc7lDs9kwo/pZo1jCjW8fM=",
  12. "_location": "/postcss-minify-params",
  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-params@1.2.2",
  23. "name": "postcss-minify-params",
  24. "escapedName": "postcss-minify-params",
  25. "rawSpec": "1.2.2",
  26. "saveSpec": null,
  27. "fetchSpec": "1.2.2"
  28. },
  29. "_requiredBy": [
  30. "/cssnano"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz",
  33. "_spec": "1.2.2",
  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-minify-params/issues"
  41. },
  42. "dependencies": {
  43. "alphanum-sort": "^1.0.1",
  44. "postcss": "^5.0.2",
  45. "postcss-value-parser": "^3.0.2",
  46. "uniqs": "^2.0.0"
  47. },
  48. "description": "Minify at-rule params with PostCSS",
  49. "devDependencies": {
  50. "buble": "^0.12.5",
  51. "cross-env": "^2.0.0",
  52. "del-cli": "^0.2.0",
  53. "eslint": "^2.13.1",
  54. "eslint-config-postcss": "^2.0.2",
  55. "mocha": "^2.5.3",
  56. "nyc": "^7.0.0"
  57. },
  58. "eslintConfig": {
  59. "extends": "postcss",
  60. "env": {
  61. "mocha": true
  62. }
  63. },
  64. "files": [
  65. "dist"
  66. ],
  67. "homepage": "https://github.com/ben-eb/postcss-minify-params",
  68. "keywords": [
  69. "postcss",
  70. "css",
  71. "postcss-plugin",
  72. "minify",
  73. "optimise",
  74. "params"
  75. ],
  76. "license": "MIT",
  77. "main": "dist/index.js",
  78. "name": "postcss-minify-params",
  79. "nyc": {
  80. "sourceMap": true,
  81. "instrument": true
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/ben-eb/postcss-minify-params.git"
  86. },
  87. "scripts": {
  88. "prepublish": "del-cli dist && cross-env BABEL_ENV=publish buble src -o dist",
  89. "pretest": "eslint src",
  90. "report": "nyc report --reporter=html",
  91. "test": "cross-env BABEL_ENV=test nyc mocha test --compilers js:buble/register"
  92. },
  93. "version": "1.2.2"
  94. }