oil-station/gasStation-uni/node_modules/sass/package.json

76 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2024-09-24 17:24:39 +08:00
{
"_from": "sass@^1.69.5",
"_id": "sass@1.78.0",
"_inBundle": false,
"_integrity": "sha512-AaIqGSrjo5lA2Yg7RvFZrlXDBCp3nV4XP73GrLGvdRWWwk+8H3l0SDvq/5bA4eF+0RFPLuWUk3E+P1U/YqnpsQ==",
"_location": "/sass",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sass@^1.69.5",
"name": "sass",
"escapedName": "sass",
"rawSpec": "^1.69.5",
"saveSpec": null,
"fetchSpec": "^1.69.5"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmmirror.com/sass/-/sass-1.78.0.tgz",
"_shasum": "cef369b2f9dc21ea1d2cf22c979f52365da60841",
"_spec": "sass@^1.69.5",
"_where": "D:\\workspaces\\oil-stations\\gasStation-uni",
"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"
},
"bundleDependencies": false,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",
"source-map-js": ">=0.6.2 <2.0.0"
},
"deprecated": false,
"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.78.0"
}