package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "sass@~1.55.0",
  3. "_id": "sass@1.55.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Pk+PMy7OGLs9WaxZGJMn7S96dvlyVBwwtToX895WmCpAOr5YiJYEUJfiJidMuKb613z2xNWcXCHEuOvjZbqC6A==",
  6. "_location": "/sass",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sass@~1.55.0",
  12. "name": "sass",
  13. "escapedName": "sass",
  14. "rawSpec": "~1.55.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.55.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/sass/-/sass-1.55.0.tgz",
  22. "_shasum": "0c4d3c293cfe8f8a2e8d3b666e1cf1bff8065d1c",
  23. "_spec": "sass@~1.55.0",
  24. "_where": "E:\\git\\2021项目\\安科院大屏",
  25. "author": {
  26. "name": "Natalie Weizenbaum",
  27. "email": "nweiz@google.com",
  28. "url": "https://github.com/nex3"
  29. },
  30. "bin": {
  31. "sass": "sass.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sass/dart-sass/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "chokidar": ">=3.0.0 <4.0.0",
  39. "immutable": "^4.0.0",
  40. "source-map-js": ">=0.6.2 <2.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "A pure JavaScript implementation of Sass.",
  44. "engines": {
  45. "node": ">=12.0.0"
  46. },
  47. "exports": {
  48. "types": "./types/index.d.ts",
  49. "default": "./sass.default.dart.js"
  50. },
  51. "homepage": "https://github.com/sass/dart-sass",
  52. "keywords": [
  53. "style",
  54. "scss",
  55. "sass",
  56. "preprocessor",
  57. "css"
  58. ],
  59. "license": "MIT",
  60. "main": "sass.default.dart.js",
  61. "name": "sass",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sass/dart-sass.git"
  65. },
  66. "types": "types/index.d.ts",
  67. "version": "1.55.0"
  68. }