package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "postcss-normalize-url",
  3. "version": "4.0.1",
  4. "description": "Normalize URLs with PostCSS",
  5. "main": "dist/index.js",
  6. "files": [
  7. "dist",
  8. "LICENSE-MIT"
  9. ],
  10. "scripts": {
  11. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  12. },
  13. "keywords": [
  14. "css",
  15. "normalize",
  16. "optimise",
  17. "optimisation",
  18. "postcss",
  19. "postcss-plugin",
  20. "url"
  21. ],
  22. "license": "MIT",
  23. "dependencies": {
  24. "is-absolute-url": "^2.0.0",
  25. "normalize-url": "^3.0.0",
  26. "postcss": "^7.0.0",
  27. "postcss-value-parser": "^3.0.0"
  28. },
  29. "devDependencies": {
  30. "babel-cli": "^6.0.0",
  31. "cross-env": "^5.0.0"
  32. },
  33. "homepage": "https://github.com/cssnano/cssnano",
  34. "author": {
  35. "name": "Ben Briggs",
  36. "email": "beneb.info@gmail.com",
  37. "url": "http://beneb.info"
  38. },
  39. "repository": "cssnano/cssnano",
  40. "bugs": {
  41. "url": "https://github.com/cssnano/cssnano/issues"
  42. },
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "__npminstall_done": "Thu Dec 24 2020 20:20:52 GMT+0800 (CST)",
  47. "_from": "postcss-normalize-url@4.0.1",
  48. "_resolved": "https://registry.npm.taobao.org/postcss-normalize-url/download/postcss-normalize-url-4.0.1.tgz?cache=0&sync_timestamp=1603212717176&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-normalize-url%2Fdownload%2Fpostcss-normalize-url-4.0.1.tgz"
  49. }