package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "postcss-safe-parser@5.0.2",
  3. "_id": "postcss-safe-parser@5.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jDUfCPJbKOABhwpUKcqCVbbXiloe/QXMcbJ6Iipf3sDIihEzTqRCeMBfRaOHxhBuTYqtASrI1KJWxzztZU4qUQ==",
  6. "_location": "/postcss-safe-parser",
  7. "_phantomChildren": {
  8. "colorette": "1.2.2",
  9. "nanoid": "3.1.23",
  10. "source-map-js": "0.6.2"
  11. },
  12. "_requested": {
  13. "type": "version",
  14. "registry": true,
  15. "raw": "postcss-safe-parser@5.0.2",
  16. "name": "postcss-safe-parser",
  17. "escapedName": "postcss-safe-parser",
  18. "rawSpec": "5.0.2",
  19. "saveSpec": null,
  20. "fetchSpec": "5.0.2"
  21. },
  22. "_requiredBy": [
  23. "/react-scripts"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.2.tgz",
  26. "_shasum": "459dd27df6bc2ba64608824ba39e45dacf5e852d",
  27. "_spec": "postcss-safe-parser@5.0.2",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  29. "author": {
  30. "name": "Andrey Sitnik",
  31. "email": "andrey@sitnik.ru"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/postcss/postcss-safe-parser/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "postcss": "^8.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "Fault-tolerant CSS parser for PostCSS",
  42. "engines": {
  43. "node": ">=10.0"
  44. },
  45. "funding": {
  46. "type": "opencollective",
  47. "url": "https://opencollective.com/postcss/"
  48. },
  49. "homepage": "https://github.com/postcss/postcss-safe-parser#readme",
  50. "keywords": [
  51. "css",
  52. "postcss",
  53. "postcss-syntax",
  54. "parser",
  55. "fault tolerant"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/safe-parse",
  59. "name": "postcss-safe-parser",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/postcss/postcss-safe-parser.git"
  63. },
  64. "version": "5.0.2"
  65. }