package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "sass@1.32.13",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sass@1.32.13",
  10. "_id": "sass@1.32.13",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dEgI9nShraqP7cXQH+lEXVf73WOPCse0QlFzSD8k+1TcOxCMwVXfQlr0jtoluZysQOyJGnfr21dLvYKDJq8HkA==",
  13. "_location": "/sass",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sass@1.32.13",
  19. "name": "sass",
  20. "escapedName": "sass",
  21. "rawSpec": "1.32.13",
  22. "saveSpec": null,
  23. "fetchSpec": "1.32.13"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/sass/download/sass-1.32.13.tgz",
  29. "_spec": "1.32.13",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "author": {
  32. "name": "Natalie Weizenbaum",
  33. "email": "nweiz@google.com",
  34. "url": "https://github.com/nex3"
  35. },
  36. "bin": {
  37. "sass": "sass.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sass/dart-sass/issues"
  41. },
  42. "dependencies": {
  43. "chokidar": ">=3.0.0 <4.0.0"
  44. },
  45. "description": "A pure JavaScript implementation of Sass.",
  46. "engines": {
  47. "node": ">=8.9.0"
  48. },
  49. "homepage": "https://github.com/sass/dart-sass",
  50. "keywords": [
  51. "style",
  52. "scss",
  53. "sass",
  54. "preprocessor",
  55. "css"
  56. ],
  57. "license": "MIT",
  58. "main": "sass.dart.js",
  59. "name": "sass",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/sass/dart-sass.git"
  63. },
  64. "version": "1.32.13"
  65. }