package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "postcss-pxtorem@^5.1.1",
  3. "_id": "postcss-pxtorem@5.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uvgIujL/pn0GbZ+rczESD2orHsbXrrCqi+q9wJO8PCk3ZGCoVVtu5hZTbtk+tbZHZP5UkTfCvqOrTZs9Ncqfsg==",
  6. "_location": "/postcss-pxtorem",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-pxtorem@^5.1.1",
  12. "name": "postcss-pxtorem",
  13. "escapedName": "postcss-pxtorem",
  14. "rawSpec": "^5.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-pxtorem/-/postcss-pxtorem-5.1.1.tgz",
  22. "_shasum": "198a68c10f9ad2d42370ef66299d7b3168f8cffa",
  23. "_spec": "postcss-pxtorem@^5.1.1",
  24. "_where": "E:\\workspace\\cfd-front-admin",
  25. "author": {
  26. "name": "cuth"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/cuth/postcss-pxtorem/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "postcss": "^7.0.27"
  34. },
  35. "deprecated": false,
  36. "description": "A CSS post-processor that converts px to rem.",
  37. "devDependencies": {
  38. "eslint": "^6.8.0",
  39. "husky": "^4.2.3",
  40. "jasmine-node": "^3.0.0",
  41. "lint-staged": "^10.0.8",
  42. "prettier": "^1.19.1"
  43. },
  44. "homepage": "https://github.com/cuth/postcss-pxtorem#readme",
  45. "husky": {
  46. "hooks": {
  47. "pre-commit": "lint-staged"
  48. }
  49. },
  50. "keywords": [
  51. "css",
  52. "rem",
  53. "pixel",
  54. "px",
  55. "postcss",
  56. "postcss-plugin"
  57. ],
  58. "license": "MIT",
  59. "lint-staged": {
  60. "*.js": [
  61. "eslint --fix",
  62. "prettier --write"
  63. ]
  64. },
  65. "main": "index.js",
  66. "name": "postcss-pxtorem",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+ssh://git@github.com/cuth/postcss-pxtorem.git"
  70. },
  71. "scripts": {
  72. "lint": "eslint .",
  73. "test": "jasmine-node spec"
  74. },
  75. "version": "5.1.1"
  76. }