1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/gulp-sass/package.json

85 lines
2.1 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "gulp-sass@^4.0.2",
"_id": "gulp-sass@4.1.1",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-bg7mfgsgho0Ej0WXE9Cd2sq/YxeKxOjagrMmM40zvOYXHtZvi5ED84wIpqCUvJLz66kFNkv+jS/rQXolmgXrUQ==",
2023-12-18 13:12:25 +08:00
"_location": "/gulp-sass",
"_phantomChildren": {
"ansi-colors": "1.1.0",
"arr-diff": "4.0.0",
"arr-union": "3.1.0",
2024-01-16 21:26:16 +08:00
"extend-shallow": "3.0.2"
2023-12-18 13:12:25 +08:00
},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "gulp-sass@^4.0.2",
2023-12-18 13:12:25 +08:00
"name": "gulp-sass",
"escapedName": "gulp-sass",
2024-01-16 21:26:16 +08:00
"rawSpec": "^4.0.2",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^4.0.2"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/gulp-sass/-/gulp-sass-4.1.1.tgz",
"_shasum": "d0f90377f0da98e4522ec554bf7cff1b5004b5be",
"_spec": "gulp-sass@^4.0.2",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main",
2023-12-18 13:12:25 +08:00
"author": {
"name": "David Manning"
},
"bugs": {
"url": "https://github.com/dlmanning/gulp-sass/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"chalk": "^2.3.0",
2024-01-16 21:26:16 +08:00
"lodash": "^4.17.20",
2023-12-18 13:12:25 +08:00
"node-sass": "^4.8.3",
"plugin-error": "^1.0.1",
"replace-ext": "^1.0.0",
"strip-ansi": "^4.0.0",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Gulp plugin for sass",
"devDependencies": {
"autoprefixer": "^8.1.0",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"globule": "^1.0.0",
"gulp": "^3.8.11",
"gulp-postcss": "^7.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-tap": "^0.1.3",
"mocha": "^5.0.4",
"rimraf": "^2.4.3",
"should": "^13.2.1",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/dlmanning/gulp-sass#readme",
"keywords": [
"gulpplugin",
"sass",
"gulp"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-sass",
"repository": {
"type": "git",
"url": "git://github.com/dlmanning/gulp-sass.git"
},
"scripts": {
"test": "mocha test"
},
2024-01-16 21:26:16 +08:00
"version": "4.1.1"
2023-12-18 13:12:25 +08:00
}