package.json 2.3 KB

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