You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.7 KiB
78 lines
1.7 KiB
{ |
|
"_args": [ |
|
[ |
|
"sass@1.69.4", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "sass@1.69.4", |
|
"_id": "sass@1.69.4", |
|
"_inBundle": false, |
|
"_integrity": "sha512-+qEreVhqAy8o++aQfCJwp0sklr2xyEzkm9Pp/Igu9wNPoe7EZEQ8X/MBvvXggI2ql607cxKg/RKOwDj6pp2XDA==", |
|
"_location": "/sass", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "sass@1.69.4", |
|
"name": "sass", |
|
"escapedName": "sass", |
|
"rawSpec": "1.69.4", |
|
"saveSpec": null, |
|
"fetchSpec": "1.69.4" |
|
}, |
|
"_requiredBy": [ |
|
"/" |
|
], |
|
"_resolved": "https://registry.npmjs.org/sass/-/sass-1.69.4.tgz", |
|
"_spec": "1.69.4", |
|
"_where": "D:\\Project\\DaPing", |
|
"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": ">=3.0.0 <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.69.4" |
|
}
|
|
|