package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "postcss-scss@^2.1.1",
  3. "_id": "postcss-scss@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==",
  6. "_location": "/postcss-scss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-scss@^2.1.1",
  12. "name": "postcss-scss",
  13. "escapedName": "postcss-scss",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/stylelint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-2.1.1.tgz",
  22. "_shasum": "ec3a75fa29a55e016b90bf3269026c53c1d2b383",
  23. "_spec": "postcss-scss@^2.1.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\stylelint",
  25. "author": {
  26. "name": "Andrey Sitnik",
  27. "email": "andrey@sitnik.ru"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/postcss/postcss-scss/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^7.0.6"
  35. },
  36. "deprecated": false,
  37. "description": "SCSS parser for PostCSS",
  38. "engines": {
  39. "node": ">=6.0.0"
  40. },
  41. "homepage": "https://github.com/postcss/postcss-scss#readme",
  42. "keywords": [
  43. "css",
  44. "postcss",
  45. "postcss-syntax",
  46. "parser",
  47. "scss",
  48. "sass"
  49. ],
  50. "license": "MIT",
  51. "main": "lib/scss-syntax",
  52. "name": "postcss-scss",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/postcss/postcss-scss.git"
  56. },
  57. "types": "lib/scss-syntax.d.ts",
  58. "version": "2.1.1"
  59. }