Opal-Estate-Pro/node_modules/gulp-sass/package.json
2019-09-13 11:27:52 +07:00

88 lines
2.1 KiB
JSON
Executable File

{
"_args": [
[
"gulp-sass@4.0.2",
"/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome"
]
],
"_development": true,
"_from": "gulp-sass@4.0.2",
"_id": "gulp-sass@4.0.2",
"_inBundle": false,
"_integrity": "sha512-q8psj4+aDrblJMMtRxihNBdovfzGrXJp1l4JU0Sz4b/Mhsi2DPrKFYCGDwjIWRENs04ELVHxdOJQ7Vs98OFohg==",
"_location": "/gulp-sass",
"_phantomChildren": {
"color-convert": "1.9.3",
"escape-string-regexp": "1.0.5",
"has-flag": "3.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-sass@4.0.2",
"name": "gulp-sass",
"escapedName": "gulp-sass",
"rawSpec": "4.0.2",
"saveSpec": null,
"fetchSpec": "4.0.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-4.0.2.tgz",
"_spec": "4.0.2",
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome",
"author": {
"name": "David Manning"
},
"bugs": {
"url": "https://github.com/dlmanning/gulp-sass/issues"
},
"dependencies": {
"chalk": "^2.3.0",
"lodash.clonedeep": "^4.3.2",
"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"
},
"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"
},
"version": "4.0.2"
}