package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "postcss-pxtorpx-pro",
  3. "_id": "postcss-pxtorpx-pro@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nahD/qIqv9N+zs2hxFq/QzyeiHOEryP9fxavsb7ZFSpvcm5oOf74ueE/R6Uj19x1bJ1m2ZeJWxCHbv/d5ST2aQ==",
  6. "_location": "/postcss-pxtorpx-pro",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "postcss-pxtorpx-pro",
  12. "name": "postcss-pxtorpx-pro",
  13. "escapedName": "postcss-pxtorpx-pro",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/postcss-pxtorpx-pro/-/postcss-pxtorpx-pro-2.0.0.tgz",
  23. "_shasum": "38cbd836e06d1acb7fe01cf7e4e82172cf2b66c4",
  24. "_spec": "postcss-pxtorpx-pro",
  25. "_where": "D:\\公司项目\\wms",
  26. "author": {
  27. "name": "Genuifx"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Genuifx/postcss-pxtorpx-pro/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A CSS post-processor that converts px to rpx. 转换px单位为rpx,并允许指定任意单位及其转换函数,支持指定黑名单prop",
  35. "devDependencies": {
  36. "eslint": "^8.11.0",
  37. "husky": "^4.2.3",
  38. "jasmine-node": "^1.16.0",
  39. "lint-staged": "^10.0.8",
  40. "prettier": "^1.19.1"
  41. },
  42. "homepage": "https://github.com/Genuifx/postcss-pxtorpx-pro#readme",
  43. "husky": {
  44. "hooks": {
  45. "pre-commit": "lint-staged"
  46. }
  47. },
  48. "keywords": [
  49. "css",
  50. "rpm",
  51. "unit",
  52. "pixel",
  53. "px",
  54. "postcss",
  55. "postcss-plugin"
  56. ],
  57. "license": "MIT",
  58. "lint-staged": {
  59. "*.js": [
  60. "eslint --fix",
  61. "prettier --write"
  62. ]
  63. },
  64. "main": "index.js",
  65. "name": "postcss-pxtorpx-pro",
  66. "peerDependencies": {
  67. "postcss": "^8.1.1"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+ssh://git@github.com/Genuifx/postcss-pxtorpx-pro.git"
  72. },
  73. "scripts": {
  74. "lint": "eslint .",
  75. "test": "jasmine-node spec"
  76. },
  77. "version": "2.0.0"
  78. }