package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "postcss-minify-params@^1.0.4",
  3. "_id": "postcss-minify-params@1.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-rSzgcTc7lDs9kwo/pZo1jCjW8fM=",
  6. "_location": "/postcss-minify-params",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-minify-params@^1.0.4",
  12. "name": "postcss-minify-params",
  13. "escapedName": "postcss-minify-params",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/cssnano"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz",
  22. "_shasum": "ad2ce071373b943b3d930a3fa59a358c28d6f1f3",
  23. "_spec": "postcss-minify-params@^1.0.4",
  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/ben-eb/postcss-minify-params/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "alphanum-sort": "^1.0.1",
  35. "postcss": "^5.0.2",
  36. "postcss-value-parser": "^3.0.2",
  37. "uniqs": "^2.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Minify at-rule params with PostCSS",
  41. "devDependencies": {
  42. "buble": "^0.12.5",
  43. "cross-env": "^2.0.0",
  44. "del-cli": "^0.2.0",
  45. "eslint": "^2.13.1",
  46. "eslint-config-postcss": "^2.0.2",
  47. "mocha": "^2.5.3",
  48. "nyc": "^7.0.0"
  49. },
  50. "eslintConfig": {
  51. "extends": "postcss",
  52. "env": {
  53. "mocha": true
  54. }
  55. },
  56. "files": [
  57. "dist"
  58. ],
  59. "homepage": "https://github.com/ben-eb/postcss-minify-params",
  60. "keywords": [
  61. "postcss",
  62. "css",
  63. "postcss-plugin",
  64. "minify",
  65. "optimise",
  66. "params"
  67. ],
  68. "license": "MIT",
  69. "main": "dist/index.js",
  70. "name": "postcss-minify-params",
  71. "nyc": {
  72. "sourceMap": true,
  73. "instrument": true
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/ben-eb/postcss-minify-params.git"
  78. },
  79. "scripts": {
  80. "prepublish": "del-cli dist && cross-env BABEL_ENV=publish buble src -o dist",
  81. "pretest": "eslint src",
  82. "report": "nyc report --reporter=html",
  83. "test": "cross-env BABEL_ENV=test nyc mocha test --compilers js:buble/register"
  84. },
  85. "version": "1.2.2"
  86. }