package.json 2.3 KB

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