package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "postcss-reduce-idents@2.4.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "postcss-reduce-idents@2.4.0",
  9. "_id": "postcss-reduce-idents@2.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-wsbSDMlYKE9qv75j92Cb9AkFmtM=",
  12. "_location": "/postcss-reduce-idents",
  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-reduce-idents@2.4.0",
  23. "name": "postcss-reduce-idents",
  24. "escapedName": "postcss-reduce-idents",
  25. "rawSpec": "2.4.0",
  26. "saveSpec": null,
  27. "fetchSpec": "2.4.0"
  28. },
  29. "_requiredBy": [
  30. "/cssnano"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.4.0.tgz",
  33. "_spec": "2.4.0",
  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-register"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ben-eb/postcss-reduce-idents/issues"
  45. },
  46. "dependencies": {
  47. "postcss": "^5.0.4",
  48. "postcss-value-parser": "^3.0.2"
  49. },
  50. "description": "Reduce custom identifiers with PostCSS.",
  51. "devDependencies": {
  52. "all-contributors-cli": "^3.0.7",
  53. "ava": "^0.17.0",
  54. "babel-cli": "^6.3.17",
  55. "babel-core": "^6.3.26",
  56. "babel-plugin-add-module-exports": "^0.2.1",
  57. "babel-preset-es2015": "^6.3.13",
  58. "babel-preset-es2015-loose": "^7.0.0",
  59. "babel-preset-stage-0": "^6.3.13",
  60. "babel-register": "^6.9.0",
  61. "del-cli": "^0.2.0",
  62. "eslint": "^3.0.0",
  63. "eslint-config-cssnano": "^3.0.0",
  64. "eslint-plugin-babel": "^3.3.0",
  65. "eslint-plugin-import": "^2.0.1"
  66. },
  67. "eslintConfig": {
  68. "extends": "cssnano"
  69. },
  70. "files": [
  71. "dist",
  72. "LICENSE-MIT"
  73. ],
  74. "homepage": "https://github.com/ben-eb/postcss-reduce-idents",
  75. "keywords": [
  76. "css",
  77. "postcss",
  78. "postcss-plugin"
  79. ],
  80. "license": "MIT",
  81. "main": "dist/index.js",
  82. "name": "postcss-reduce-idents",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/ben-eb/postcss-reduce-idents.git"
  86. },
  87. "scripts": {
  88. "contributorAdd": "all-contributors add",
  89. "contributorGenerate": "all-contributors generate",
  90. "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
  91. "pretest": "eslint src --fix",
  92. "test": "ava src/__tests__/*.js",
  93. "test-012": "ava src/__tests__/*.js"
  94. },
  95. "version": "2.4.0"
  96. }