{
  "_args": [
    [
      "gulp-sass-glob@1.0.9",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_development": true,
  "_from": "gulp-sass-glob@1.0.9",
  "_id": "gulp-sass-glob@1.0.9",
  "_inBundle": false,
  "_integrity": "sha512-5NgvOYE8OrYj3hmxL4Tf79qdxRTJXe2UdAM+L6R/qu4h9ZPvoujtPYk/CmpNReuBJdDXR2DNWeq6t58NFARYUA==",
  "_location": "/gulp-sass-glob",
  "_phantomChildren": {
    "brace-expansion": "1.1.11",
    "fs.realpath": "1.0.0",
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-sass-glob@1.0.9",
    "name": "gulp-sass-glob",
    "escapedName": "gulp-sass-glob",
    "rawSpec": "1.0.9",
    "saveSpec": null,
    "fetchSpec": "1.0.9"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-sass-glob/-/gulp-sass-glob-1.0.9.tgz",
  "_spec": "1.0.9",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Mike Vercoelen",
    "email": "mike.vercoelen@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/mikevercoelen/gulp-sass-glob/issues"
  },
  "dependencies": {
    "glob": "^7.1.2",
    "minimatch": "^3.0.4",
    "safe-buffer": "^5.1.1",
    "slash": "^2.0.0",
    "through2": "^2.0.3"
  },
  "description": "Gulp task to use glob imports in your sass/scss files.",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.26.0",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-babel": "^5.0.0",
    "eslint-plugin-import": "^2.10.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-standard": "^3.0.1",
    "expect.js": "^0.3.1",
    "husky": "^0.14.3",
    "lint-staged": "^7.0.4",
    "mocha": "^5.0.5",
    "vinyl-fs": "^3.0.2"
  },
  "homepage": "https://github.com/mikevercoelen/gulp-sass-glob#readme",
  "keywords": [
    "gulp",
    "sass",
    "glob",
    "gulpplugin"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "./dist/index.js",
  "name": "gulp-sass-glob",
  "repository": {
    "type": "git",
    "url": "git+https://mikevercoelen@github.com/mikevercoelen/gulp-sass-glob.git"
  },
  "scripts": {
    "compile": "babel -d dist/ src/",
    "lint": "eslint .",
    "lint-fix": "eslint . --fix",
    "precommit": "lint-staged",
    "prepublish": "npm run compile",
    "prepush": "npm run lint-fix && npm run test",
    "start": "npm run compile && node dist/index.js",
    "test": "mocha --require babel-core/register"
  },
  "version": "1.0.9"
}
