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

128 lines
3.2 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "node-sass@^4.14.1",
2023-12-28 23:41:32 +08:00
"_id": "node-sass@4.14.1",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2023-12-28 23:41:32 +08:00
"_integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==",
2023-12-18 13:12:25 +08:00
"_location": "/node-sass",
"_phantomChildren": {
"brace-expansion": "1.1.11",
2024-01-16 21:26:16 +08:00
"escape-string-regexp": "1.0.5",
2023-12-18 13:12:25 +08:00
"fs.realpath": "1.0.0",
2024-01-16 21:26:16 +08:00
"has-ansi": "2.0.0",
2023-12-18 13:12:25 +08:00
"inflight": "1.0.6",
"inherits": "2.0.4",
2024-01-16 21:26:16 +08:00
"lodash": "4.17.21",
2023-12-18 13:12:25 +08:00
"once": "1.3.3",
2024-01-16 21:26:16 +08:00
"path-is-absolute": "1.0.1",
"strip-ansi": "3.0.1"
2023-12-18 13:12:25 +08:00
},
"_requested": {
2023-12-28 23:41:32 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "node-sass@^4.14.1",
2023-12-18 13:12:25 +08:00
"name": "node-sass",
"escapedName": "node-sass",
2024-01-16 21:26:16 +08:00
"rawSpec": "^4.14.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^4.14.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/",
"/element-theme/gulp-sass",
"/gulp-sass"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/node-sass/-/node-sass-4.14.1.tgz",
2023-12-28 23:41:32 +08:00
"_shasum": "99c87ec2efb7047ed638fb4c9db7f3a42e2217b5",
2024-01-16 21:26:16 +08:00
"_spec": "node-sass@^4.14.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Andrew Nesbitt",
"email": "andrewnez@gmail.com",
"url": "http://andrew.github.com"
},
"bin": {
"node-sass": "bin/node-sass"
},
"bugs": {
"url": "https://github.com/sass/node-sass/issues"
},
2023-12-28 23:41:32 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"async-foreach": "^0.1.3",
"chalk": "^1.1.1",
"cross-spawn": "^3.0.0",
"gaze": "^1.0.0",
"get-stdin": "^4.0.1",
"glob": "^7.0.3",
"in-publish": "^2.0.0",
2023-12-28 23:41:32 +08:00
"lodash": "^4.17.15",
2023-12-18 13:12:25 +08:00
"meow": "^3.7.0",
"mkdirp": "^0.5.1",
"nan": "^2.13.2",
"node-gyp": "^3.8.0",
"npmlog": "^4.0.0",
"request": "^2.88.0",
2023-12-28 23:41:32 +08:00
"sass-graph": "2.2.5",
2023-12-18 13:12:25 +08:00
"stdout-stream": "^1.4.0",
"true-case-path": "^1.0.2"
},
2023-12-28 23:41:32 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Wrapper around libsass",
"devDependencies": {
"coveralls": "^3.0.2",
"eslint": "^3.4.0",
"fs-extra": "^0.30.0",
"istanbul": "^0.4.2",
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"object-merge": "^2.5.1",
"read-yaml": "^1.0.0",
"rimraf": "^2.5.2",
"sass-spec": "git+https://github.com/sass/sass-spec.git#dc2d573",
"unique-temp-dir": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"bin",
"binding.gyp",
"lib",
"scripts",
"src",
"test",
"vendor"
],
"gypfile": true,
"homepage": "https://github.com/sass/node-sass",
"keywords": [
"css",
"libsass",
"preprocessor",
"sass",
"scss",
"style"
],
2023-12-28 23:41:32 +08:00
"libsass": "3.5.5",
2023-12-18 13:12:25 +08:00
"license": "MIT",
"main": "lib/index.js",
"name": "node-sass",
"nodeSassConfig": {
"binarySite": "https://github.com/sass/node-sass/releases/download"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sass/node-sass.git"
},
"scripts": {
"build": "node scripts/build.js --force",
"coverage": "node scripts/coverage.js",
"install": "node scripts/install.js",
"lint": "eslint bin/node-sass lib scripts test",
"postinstall": "node scripts/build.js",
"prepublish": "not-in-install && node scripts/prepublish.js || in-install",
"test": "mocha test/{*,**/**}.js"
},
2023-12-28 23:41:32 +08:00
"version": "4.14.1"
2023-12-18 13:12:25 +08:00
}