package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "postcss-px2units",
  3. "_id": "postcss-px2units@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Jb3Z63DOh5bxYfxPnS2hDX5RAC1JSc9oBqroL/fN0kYqiNIw7p4plXGqtRKN62pkcfd5CfT6D9XIFFl8Ta3u0A==",
  6. "_location": "/postcss-px2units",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "postcss-px2units",
  12. "name": "postcss-px2units",
  13. "escapedName": "postcss-px2units",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/postcss-px2units/-/postcss-px2units-0.2.0.tgz",
  23. "_shasum": "3793bf1a8ffe734b1093383277d54ac4cceabe4c",
  24. "_spec": "postcss-px2units",
  25. "_where": "/Users/chenpengming/代码/微纳园管理端",
  26. "author": {
  27. "name": "yingye"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yingye/postcss-px2units/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "object-assign": "^4.1.1",
  35. "postcss": "^6.0.19"
  36. },
  37. "deprecated": false,
  38. "description": "postcss plugin",
  39. "devDependencies": {
  40. "chai": "^4.1.2",
  41. "eslint-config-xo-space": "^0.18.0",
  42. "gulp": "^3.9.1",
  43. "gulp-eslint": "^4.0.2",
  44. "gulp-mocha": "^5.0.0",
  45. "gulp-postcss": "^7.0.1"
  46. },
  47. "homepage": "https://github.com/yingye/postcss-px2units#readme",
  48. "keywords": [
  49. "postcss",
  50. "plugin",
  51. "pxtotarget"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "postcss-px2units",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/yingye/postcss-px2units.git"
  59. },
  60. "scripts": {
  61. "dev": "gulp",
  62. "test": "mocha --repotter spec test"
  63. },
  64. "version": "0.2.0"
  65. }