package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "postcss-discard-comments@2.0.4",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "postcss-discard-comments@2.0.4",
  9. "_id": "postcss-discard-comments@2.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0=",
  12. "_location": "/postcss-discard-comments",
  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-discard-comments@2.0.4",
  23. "name": "postcss-discard-comments",
  24. "escapedName": "postcss-discard-comments",
  25. "rawSpec": "2.0.4",
  26. "saveSpec": null,
  27. "fetchSpec": "2.0.4"
  28. },
  29. "_requiredBy": [
  30. "/cssnano"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz",
  33. "_spec": "2.0.4",
  34. "_where": "D:\\projects\\dealer_front",
  35. "author": {
  36. "name": "Ben Briggs",
  37. "email": "beneb.info@gmail.com",
  38. "url": "http://beneb.info"
  39. },
  40. "ava": {
  41. "require": "babel-core/register"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ben-eb/postcss-discard-comments/issues"
  45. },
  46. "dependencies": {
  47. "postcss": "^5.0.14"
  48. },
  49. "description": "Discard comments in your CSS files with PostCSS.",
  50. "devDependencies": {
  51. "ava": "^0.11.0",
  52. "babel-cli": "^6.5.1",
  53. "babel-core": "^6.5.1",
  54. "babel-plugin-add-module-exports": "^0.1.2",
  55. "babel-preset-es2015": "^6.5.0",
  56. "babel-preset-es2015-loose": "^7.0.0",
  57. "babel-preset-stage-0": "^6.5.0",
  58. "del-cli": "^0.2.0",
  59. "eslint": "^1.10.3",
  60. "eslint-config-cssnano": "^1.0.0",
  61. "postcss-scss": "^0.1.3",
  62. "postcss-simple-vars": "^1.2.0"
  63. },
  64. "eslintConfig": {
  65. "extends": "cssnano"
  66. },
  67. "files": [
  68. "dist",
  69. "LICENSE-MIT"
  70. ],
  71. "homepage": "https://github.com/ben-eb/postcss-discard-comments",
  72. "keywords": [
  73. "css",
  74. "comments",
  75. "postcss",
  76. "postcss-plugin"
  77. ],
  78. "license": "MIT",
  79. "main": "dist/index.js",
  80. "name": "postcss-discard-comments",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/ben-eb/postcss-discard-comments.git"
  84. },
  85. "scripts": {
  86. "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
  87. "pretest": "eslint src",
  88. "test": "ava src/__tests__"
  89. },
  90. "version": "2.0.4"
  91. }