{
  "_args": [
    [
      "gulp-inject@4.3.0",
      "/var/www/html/star"
    ]
  ],
  "_development": true,
  "_from": "gulp-inject@4.3.0",
  "_id": "gulp-inject@4.3.0",
  "_inBundle": false,
  "_integrity": "sha1-pnpYmabH7PnHx/HOufBh8cb0uJg=",
  "_location": "/gulp-inject",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-inject@4.3.0",
    "name": "gulp-inject",
    "escapedName": "gulp-inject",
    "rawSpec": "4.3.0",
    "saveSpec": null,
    "fetchSpec": "4.3.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-inject/-/gulp-inject-4.3.0.tgz",
  "_spec": "4.3.0",
  "_where": "/var/www/html/star",
  "author": {
    "name": "Joakim Carlstein",
    "email": "joakim@klei.se",
    "url": "http://joakim.beng.se"
  },
  "bugs": {
    "url": "https://github.com/klei/gulp-inject/issues"
  },
  "dependencies": {
    "arrify": "^1.0.1",
    "escape-string-regexp": "^1.0.5",
    "event-stream": "^3.1.0",
    "group-array": "^0.3.0",
    "gulp-util": "^3.0.0",
    "stream-to-array": "^2.3.0",
    "through2": "^2.0.1"
  },
  "description": "A javascript, stylesheet and webcomponent injection plugin for Gulp, i.e. inject file references into your index.html",
  "devDependencies": {
    "mocha": "~2.0.1",
    "semantic-release": "^7.0.2",
    "should": "^4.0.4",
    "strip-color": "^0.1.0",
    "xo": "^0.13.0"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/klei/gulp-inject",
  "keywords": [
    "gulpplugin",
    "inject",
    "stylesheets",
    "webcomponents",
    "scripts",
    "index"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "gulp-inject",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/klei/gulp-inject.git"
  },
  "scripts": {
    "lint": "xo",
    "pretest": "npm run -s lint",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "mocha -R spec src/**/*_test.js"
  },
  "version": "4.3.0",
  "xo": {
    "space": true,
    "envs": [
      "node"
    ],
    "rules": {
      "object-shorthand": [
        2,
        "never"
      ]
    }
  }
}
