package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "postcss-safe-parser@^6.0.0",
  3. "_id": "postcss-safe-parser@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==",
  6. "_location": "/postcss-safe-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-safe-parser@^6.0.0",
  12. "name": "postcss-safe-parser",
  13. "escapedName": "postcss-safe-parser",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-html",
  20. "/stylelint"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz",
  23. "_shasum": "bb4c29894171a94bc5c996b9a30317ef402adaa1",
  24. "_spec": "postcss-safe-parser@^6.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\postcss-html",
  26. "author": {
  27. "name": "Andrey Sitnik",
  28. "email": "andrey@sitnik.ru"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/postcss/postcss-safe-parser/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Fault-tolerant CSS parser for PostCSS",
  36. "engines": {
  37. "node": ">=12.0"
  38. },
  39. "funding": {
  40. "type": "opencollective",
  41. "url": "https://opencollective.com/postcss/"
  42. },
  43. "homepage": "https://github.com/postcss/postcss-safe-parser#readme",
  44. "keywords": [
  45. "css",
  46. "postcss",
  47. "postcss-syntax",
  48. "parser",
  49. "fault tolerant"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/safe-parse",
  53. "name": "postcss-safe-parser",
  54. "peerDependencies": {
  55. "postcss": "^8.3.3"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/postcss/postcss-safe-parser.git"
  60. },
  61. "version": "6.0.0"
  62. }