package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "sass@1.22.9",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sass@1.22.9",
  10. "_id": "sass@1.22.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-FzU1X2V8DlnqabrL4u7OBwD2vcOzNMongEJEx3xMEhWY/v26FFR3aG0hyeu2T965sfR0E9ufJwmG+Qjz78vFPQ==",
  13. "_location": "/sass",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sass@1.22.9",
  19. "name": "sass",
  20. "escapedName": "sass",
  21. "rawSpec": "1.22.9",
  22. "saveSpec": null,
  23. "fetchSpec": "1.22.9"
  24. },
  25. "_requiredBy": [
  26. "/@angular-devkit/build-angular"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/sass/-/sass-1.22.9.tgz",
  29. "_spec": "1.22.9",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-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": ">=2.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.22.9"
  65. }