package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "gulp-postcss",
  3. "_id": "gulp-postcss@9.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9QUHam5JyXwGUxaaMvoFQVT44tohpEFpM8xBdPfdwTYGM0AItS1iTQz0MpsF8Jroh7GF5Jt2GVPaYgvy8qD2Fw==",
  6. "_location": "/gulp-postcss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "gulp-postcss",
  12. "name": "gulp-postcss",
  13. "escapedName": "gulp-postcss",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/gulp-postcss/-/gulp-postcss-9.0.1.tgz",
  23. "_shasum": "d43caa2f2ce1018f889f7c1296faf82e9928b66f",
  24. "_spec": "gulp-postcss",
  25. "_where": "/Users/chenpengming/代码/微纳园管理端",
  26. "author": {
  27. "name": "Andrey Kuzmin",
  28. "email": "unsoundscapes@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/postcss/gulp-postcss/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "fancy-log": "^1.3.3",
  36. "plugin-error": "^1.0.1",
  37. "postcss-load-config": "^3.0.0",
  38. "vinyl-sourcemaps-apply": "^0.2.1"
  39. },
  40. "deprecated": false,
  41. "description": "PostCSS gulp plugin",
  42. "devDependencies": {
  43. "eslint": "^5.16.0",
  44. "gulp-sourcemaps": "^2.6.5",
  45. "mocha": "^5.2.0",
  46. "nyc": "^12.0.2",
  47. "postcss": "^8.0.0",
  48. "proxyquire": "^2.1.0",
  49. "sinon": "^6.3.5",
  50. "vinyl": "^2.2.0"
  51. },
  52. "engines": {
  53. "node": "^10 || ^12 || >=14"
  54. },
  55. "homepage": "https://github.com/postcss/gulp-postcss",
  56. "keywords": [
  57. "gulpplugin",
  58. "postcss",
  59. "postcss-runner",
  60. "css"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "gulp-postcss",
  65. "nyc": {
  66. "lines": 100,
  67. "statements": 100,
  68. "functions": 100,
  69. "branches": 100,
  70. "reporter": [
  71. "lcov",
  72. "text"
  73. ],
  74. "cache": true,
  75. "all": true,
  76. "check-coverage": true
  77. },
  78. "peerDependencies": {
  79. "postcss": "^8.0.0"
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/postcss/gulp-postcss.git"
  84. },
  85. "scripts": {
  86. "pretest": "eslint *.js",
  87. "test": "nyc mocha test.js"
  88. },
  89. "version": "9.0.1"
  90. }