{
  "_args": [
    [
      "gulp-cssimport@7.0.0",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_devDependencies": {
    "tape": "^4.9.1",
    "@semantic-release/changelog": "^3.0.0",
    "@semantic-release/git": "^7.0.4",
    "semantic-release": "^15.9.15",
    "@semantic-release/npm": "^5.0.4"
  },
  "_development": true,
  "_from": "gulp-cssimport@7.0.0",
  "_id": "gulp-cssimport@7.0.0",
  "_inBundle": false,
  "_integrity": "sha512-ulnmFwJTY+i6f2b5sN4ePzCotwWKx8I68rwdBu7fRtVAj6QE+X0L2mUhUoXDcDBt4LVnOYhWtFBH3ETXGxDzTg==",
  "_location": "/gulp-cssimport",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.4",
    "process-nextick-args": "2.0.1",
    "safe-buffer": "5.1.2",
    "util-deprecate": "1.0.2",
    "xtend": "4.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-cssimport@7.0.0",
    "name": "gulp-cssimport",
    "escapedName": "gulp-cssimport",
    "rawSpec": "7.0.0",
    "saveSpec": null,
    "fetchSpec": "7.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-cssimport/-/gulp-cssimport-7.0.0.tgz",
  "_spec": "7.0.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "bugs": {
    "url": "https://github.com/unlight/gulp-cssimport/issues"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "dependencies": {
    "collect-stream": "^1.2.1",
    "deep-extend": "^0.6.0",
    "http-https": "^1.0.0",
    "lodash.trim": "^4.5.1",
    "lookup-path": "^0.3.1",
    "magic-string": "^0.25.1",
    "minimatch": "^3.0.4",
    "pify": "^3.0.0",
    "plugin-error": "^0.1.2",
    "strip-bom": "^3.0.0",
    "through2": "^2.0.3",
    "vinyl": "^2.2.0",
    "vinyl-sourcemaps-apply": "^0.2.1"
  },
  "description": "Parses a CSS file, finds imports, grabs the content of the linked file and replaces the import statement with it.",
  "homepage": "https://github.com/unlight/gulp-cssimport#readme",
  "keywords": [
    "css",
    "gulpplugin",
    "import"
  ],
  "license": "MIT",
  "main": "gulp-cssimport.js",
  "name": "gulp-cssimport",
  "release": {
    "generateNotes": {
      "writerOpts": {
        "__keep": "me"
      }
    },
    "verifyConditions": [
      "@semantic-release/changelog",
      "@semantic-release/github",
      "@semantic-release/npm",
      "@semantic-release/git"
    ],
    "prepare": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ],
    "publish": [
      "@semantic-release/npm",
      "@semantic-release/github"
    ],
    "success": [
      "@semantic-release/github"
    ],
    "fail": [
      "@semantic-release/github"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unlight/gulp-cssimport.git"
  },
  "scripts": {
    "prepublishOnly": "sed -i -e 's/_devDependencies/__devDependencies/g' package.json",
    "test": "cd test && node index.js"
  },
  "version": "7.0.0"
}
