{
  "_from": "style-inject@^0.3.0",
  "_id": "style-inject@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-IezA2qp+vcdlhJaVm5SOdPPTUu0FCEqfNSli2vRuSIBbu5Nq5UvygTk/VzeCqfLz2Atj3dVII5QBKGZRZ0edzw==",
  "_location": "/style-inject",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "style-inject@^0.3.0",
    "name": "style-inject",
    "escapedName": "style-inject",
    "rawSpec": "^0.3.0",
    "saveSpec": null,
    "fetchSpec": "^0.3.0"
  },
  "_requiredBy": [
    "/rollup-plugin-postcss"
  ],
  "_resolved": "https://registry.npmjs.org/style-inject/-/style-inject-0.3.0.tgz",
  "_shasum": "d21c477affec91811cc82355832a700d22bf8dd3",
  "_spec": "style-inject@^0.3.0",
  "_where": "/var/www/html/analytics/analytics-soa/node_modules/rollup-plugin-postcss",
  "author": {
    "name": "EGOIST",
    "email": "0x142857@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/egoist/style-inject/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Inject style tag to document head.",
  "devDependencies": {
    "bili": "^2.2.6",
    "eslint-config-rem": "^3.2.0",
    "xo": "^0.18.2"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/egoist/style-inject#readme",
  "keywords": [
    "style",
    "css",
    "inject"
  ],
  "license": "MIT",
  "main": "dist/style-inject.js",
  "module": "dist/style-inject.es.js",
  "name": "style-inject",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/egoist/style-inject.git"
  },
  "scripts": {
    "build": "bili --format umd,es",
    "lint": "xo",
    "prepublishOnly": "npm run build",
    "test": "echo lol"
  },
  "version": "0.3.0",
  "xo": {
    "extends": "rem/prettier",
    "envs": [
      "browser"
    ]
  }
}
