package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "postcss-minify-selectors@4.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-minify-selectors@4.0.2",
  10. "_id": "postcss-minify-selectors@4.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-4uXrQL/uUA0M2SQ1APX46kJi+9g=",
  13. "_location": "/postcss-minify-selectors",
  14. "_phantomChildren": {
  15. "dot-prop": "4.2.0",
  16. "indexes-of": "1.0.1",
  17. "uniq": "1.0.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "postcss-minify-selectors@4.0.2",
  23. "name": "postcss-minify-selectors",
  24. "escapedName": "postcss-minify-selectors",
  25. "rawSpec": "4.0.2",
  26. "saveSpec": null,
  27. "fetchSpec": "4.0.2"
  28. },
  29. "_requiredBy": [
  30. "/cssnano-preset-default"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz",
  33. "_spec": "4.0.2",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  35. "author": {
  36. "name": "Ben Briggs",
  37. "email": "beneb.info@gmail.com",
  38. "url": "http://beneb.info"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/cssnano/cssnano/issues"
  42. },
  43. "dependencies": {
  44. "alphanum-sort": "^1.0.0",
  45. "has": "^1.0.0",
  46. "postcss": "^7.0.0",
  47. "postcss-selector-parser": "^3.0.0"
  48. },
  49. "description": "Minify selectors with PostCSS.",
  50. "devDependencies": {
  51. "babel-cli": "^6.0.0",
  52. "cross-env": "^5.0.0",
  53. "postcss-font-magician": "^2.0.0"
  54. },
  55. "engines": {
  56. "node": ">=6.9.0"
  57. },
  58. "files": [
  59. "dist",
  60. "LICENSE-MIT"
  61. ],
  62. "homepage": "https://github.com/cssnano/cssnano",
  63. "keywords": [
  64. "css",
  65. "minify",
  66. "optimise",
  67. "postcss",
  68. "postcss-plugin",
  69. "selectors"
  70. ],
  71. "license": "MIT",
  72. "main": "dist/index.js",
  73. "name": "postcss-minify-selectors",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/cssnano/cssnano.git"
  77. },
  78. "scripts": {
  79. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  80. },
  81. "version": "4.0.2"
  82. }