lanan-repair-app/node_modules/sass/package.json
2024-10-16 18:35:15 +08:00

80 lines
1.8 KiB
JSON

{
"_args": [
[
"sass@1.79.3",
"D:\\my_project\\lanan\\lanan-repair-app"
]
],
"_development": true,
"_from": "sass@1.79.3",
"_id": "sass@1.79.3",
"_inBundle": false,
"_integrity": "sha512-m7dZxh0W9EZ3cw50Me5GOuYm/tVAJAn91SUnohLRo9cXBixGUOdvmryN+dXpwR831bhoY3Zv7rEFt85PUwTmzA==",
"_location": "/sass",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sass@1.79.3",
"name": "sass",
"escapedName": "sass",
"rawSpec": "1.79.3",
"saveSpec": null,
"fetchSpec": "1.79.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmmirror.com/sass/-/sass-1.79.3.tgz",
"_spec": "1.79.3",
"_where": "D:\\my_project\\lanan\\lanan-repair-app",
"author": {
"name": "Natalie Weizenbaum",
"email": "nweiz@google.com",
"url": "https://github.com/nex3"
},
"bin": {
"sass": "sass.js"
},
"bugs": {
"url": "https://github.com/sass/dart-sass/issues"
},
"dependencies": {
"chokidar": "^4.0.0",
"immutable": "^4.0.0",
"source-map-js": ">=0.6.2 <2.0.0"
},
"description": "A pure JavaScript implementation of Sass.",
"engines": {
"node": ">=14.0.0"
},
"exports": {
"types": "./types/index.d.ts",
"node": {
"require": "./sass.node.js",
"default": "./sass.node.mjs"
},
"default": {
"require": "./sass.default.cjs",
"default": "./sass.default.js"
}
},
"homepage": "https://github.com/sass/dart-sass",
"keywords": [
"style",
"scss",
"sass",
"preprocessor",
"css"
],
"license": "MIT",
"main": "sass.node.js",
"name": "sass",
"repository": {
"type": "git",
"url": "git+https://github.com/sass/dart-sass.git"
},
"types": "types/index.d.ts",
"version": "1.79.3"
}