package.json 2.3 KB

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