package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "sass@1.26.11",
  3. "_id": "sass@1.26.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-W1l/+vjGjIamsJ6OnTe0K37U2DBO/dgsv2Z4c89XQ8ZOO6l/VwkqwLSqoYzJeJs6CLuGSTRWc91GbQFL3lvrvw==",
  6. "_location": "/sass",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "sass@1.26.11",
  12. "name": "sass",
  13. "escapedName": "sass",
  14. "rawSpec": "1.26.11",
  15. "saveSpec": null,
  16. "fetchSpec": "1.26.11"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sass/-/sass-1.26.11.tgz",
  22. "_shasum": "0f22cc4ab2ba27dad1d4ca30837beb350b709847",
  23. "_spec": "sass@1.26.11",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  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": ">=2.0.0 <4.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "A pure JavaScript implementation of Sass.",
  42. "engines": {
  43. "node": ">=8.9.0"
  44. },
  45. "homepage": "https://github.com/sass/dart-sass",
  46. "keywords": [
  47. "style",
  48. "scss",
  49. "sass",
  50. "preprocessor",
  51. "css"
  52. ],
  53. "license": "MIT",
  54. "main": "sass.dart.js",
  55. "name": "sass",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/sass/dart-sass.git"
  59. },
  60. "version": "1.26.11"
  61. }